Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes
G4DigiCollection Class Reference

#include <G4TDigiCollection.hh>

Inheritance diagram for G4DigiCollection:
G4VDigiCollection G4TDigiCollection< T >

Public Member Functions

 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
 
virtual void DrawAllDigi ()
 
virtual void PrintAllDigi ()
 
G4String GetName ()
 
G4String GetDMname ()
 
virtual G4VDigiGetDigi (size_t) const
 
virtual size_t GetSize () const
 

Protected Attributes

voidtheCollection
 
- Protected Attributes inherited from G4VDigiCollection
G4String collectionName
 
G4String DMname
 

Detailed Description

Definition at line 48 of file G4TDigiCollection.hh.

Constructor & Destructor Documentation

G4DigiCollection::G4DigiCollection ( )

Definition at line 34 of file G4TDigiCollection.cc.

References aDCAllocator_G4MT_TLS_.

34  : theCollection((void*)0)
G4ThreadLocal G4Allocator< G4DigiCollection > * aDCAllocator_G4MT_TLS_
G4DigiCollection::G4DigiCollection ( G4String  detName,
G4String  colNam 
)

Definition at line 37 of file G4TDigiCollection.cc.

References aDCAllocator_G4MT_TLS_.

38 : G4VDigiCollection(detName,colNam), theCollection((void*)0)
G4ThreadLocal G4Allocator< G4DigiCollection > * aDCAllocator_G4MT_TLS_
G4DigiCollection::~G4DigiCollection ( )
virtual

Definition at line 41 of file G4TDigiCollection.cc.

References aDCAllocator_G4MT_TLS_.

G4ThreadLocal G4Allocator< G4DigiCollection > * aDCAllocator_G4MT_TLS_

Member Function Documentation

G4int G4DigiCollection::operator== ( const G4DigiCollection right) const

Definition at line 44 of file G4TDigiCollection.cc.

References aDCAllocator_G4MT_TLS_, and G4VDigiCollection::collectionName.

G4ThreadLocal G4Allocator< G4DigiCollection > * aDCAllocator_G4MT_TLS_

Field Documentation

void* G4DigiCollection::theCollection
protected

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