Geant4  10.02.p03
G4VPDigitsCollectionIO Class Referenceabstract

#include <G4VPDigitsCollectionIO.hh>

Collaboration diagram for G4VPDigitsCollectionIO:

Public Member Functions

 G4VPDigitsCollectionIO (std::string detName, std::string colName)
 
virtual ~G4VPDigitsCollectionIO ()
 
virtual G4bool Store (const G4VDigiCollection *)=0
 
virtual G4bool Retrieve (G4VDigiCollection *&)=0
 
G4bool operator== (const G4VPDigitsCollectionIO &right) const
 
std::string DMname ()
 
std::string CollectionName ()
 
void SetVerboseLevel (int v)
 

Protected Attributes

G4int m_verbose
 
std::string f_detName
 
std::string f_colName
 

Detailed Description

Definition at line 39 of file G4VPDigitsCollectionIO.hh.

Constructor & Destructor Documentation

◆ G4VPDigitsCollectionIO()

G4VPDigitsCollectionIO::G4VPDigitsCollectionIO ( std::string  detName,
std::string  colName 
)

Definition at line 34 of file G4VPDigitsCollectionIO.cc.

◆ ~G4VPDigitsCollectionIO()

virtual G4VPDigitsCollectionIO::~G4VPDigitsCollectionIO ( )
inlinevirtual

Definition at line 45 of file G4VPDigitsCollectionIO.hh.

45 {};
Here is the call graph for this function:

Member Function Documentation

◆ CollectionName()

std::string G4VPDigitsCollectionIO::CollectionName ( )
inline

Definition at line 65 of file G4VPDigitsCollectionIO.hh.

65 { return f_colName; };

◆ DMname()

std::string G4VPDigitsCollectionIO::DMname ( )
inline

Definition at line 62 of file G4VPDigitsCollectionIO.hh.

62 { return f_detName; };
Here is the caller graph for this function:

◆ operator==()

G4bool G4VPDigitsCollectionIO::operator== ( const G4VPDigitsCollectionIO right) const

Definition at line 40 of file G4VPDigitsCollectionIO.cc.

41 {
42  return ( (f_detName == right.f_detName) &&
43  (f_colName == right.f_colName) );
44 }
Here is the caller graph for this function:

◆ Retrieve()

virtual G4bool G4VPDigitsCollectionIO::Retrieve ( G4VDigiCollection *&  )
pure virtual
Here is the caller graph for this function:

◆ SetVerboseLevel()

void G4VPDigitsCollectionIO::SetVerboseLevel ( int  v)
inline

Definition at line 68 of file G4VPDigitsCollectionIO.hh.

Here is the caller graph for this function:

◆ Store()

virtual G4bool G4VPDigitsCollectionIO::Store ( const G4VDigiCollection )
pure virtual
Here is the caller graph for this function:

Member Data Documentation

◆ f_colName

std::string G4VPDigitsCollectionIO::f_colName
protected

Definition at line 74 of file G4VPDigitsCollectionIO.hh.

◆ f_detName

std::string G4VPDigitsCollectionIO::f_detName
protected

Definition at line 73 of file G4VPDigitsCollectionIO.hh.

◆ m_verbose

G4int G4VPDigitsCollectionIO::m_verbose
protected

Definition at line 68 of file G4VPDigitsCollectionIO.hh.


The documentation for this class was generated from the following files: