![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/biasing/B03/include/B03DetectorConstruction.hh>
Inheritance diagram for B03DetectorConstruction:
Collaboration diagram for B03DetectorConstruction:Public Member Functions | |
| B03DetectorConstruction () | |
| ~B03DetectorConstruction () | |
| virtual G4VPhysicalVolume * | Construct () |
| G4VPhysicalVolume * | GetWorldVolume () |
| G4VPhysicalVolume & | GetWorldVolumeAddress () const |
| void | SetSensitive () |
Public Member Functions inherited from G4VUserDetectorConstruction | |
| G4VUserDetectorConstruction () | |
| virtual | ~G4VUserDetectorConstruction () |
| virtual void | ConstructSDandField () |
| virtual void | CloneSD () |
| virtual void | CloneF () |
| void | RegisterParallelWorld (G4VUserParallelWorld *) |
| G4int | ConstructParallelGeometries () |
| void | ConstructParallelSD () |
| G4int | GetNumberOfParallelWorld () const |
| G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Private Attributes | |
| G4VPhysicalVolume * | fWorldVolume |
Additional Inherited Members | |
Protected Member Functions inherited from G4VUserDetectorConstruction | |
| void | SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false) |
| void | SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD) |
Definition at line 41 of file B03DetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 41 of file B03DetectorConstruction.hh
| B03DetectorConstruction::B03DetectorConstruction | ( | ) |
Definition at line 61 of file B03DetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 61 of file B03DetectorConstruction.cc
| B03DetectorConstruction::~B03DetectorConstruction | ( | ) |
Definition at line 67 of file B03DetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 67 of file B03DetectorConstruction.cc
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 72 of file B03DetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 72 of file B03DetectorConstruction.cc
References A(), G4Material::AddElement(), cm, cm3, deg, fWorldVolume, Acts::UnitConstants::g, kelvin, kStateGas, mole, pascal, G4VisAttributes::SetForceSolid(), G4LogicalVolume::SetVisAttributes(), source.hepunit::universe_mean_density, Z, and z.
Here is the call graph for this function:| G4VPhysicalVolume * B03DetectorConstruction::GetWorldVolume | ( | ) |
Definition at line 221 of file B03DetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 221 of file B03DetectorConstruction.cc
References fWorldVolume.
| G4VPhysicalVolume & B03DetectorConstruction::GetWorldVolumeAddress | ( | ) | const |
Definition at line 227 of file B03DetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 227 of file B03DetectorConstruction.cc
References fWorldVolume.
| void B03DetectorConstruction::SetSensitive | ( | ) |
|
private |
Definition at line 60 of file B03DetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 60 of file B03DetectorConstruction.hh
Referenced by Construct(), GetWorldVolume(), and GetWorldVolumeAddress().