ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
MyDetectorConstruction () | |
~MyDetectorConstruction () | |
virtual G4VPhysicalVolume * | Construct () |
void | SetSDtoScoreVoxel (G4VSensitiveDetector *asd) |
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 | |
G4LogicalVolume * | scoreVoxel |
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 44 of file MyDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 44 of file MyDetectorConstruction.hh
MyDetectorConstruction::MyDetectorConstruction | ( | ) |
Definition at line 48 of file MyDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 48 of file MyDetectorConstruction.cc
MyDetectorConstruction::~MyDetectorConstruction | ( | ) |
Definition at line 55 of file MyDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 55 of file MyDetectorConstruction.cc
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 61 of file MyDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 61 of file MyDetectorConstruction.cc
References cm, G4Material::GetMaterial(), m, mm, scoreVoxel, and G4InuclParticleNames::z0.
void MyDetectorConstruction::SetSDtoScoreVoxel | ( | G4VSensitiveDetector * | asd | ) |
Definition at line 129 of file MyDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 129 of file MyDetectorConstruction.cc
References scoreVoxel, and G4VUserDetectorConstruction::SetSensitiveDetector().
Referenced by BOOST_PYTHON_MODULE().
|
private |
Definition at line 46 of file MyDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 46 of file MyDetectorConstruction.hh
Referenced by Construct(), and SetSDtoScoreVoxel().