2#include "G4LogicalVolume.hh"
3#include "G4UnitsTable.hh"
9#include "GaudiKernel/MsgStream.h"
10#include "GaudiKernel/AlgFactory.h"
11#include "GaudiKernel/SmartIF.h"
12#include "GaudiKernel/Property.h"
13#include "GaudiKernel/ISvcLocator.h"
28 if(!logicalTof) G4cout<<
"ExtBesTofConstruction::Construct(), logicalTof not found"<<G4endl;
29 physicalTof =
new G4PVPlacement(0,G4ThreeVector(0,0,0),logicalTof,
"physicalTof",logicBes,
false,0);
38 if(!logicalTof) G4cout<<
"ExtBesTofConstruction::Construct(), logicalTof not found"<<G4endl;
39 physicalTof =
new G4PVPlacement(0,G4ThreeVector(0,0,0),logicalTof,
"physicalTof",logicBes,
false,0);
48 if(!logicalTof) G4cout<<
"ExtBesTofConstruction::Construct(), logicalTof not found"<<G4endl;
49 physicalTof =
new G4PVPlacement(0,G4ThreeVector(0,0,0),logicalTof,
"physicalTof",logicBes,
false,0);
virtual ~ExtBesTofConstruction()
void Construct_mrpc(G4LogicalVolume *logicBes)
void Construct(G4LogicalVolume *logicBes)
void Construct_mrpc_dbs(G4LogicalVolume *logicBes)
G4LogicalVolume * GetTopVolume()
Get the top(world) volume;.