Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4SDStructure.hh>
Public Member Functions | |
G4SDStructure (const G4String &aPath) | |
~G4SDStructure () | |
G4bool | operator== (const G4SDStructure &right) const |
void | AddNewDetector (G4VSensitiveDetector *aSD, const G4String &treeStructure) |
void | Activate (const G4String &aName, G4bool sensitiveFlag) |
void | Initialize (G4HCofThisEvent *HCE) |
void | Terminate (G4HCofThisEvent *HCE) |
G4VSensitiveDetector * | FindSensitiveDetector (const G4String &aName, G4bool warning=true) |
G4VSensitiveDetector * | GetSD (const G4String &aName) |
void | ListTree () |
void | SetVerboseLevel (G4int vl) |
Definition at line 46 of file G4SDStructure.hh.
G4SDStructure::G4SDStructure | ( | const G4String & | aPath | ) |
Definition at line 34 of file G4SDStructure.cc.
Referenced by AddNewDetector().
G4SDStructure::~G4SDStructure | ( | ) |
Definition at line 47 of file G4SDStructure.cc.
Definition at line 124 of file G4SDStructure.cc.
Referenced by G4SDManager::Activate(), and Activate().
void G4SDStructure::AddNewDetector | ( | G4VSensitiveDetector * | aSD, |
const G4String & | treeStructure ) |
Definition at line 59 of file G4SDStructure.cc.
Referenced by G4SDManager::AddNewDetector(), and AddNewDetector().
G4VSensitiveDetector * G4SDStructure::FindSensitiveDetector | ( | const G4String & | aName, |
G4bool | warning = true ) |
Definition at line 155 of file G4SDStructure.cc.
Referenced by G4SDManager::FindSensitiveDetector(), and FindSensitiveDetector().
G4VSensitiveDetector * G4SDStructure::GetSD | ( | const G4String & | aName | ) |
Definition at line 102 of file G4SDStructure.cc.
Referenced by Activate(), AddNewDetector(), and FindSensitiveDetector().
void G4SDStructure::Initialize | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 178 of file G4SDStructure.cc.
Referenced by G4SDManager::PrepareNewEvent().
void G4SDStructure::ListTree | ( | ) |
Definition at line 202 of file G4SDStructure.cc.
Referenced by G4SDManager::ListTree().
G4bool G4SDStructure::operator== | ( | const G4SDStructure & | right | ) | const |
Definition at line 57 of file G4SDStructure.cc.
|
inline |
Definition at line 62 of file G4SDStructure.hh.
Referenced by G4SDManager::SetVerboseLevel().
void G4SDStructure::Terminate | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 190 of file G4SDStructure.cc.
Referenced by G4SDManager::TerminateCurrentEvent().