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

#include <G4VDigi.hh>

Public Member Functions

 G4VDigi ()=default
 
virtual ~G4VDigi ()=default
 
G4bool operator== (const G4VDigi &right) const
 
virtual void Draw ()
 
virtual void Print ()
 
virtual const std::map< G4String, G4AttDef > * GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 

Detailed Description

Definition at line 48 of file G4VDigi.hh.

Constructor & Destructor Documentation

◆ G4VDigi()

G4VDigi::G4VDigi ( )
default

◆ ~G4VDigi()

virtual G4VDigi::~G4VDigi ( )
virtualdefault

Member Function Documentation

◆ CreateAttValues()

virtual std::vector< G4AttValue > * G4VDigi::CreateAttValues ( ) const
inlinevirtual

Definition at line 69 of file G4VDigi.hh.

69{ return nullptr; }

◆ Draw()

virtual void G4VDigi::Draw ( )
inlinevirtual

Definition at line 56 of file G4VDigi.hh.

56{};

◆ GetAttDefs()

virtual const std::map< G4String, G4AttDef > * G4VDigi::GetAttDefs ( ) const
inlinevirtual

Definition at line 62 of file G4VDigi.hh.

62{ return nullptr; }

◆ operator==()

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

Definition at line 54 of file G4VDigi.hh.

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

◆ Print()

virtual void G4VDigi::Print ( )
inlinevirtual

Definition at line 57 of file G4VDigi.hh.

57{};

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