Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4DigiCollection Class Reference

#include <G4TDigiCollection.hh>

+ Inheritance diagram for G4DigiCollection:

Public Member Functions

 ~G4DigiCollection () override=default
 
G4bool operator== (const G4DigiCollection &right) const
 
 G4VDigiCollection ()=default
 
 G4VDigiCollection (G4String DMnam, G4String colNam)
 
- Public Member Functions inherited from G4VDigiCollection
 G4VDigiCollection ()=default
 
 G4VDigiCollection (G4String DMnam, G4String colNam)
 
virtual ~G4VDigiCollection ()=default
 
G4bool operator== (const G4VDigiCollection &right) const
 
virtual void DrawAllDigi ()
 
virtual void PrintAllDigi ()
 
const G4StringGetName () const
 
const G4StringGetDMname () const
 
virtual G4VDigiGetDigi (size_t) const
 
virtual size_t GetSize () const
 

Protected Attributes

void * theCollection = nullptr
 
- Protected Attributes inherited from G4VDigiCollection
G4String collectionName = "Unknown"
 
G4String DMname = "Unknown"
 

Detailed Description

Definition at line 48 of file G4TDigiCollection.hh.

Constructor & Destructor Documentation

◆ ~G4DigiCollection()

G4DigiCollection::~G4DigiCollection ( )
overridedefault

Member Function Documentation

◆ G4VDigiCollection() [1/2]

G4VDigiCollection::G4VDigiCollection ( )
default

◆ G4VDigiCollection() [2/2]

G4VDigiCollection::G4VDigiCollection ( G4String DMnam,
G4String colNam )

Definition at line 49 of file G4VDigiCollection.cc.

34 : collectionName(colNam), DMname(DMnam)
35{}

◆ operator==()

G4bool G4DigiCollection::operator== ( const G4DigiCollection & right) const
inline

Definition at line 54 of file G4TDigiCollection.hh.

54{ return (this == &right); }

Member Data Documentation

◆ theCollection


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