12 #include "GeoModelKernel/GeoBox.h"
13 #include "GeoModelKernel/GeoLogVol.h"
14 #include "GeoModelKernel/GeoPhysVol.h"
15 #include "GeoModelKernel/GeoMaterial.h"
16 #include "GeoModelKernel/Units.h"
25 m_hiLo(hiLo), m_mainSec(mainOrSecondary)
38 for (
int i = 0;
i < 4;
i++){
45 std::cout <<
"SCT_FwdCoolingBlock: ERROR. Cooling block type is missing. HiLo = " <<
m_hiLo
46 <<
", MainSecondary = " <<
m_mainSec << std::endl;
66 const GeoLogVol *coolingBlockLog =
68 GeoPhysVol * coolingBlock =
new GeoPhysVol(coolingBlockLog);