31 #include "B2bDetectorConstruction.hh"
32 #include "B2bDetectorMessenger.hh"
33 #include "B2bChamberParameterisation.hh"
34 #include "B2TrackerSD.hh"
65 fLogicTarget(NULL), fLogicChamber(NULL),
66 fTargetMaterial(NULL), fChamberMaterial(NULL),
121 G4int NbOfChambers = 5;
127 G4double trackerLength = (NbOfChambers+1)*chamberSpacing;
129 G4double worldLength = 1.2 * (2*targetLength + trackerLength);
131 G4double targetRadius = 0.5*targetLength;
132 targetLength = 0.5*targetLength;
133 G4double trackerSize = 0.5*trackerLength;
141 G4cout <<
"Computed tolerance = "
147 worldLength/2,worldLength/2,worldLength/2);
172 =
new G4Tubs(
"target",0.,targetRadius,targetLength,0.*
deg,360.*
deg);
184 G4cout <<
"Target is " << 2*targetLength/
cm <<
" cm of "
192 =
new G4Tubs(
"tracker",0,trackerSize,trackerSize, 0.*
deg, 360.*
deg);
214 G4double firstPosition = -trackerSize + chamberSpacing;
215 G4double firstLength = trackerLength/10;
216 G4double lastLength = trackerLength;
237 G4cout <<
"There are " << NbOfChambers <<
" chambers in the tracker region. "
239 <<
"The chambers are " << chamberWidth/
cm <<
" cm of "
241 <<
"The distance between chamber is " << chamberSpacing/
cm <<
" cm"
261 G4double maxStep = 0.5*chamberWidth;
284 G4String trackerChamberSDname =
"B2/TrackerChamberSD";
286 "TrackerHitsCollection");
311 if ( pttoMaterial ) {
316 <<
"----> The target is made of " << materialName <<
G4endl;
320 <<
"--> WARNING from SetTargetMaterial : "
321 << materialName <<
" not found" <<
G4endl;
336 if ( pttoMaterial ) {
341 <<
"----> The chambers are made of " << materialName <<
G4endl;
345 <<
"--> WARNING from SetChamberMaterial : "
346 << materialName <<
" not found" <<
G4endl;
B2bDetectorConstruction()
CLHEP::Hep3Vector G4ThreeVector
G4LogicalVolume * fLogicChamber
void SetSensitiveDetector(const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false)
static G4MaterialTable * GetMaterialTable()
void SetChamberMaterial(G4String)
static constexpr double mm
G4LogicalVolume * fLogicTarget
void AddNewDetector(G4VSensitiveDetector *aSD)
void SetVerboseLevel(G4int verboseLevel)
void SetMaxStep(G4double)
static G4Material * GetMaterial(const G4String &name, G4bool warning=true)
G4Material * fTargetMaterial
G4Material * fChamberMaterial
B2bDetectorMessenger * fMessenger
const G4String & GetName() const
virtual ~B2bDetectorConstruction()
virtual void ConstructSDandField()
static constexpr double deg
G4UserLimits * fStepLimit
static G4GeometryManager * GetInstance()
G4Material * FindOrBuildMaterial(const G4String &name, G4bool isotopes=true, G4bool warning=false)
virtual G4VPhysicalVolume * Construct()
void SetVisAttributes(const G4VisAttributes *pVA)
void SetTargetMaterial(G4String)
void SetWorldMaximumExtent(G4double worldExtent)
void SetUserLimits(G4UserLimits *pULimits)
static G4SDManager * GetSDMpointer()
static G4ThreadLocal G4GlobalMagFieldMessenger * fMagFieldMessenger
static constexpr double cm
G4GLOB_DLL std::ostream G4cout
void SetMaterial(G4Material *pMaterial)
G4VPhysicalVolume * DefineVolumes()
static G4GeometryTolerance * GetInstance()
virtual void SetMaxAllowedStep(G4double ustepMax)
G4double GetSurfaceTolerance() const
static G4NistManager * Instance()