|
Geant4
10.03.p02
|
#include <G4TDigiCollection.hh>


Public Member Functions | |
| G4TDigiCollection () | |
| G4TDigiCollection (G4String detName, G4String colNam) | |
| virtual | ~G4TDigiCollection () |
| G4int | operator== (const G4TDigiCollection &right) const |
| void * | operator new (size_t) |
| void | operator delete (void *aDC) |
| virtual void | DrawAllDigi () |
| virtual void | PrintAllDigi () |
| T * | operator[] (size_t i) const |
| std::vector< T * > * | GetVector () const |
| G4int | insert (T *aHit) |
| G4int | entries () const |
| virtual G4VDigi * | GetDigi (size_t i) const |
| virtual size_t | GetSize () const |
Public Member Functions inherited from G4DigiCollection | |
| G4DigiCollection () | |
| G4DigiCollection (G4String detName, G4String colNam) | |
| virtual | ~G4DigiCollection () |
| G4int | operator== (const G4DigiCollection &right) const |
Public Member Functions inherited from G4VDigiCollection | |
| G4VDigiCollection () | |
| G4VDigiCollection (G4String DMnam, G4String colNam) | |
| virtual | ~G4VDigiCollection () |
| G4int | operator== (const G4VDigiCollection &right) const |
| G4String | GetName () |
| G4String | GetDMname () |
Additional Inherited Members | |
Protected Attributes inherited from G4DigiCollection | |
| void * | theCollection |
Protected Attributes inherited from G4VDigiCollection | |
| G4String | collectionName |
| G4String | DMname |
Definition at line 66 of file G4TDigiCollection.hh.
| G4TDigiCollection< T >::G4TDigiCollection | ( | ) |
Definition at line 147 of file G4TDigiCollection.hh.
| G4TDigiCollection< T >::G4TDigiCollection | ( | G4String | detName, |
| G4String | colNam | ||
| ) |
Definition at line 154 of file G4TDigiCollection.hh.
|
virtual |
Definition at line 163 of file G4TDigiCollection.hh.
|
virtual |
Reimplemented from G4VDigiCollection.
Definition at line 180 of file G4TDigiCollection.hh.
|
inline |
Definition at line 108 of file G4TDigiCollection.hh.

|
inlinevirtual |
Reimplemented from G4VDigiCollection.
Definition at line 118 of file G4TDigiCollection.hh.
|
inlinevirtual |
Reimplemented from G4VDigiCollection.
Definition at line 123 of file G4TDigiCollection.hh.
|
inline |
Definition at line 92 of file G4TDigiCollection.hh.
|
inline |
Definition at line 98 of file G4TDigiCollection.hh.

|
inline |
Definition at line 140 of file G4TDigiCollection.hh.

|
inline |
Definition at line 131 of file G4TDigiCollection.hh.

| G4int G4TDigiCollection< T >::operator== | ( | const G4TDigiCollection< T > & | right | ) | const |
Definition at line 174 of file G4TDigiCollection.hh.
|
inline |
Definition at line 86 of file G4TDigiCollection.hh.
|
virtual |
Reimplemented from G4VDigiCollection.
Definition at line 189 of file G4TDigiCollection.hh.