![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/persistency/mctruth/include/G4VPHitIO.hh>
Collaboration diagram for G4VPHitIO:Public Member Functions | |
| G4VPHitIO () | |
| virtual | ~G4VPHitIO () |
| G4VPHitIO * | GetVPHitIO () |
| virtual G4bool | Store (const G4HCofThisEvent *)=0 |
| virtual G4bool | Retrieve (G4HCofThisEvent *&)=0 |
| void | SetVerboseLevel (int v) |
Protected Member Functions | |
| void | SetG4VPHitIO (G4VPHitIO *hitMan) |
Protected Attributes | |
| G4int | m_verbose |
| G4HCIOcatalog * | f_catalog |
Static Protected Attributes | |
| static G4ThreadLocal G4VPHitIO * | f_G4VPHitIO = 0 |
Definition at line 41 of file G4VPHitIO.hh.
View newest version in sPHENIX GitHub at line 41 of file G4VPHitIO.hh
| G4VPHitIO::G4VPHitIO | ( | ) |
Definition at line 36 of file G4VPHitIO.cc.
View newest version in sPHENIX GitHub at line 36 of file G4VPHitIO.cc
References f_catalog, and G4HCIOcatalog::GetHCIOcatalog().
Here is the call graph for this function:
|
inlinevirtual |
Definition at line 47 of file G4VPHitIO.hh.
View newest version in sPHENIX GitHub at line 47 of file G4VPHitIO.hh
|
inline |
Definition at line 51 of file G4VPHitIO.hh.
View newest version in sPHENIX GitHub at line 51 of file G4VPHitIO.hh
References f_G4VPHitIO.
|
pure virtual |
Definition at line 68 of file G4VPHitIO.hh.
View newest version in sPHENIX GitHub at line 68 of file G4VPHitIO.hh
References f_G4VPHitIO.
Definition at line 43 of file G4VPHitIO.cc.
View newest version in sPHENIX GitHub at line 43 of file G4VPHitIO.cc
References f_catalog, G4HCIOcatalog::GetHCIOmanager(), m_verbose, G4HCIOcatalog::NumberOfHCIOmanager(), G4VPHitsCollectionIO::SetVerboseLevel(), and v.
Referenced by G4PersistencyManager::SetVerboseLevel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
|
protected |
Definition at line 74 of file G4VPHitIO.hh.
View newest version in sPHENIX GitHub at line 74 of file G4VPHitIO.hh
Referenced by G4VPHitIO(), and SetVerboseLevel().
|
staticprotected |
Definition at line 73 of file G4VPHitIO.hh.
View newest version in sPHENIX GitHub at line 73 of file G4VPHitIO.hh
Referenced by GetVPHitIO(), and SetG4VPHitIO().
|
protected |
Definition at line 68 of file G4VPHitIO.hh.
View newest version in sPHENIX GitHub at line 68 of file G4VPHitIO.hh
Referenced by SetVerboseLevel().