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

#include <G4VDigiCollection.hh>

+ Inheritance diagram for G4VDigiCollection:

Public Member Functions

 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

G4String collectionName = "Unknown"
 
G4String DMname = "Unknown"
 

Detailed Description

Definition at line 45 of file G4VDigiCollection.hh.

Constructor & Destructor Documentation

◆ G4VDigiCollection() [1/2]

G4VDigiCollection::G4VDigiCollection ( )
default

Referenced by operator==(), and ~G4VDigiCollection().

◆ G4VDigiCollection() [2/2]

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

Definition at line 31 of file G4VDigiCollection.cc.

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

◆ ~G4VDigiCollection()

virtual G4VDigiCollection::~G4VDigiCollection ( )
virtualdefault

Member Function Documentation

◆ DrawAllDigi()

virtual void G4VDigiCollection::DrawAllDigi ( )
inlinevirtual

Reimplemented in G4TDigiCollection< T >.

Definition at line 54 of file G4VDigiCollection.hh.

54{}

Referenced by G4Event::Draw().

◆ GetDigi()

virtual G4VDigi * G4VDigiCollection::GetDigi ( std::size_t ) const
inlinevirtual

Reimplemented in G4TDigiCollection< T >.

Definition at line 63 of file G4VDigiCollection.hh.

63{ return nullptr; }

Referenced by G4DigiModel::DescribeYourselfTo().

◆ GetDMname()

const G4String & G4VDigiCollection::GetDMname ( ) const
inline

Definition at line 58 of file G4VDigiCollection.hh.

58{ return DMname; }

◆ GetName()

const G4String & G4VDigiCollection::GetName ( ) const
inline

◆ GetSize()

virtual std::size_t G4VDigiCollection::GetSize ( ) const
inlinevirtual

Reimplemented in G4TDigiCollection< T >.

Definition at line 64 of file G4VDigiCollection.hh.

64{ return 0; }

Referenced by G4DigiModel::DescribeYourselfTo().

◆ operator==()

G4bool G4VDigiCollection::operator== ( const G4VDigiCollection & right) const

Definition at line 35 of file G4VDigiCollection.cc.

36{
37 return ((collectionName == right.collectionName) && (DMname == right.DMname));
38}

◆ PrintAllDigi()

virtual void G4VDigiCollection::PrintAllDigi ( )
inlinevirtual

Reimplemented in G4TDigiCollection< T >.

Definition at line 55 of file G4VDigiCollection.hh.

55{}

Member Data Documentation

◆ collectionName

G4String G4VDigiCollection::collectionName = "Unknown"
protected

◆ DMname

G4String G4VDigiCollection::DMname = "Unknown"
protected

Definition at line 70 of file G4VDigiCollection.hh.

Referenced by G4VDigiCollection(), GetDMname(), and operator==().


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