Geant4
9.6.p02
|
#include <G4SDStructure.hh>
Public Member Functions | |
G4SDStructure (G4String aPath) | |
~G4SDStructure () | |
G4int | operator== (const G4SDStructure &right) const |
void | AddNewDetector (G4VSensitiveDetector *aSD, G4String treeStructure) |
void | Activate (G4String aName, G4bool sensitiveFlag) |
void | Initialize (G4HCofThisEvent *HCE) |
void | Terminate (G4HCofThisEvent *HCE) |
G4VSensitiveDetector * | FindSensitiveDetector (G4String aName, G4bool warning=true) |
G4VSensitiveDetector * | GetSD (G4String aName) |
void | ListTree () |
void | SetVerboseLevel (G4int vl) |
Definition at line 47 of file G4SDStructure.hh.
G4SDStructure::G4SDStructure | ( | G4String | aPath) |
Definition at line 34 of file G4SDStructure.cc.
G4SDStructure::~G4SDStructure | ( | ) |
Definition at line 48 of file G4SDStructure.cc.
Definition at line 123 of file G4SDStructure.cc.
void G4SDStructure::AddNewDetector | ( | G4VSensitiveDetector * | aSD, |
G4String | treeStructure | ||
) |
Definition at line 63 of file G4SDStructure.cc.
G4VSensitiveDetector * G4SDStructure::FindSensitiveDetector | ( | G4String | aName, |
G4bool | warning = true |
||
) |
Definition at line 165 of file G4SDStructure.cc.
G4VSensitiveDetector * G4SDStructure::GetSD | ( | G4String | aName) |
Definition at line 105 of file G4SDStructure.cc.
void G4SDStructure::Initialize | ( | G4HCofThisEvent * | HCE) |
void G4SDStructure::ListTree | ( | ) |
Definition at line 226 of file G4SDStructure.cc.
G4int G4SDStructure::operator== | ( | const G4SDStructure & | right) | const |
Definition at line 58 of file G4SDStructure.cc.
void G4SDStructure::Terminate | ( | G4HCofThisEvent * | HCE) |