![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/ChargeExchangeMC/include/CexmcPrimitiveScorer.hh>
Inheritance diagram for CexmcPrimitiveScorer:
Collaboration diagram for CexmcPrimitiveScorer:Public Member Functions | |
| CexmcPrimitiveScorer (const G4String &name) | |
| virtual | ~CexmcPrimitiveScorer () |
| void | InitializeMessenger (void) |
Public Member Functions inherited from G4VPrimitiveScorer | |
| G4VPrimitiveScorer (G4String name, G4int depth=0) | |
| virtual | ~G4VPrimitiveScorer () |
| G4int | GetCollectionID (G4int) |
| virtual void | Initialize (G4HCofThisEvent *) |
| virtual void | EndOfEvent (G4HCofThisEvent *) |
| virtual void | clear () |
| virtual void | DrawAll () |
| virtual void | PrintAll () |
| void | SetUnit (const G4String &unit) |
| const G4String & | GetUnit () const |
| G4double | GetUnitValue () const |
| void | SetMultiFunctionalDetector (G4MultiFunctionalDetector *d) |
| G4MultiFunctionalDetector * | GetMultiFunctionalDetector () const |
| G4String | GetName () const |
| void | SetFilter (G4VSDFilter *f) |
| G4VSDFilter * | GetFilter () const |
| void | SetVerboseLevel (G4int vl) |
| G4int | GetVerboseLevel () const |
| void | SetNijk (G4int i, G4int j, G4int k) |
Protected Member Functions | |
| void | PrintHeader (G4int nmbOfEntries) const |
Protected Member Functions inherited from G4VPrimitiveScorer | |
| virtual G4bool | ProcessHits (G4Step *, G4TouchableHistory *)=0 |
| virtual G4int | GetIndex (G4Step *) |
| void | CheckAndSetUnit (const G4String &unit, const G4String &category) |
Private Attributes | |
| CexmcSensitiveDetectorMessenger * | messenger |
Additional Inherited Members | |
Protected Attributes inherited from G4VPrimitiveScorer | |
| G4String | primitiveName |
| G4MultiFunctionalDetector * | detector |
| G4VSDFilter * | filter |
| G4int | verboseLevel |
| G4int | indexDepth |
| G4String | unitName |
| G4double | unitValue |
| G4int | fNi |
| G4int | fNj |
| G4int | fNk |
Definition at line 52 of file CexmcPrimitiveScorer.hh.
View newest version in sPHENIX GitHub at line 52 of file CexmcPrimitiveScorer.hh
|
explicit |
Definition at line 49 of file CexmcPrimitiveScorer.cc.
View newest version in sPHENIX GitHub at line 49 of file CexmcPrimitiveScorer.cc
|
virtual |
Definition at line 55 of file CexmcPrimitiveScorer.cc.
View newest version in sPHENIX GitHub at line 55 of file CexmcPrimitiveScorer.cc
References messenger.
Definition at line 61 of file CexmcPrimitiveScorer.cc.
View newest version in sPHENIX GitHub at line 61 of file CexmcPrimitiveScorer.cc
References messenger.
Referenced by CexmcSetup::SetupSpecialVolumes().
Here is the caller graph for this function:Definition at line 67 of file CexmcPrimitiveScorer.cc.
View newest version in sPHENIX GitHub at line 67 of file CexmcPrimitiveScorer.cc
References G4VPrimitiveScorer::detector, G4cout, G4endl, G4VSensitiveDetector::GetName(), and G4VPrimitiveScorer::primitiveName.
Referenced by CexmcEnergyDepositInCalorimeter::PrintAll(), CexmcTrackPointsInCalorimeter::PrintAll(), CexmcEnergyDepositInLeftRightSet::PrintAll(), CexmcTrackPointsInLeftRightSet::PrintAll(), CexmcSimpleEnergyDeposit::PrintAll(), and CexmcTrackPoints::PrintAll().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 66 of file CexmcPrimitiveScorer.hh.
View newest version in sPHENIX GitHub at line 66 of file CexmcPrimitiveScorer.hh
Referenced by InitializeMessenger(), and ~CexmcPrimitiveScorer().