Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VDigiCollection.hh>
Public Member Functions | |
G4VDigiCollection () | |
G4VDigiCollection (G4String DMnam, G4String colNam) | |
virtual | ~G4VDigiCollection () |
G4bool | operator== (const G4VDigiCollection &right) const |
virtual void | DrawAllDigi () |
virtual void | PrintAllDigi () |
const G4String & | GetName () const |
const G4String & | GetDMname () const |
virtual G4VDigi * | GetDigi (size_t) const |
virtual size_t | GetSize () const |
Protected Attributes | |
G4String | collectionName |
G4String | DMname |
Definition at line 44 of file G4VDigiCollection.hh.
G4VDigiCollection::G4VDigiCollection | ( | ) |
Definition at line 33 of file G4VDigiCollection.cc.
Definition at line 39 of file G4VDigiCollection.cc.
|
virtual |
Definition at line 45 of file G4VDigiCollection.cc.
|
virtual |
Reimplemented in G4TDigiCollection< T >.
Definition at line 52 of file G4VDigiCollection.cc.
Referenced by G4Event::Draw().
|
inlinevirtual |
Reimplemented in G4TDigiCollection< T >.
Definition at line 68 of file G4VDigiCollection.hh.
Referenced by G4DigiModel::DescribeYourselfTo().
|
inline |
Definition at line 62 of file G4VDigiCollection.hh.
|
inline |
Definition at line 61 of file G4VDigiCollection.hh.
Referenced by G4DigiManager::SetDigiCollection(), and G4VDigitizerModule::StoreDigiCollection().
|
inlinevirtual |
Reimplemented in G4TDigiCollection< T >.
Definition at line 69 of file G4VDigiCollection.hh.
Referenced by G4DigiModel::DescribeYourselfTo().
G4bool G4VDigiCollection::operator== | ( | const G4VDigiCollection & | right | ) | const |
Definition at line 47 of file G4VDigiCollection.cc.
|
virtual |
Reimplemented in G4TDigiCollection< T >.
Definition at line 54 of file G4VDigiCollection.cc.
|
protected |
Definition at line 57 of file G4VDigiCollection.hh.
Referenced by G4VDigiCollection(), GetName(), G4DigiCollection::operator==(), G4TDigiCollection< T >::operator==(), and operator==().
|
protected |
Definition at line 58 of file G4VDigiCollection.hh.
Referenced by G4VDigiCollection(), GetDMname(), and operator==().