Geant4 11.4.0
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 (const G4String &DMnam, const G4String &colNam)
Public Member Functions inherited from G4VDigiCollection
 G4VDigiCollection ()=default
 G4VDigiCollection (const G4String &DMnam, const 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 (std::size_t) const
virtual std::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 49 of file G4TDigiCollection.hh.

Constructor & Destructor Documentation

◆ ~G4DigiCollection()

G4DigiCollection::~G4DigiCollection ( )
overridedefault

Member Function Documentation

◆ G4VDigiCollection() [1/2]

◆ G4VDigiCollection() [2/2]

G4VDigiCollection::G4VDigiCollection ( const G4String & DMnam,
const G4String & colNam )

Definition at line 50 of file G4VDigiCollection.cc.

32 : collectionName(colNam), DMname(DMnam)
33{}

◆ operator==()

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

Definition at line 56 of file G4TDigiCollection.hh.

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

Member Data Documentation

◆ theCollection


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