Analysis Software
Documentation for sPHENIX simulation software
|
Construct a dummy Geant4 detector. More...
#include <acts/blob/sPHENIX/Fatras/Geant4/include/ActsFatras/Geant4/DummyDetectorConstruction.hpp>
Public Member Functions | |
~DummyDetectorConstruction () override | |
Destructor. | |
G4VPhysicalVolume * | Construct () override |
Interface method for Geant4. | |
Private Member Functions | |
void | dummyDetector () |
This method builds a dummy Geant4 detector. | |
Private Attributes | |
G4LogicalVolume * | m_worldLog = nullptr |
G4VPhysicalVolume * | m_worldPhys = nullptr |
Construct a dummy Geant4 detector.
Definition at line 25 of file DummyDetectorConstruction.hpp.
View newest version in sPHENIX GitHub at line 25 of file DummyDetectorConstruction.hpp
|
override |
Destructor.
Definition at line 42 of file DummyDetectorConstruction.cpp.
View newest version in sPHENIX GitHub at line 42 of file DummyDetectorConstruction.cpp
References m_worldLog, and m_worldPhys.
|
override |
Interface method for Geant4.
Definition at line 78 of file DummyDetectorConstruction.cpp.
View newest version in sPHENIX GitHub at line 78 of file DummyDetectorConstruction.cpp
|
private |
This method builds a dummy Geant4 detector.
Definition at line 47 of file DummyDetectorConstruction.cpp.
View newest version in sPHENIX GitHub at line 47 of file DummyDetectorConstruction.cpp
References Acts::UnitConstants::e, and Acts::UnitConstants::g.
|
private |
Definition at line 38 of file DummyDetectorConstruction.hpp.
View newest version in sPHENIX GitHub at line 38 of file DummyDetectorConstruction.hpp
Referenced by ~DummyDetectorConstruction().
|
private |
Definition at line 41 of file DummyDetectorConstruction.hpp.
View newest version in sPHENIX GitHub at line 41 of file DummyDetectorConstruction.hpp
Referenced by ~DummyDetectorConstruction().