ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/persistency/mctruth/include/G4VPHitsCollectionIO.hh>
Public Member Functions | |
G4VPHitsCollectionIO (std::string detName, std::string colName) | |
virtual | ~G4VPHitsCollectionIO () |
virtual G4bool | Store (const G4VHitsCollection *)=0 |
virtual G4bool | Retrieve (G4VHitsCollection *&)=0 |
G4bool | operator== (const G4VPHitsCollectionIO &right) const |
std::string | SDname () |
std::string | CollectionName () |
void | SetVerboseLevel (int v) |
Protected Attributes | |
G4int | m_verbose |
std::string | f_detName |
std::string | f_colName |
Definition at line 39 of file G4VPHitsCollectionIO.hh.
View newest version in sPHENIX GitHub at line 39 of file G4VPHitsCollectionIO.hh
G4VPHitsCollectionIO::G4VPHitsCollectionIO | ( | std::string | detName, |
std::string | colName | ||
) |
Definition at line 34 of file G4VPHitsCollectionIO.cc.
View newest version in sPHENIX GitHub at line 34 of file G4VPHitsCollectionIO.cc
|
inlinevirtual |
Definition at line 45 of file G4VPHitsCollectionIO.hh.
View newest version in sPHENIX GitHub at line 45 of file G4VPHitsCollectionIO.hh
|
inline |
Definition at line 65 of file G4VPHitsCollectionIO.hh.
View newest version in sPHENIX GitHub at line 65 of file G4VPHitsCollectionIO.hh
References f_colName.
G4bool G4VPHitsCollectionIO::operator== | ( | const G4VPHitsCollectionIO & | right | ) | const |
Definition at line 40 of file G4VPHitsCollectionIO.cc.
View newest version in sPHENIX GitHub at line 40 of file G4VPHitsCollectionIO.cc
|
pure virtual |
|
inline |
Definition at line 62 of file G4VPHitsCollectionIO.hh.
View newest version in sPHENIX GitHub at line 62 of file G4VPHitsCollectionIO.hh
References f_detName.
Referenced by G4HCIOcatalog::RegisterHCIOmanager().
Definition at line 68 of file G4VPHitsCollectionIO.hh.
View newest version in sPHENIX GitHub at line 68 of file G4VPHitsCollectionIO.hh
Referenced by G4VPHitIO::SetVerboseLevel(), and G4PersistencyManager::SetVerboseLevel().
|
pure virtual |
|
protected |
Definition at line 74 of file G4VPHitsCollectionIO.hh.
View newest version in sPHENIX GitHub at line 74 of file G4VPHitsCollectionIO.hh
Referenced by CollectionName(), and operator==().
|
protected |
Definition at line 73 of file G4VPHitsCollectionIO.hh.
View newest version in sPHENIX GitHub at line 73 of file G4VPHitsCollectionIO.hh
Referenced by operator==(), and SDname().
|
protected |
Definition at line 68 of file G4VPHitsCollectionIO.hh.
View newest version in sPHENIX GitHub at line 68 of file G4VPHitsCollectionIO.hh
Referenced by SetVerboseLevel().