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