|
Geant4
10.03.p01
|
#include <G4VDigiCollection.hh>


Public Member Functions | |
| G4VDigiCollection () | |
| G4VDigiCollection (G4String DMnam, G4String colNam) | |
| virtual | ~G4VDigiCollection () |
| G4int | operator== (const G4VDigiCollection &right) const |
| virtual void | DrawAllDigi () |
| virtual void | PrintAllDigi () |
| G4String | GetName () |
| G4String | GetDMname () |
| virtual G4VDigi * | GetDigi (size_t) const |
| virtual size_t | GetSize () const |
Protected Attributes | |
| G4String | collectionName |
| G4String | DMname |
Definition at line 45 of file G4VDigiCollection.hh.
| G4VDigiCollection::G4VDigiCollection | ( | ) |
Definition at line 34 of file G4VDigiCollection.cc.
Definition at line 40 of file G4VDigiCollection.cc.
|
virtual |
Definition at line 46 of file G4VDigiCollection.cc.
|
virtual |
Reimplemented in G4TDigiCollection< T >.
Definition at line 55 of file G4VDigiCollection.cc.

|
inlinevirtual |
Reimplemented in G4TDigiCollection< T >.
Definition at line 72 of file G4VDigiCollection.hh.
|
inline |
Definition at line 65 of file G4VDigiCollection.hh.
|
inline |
|
inlinevirtual |
Reimplemented in G4TDigiCollection< T >.
Definition at line 73 of file G4VDigiCollection.hh.

| G4int G4VDigiCollection::operator== | ( | const G4VDigiCollection & | right | ) | const |
Definition at line 49 of file G4VDigiCollection.cc.
|
virtual |
|
protected |
Definition at line 59 of file G4VDigiCollection.hh.
|
protected |
Definition at line 60 of file G4VDigiCollection.hh.