44 fWorld=(G4VPhysicalVolume *)GDMLProcessor::GetInstance()->GetWorldVolume();
46 G4cout<<
"World volume not set properly check your setup selection criteria or GDML input!"<<G4endl;
52 G4LogicalVolume* logicalBes =
const_cast<G4LogicalVolume*
>( GDMLProcessor::GetInstance()->GetLogicalVolume(
"logicalWorld" ) );
53 Mdc.Construct(logicalBes);
56 if( m_detVer==1 || m_detVer==2 ) {
57 std::cout <<
"ExBesDetectorConstruction: You are using the Sintillator Tof Detector!" << std::endl;
58 Tof.Construct(logicalBes);
60 else if( m_detVer==3 ) {
61 std::cout <<
"ExBesDetectorConstruction: You are using the upgraded (MRPC) Tof Detector!" << std::endl;
62 Tof.ConstructETF(logicalBes);
65 std::cout <<
"ExBesDetectorConstruction: Detector Version is not well defined! " << m_detVer <<
" \n " << std::endl;
66 std::cout <<
" Use in your jobOption script " << std::endl;
67 std::cout <<
" TrkExtAlg.Tof = 1; for the upgraded Tof (MRPC Endcaps, double sided readout) " << std::endl;
68 std::cout <<
" TrkExtAlg.Tof = 0; for the Sintillator Tof. " << std::endl;
72 Emc.Construct(logicalBes);
73 Muc.Construct(logicalBes);