![]() |
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>
Public Member Functions | |
CexmcPrimitiveScorer (const G4String &name) | |
virtual | ~CexmcPrimitiveScorer () |
void | InitializeMessenger (void) |
![]() | |
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 |
![]() | |
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 | |
![]() | |
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().
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().
|
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().