Geant4-11
Public Member Functions | Protected Attributes
G4VParticlePropertyRetriever Class Referenceabstract

#include <G4VParticlePropertyRetriever.hh>

Inheritance diagram for G4VParticlePropertyRetriever:
G4TextPPRetriever

Public Member Functions

 G4VParticlePropertyRetriever ()
 
G4bool operator!= (const G4VParticlePropertyRetriever &right) const
 
G4bool operator== (const G4VParticlePropertyRetriever &right) const
 
virtual void Retrieve (const G4String &option)=0
 
virtual ~G4VParticlePropertyRetriever ()
 

Protected Attributes

G4ParticlePropertyTablepPropertyTable
 

Detailed Description

Definition at line 45 of file G4VParticlePropertyRetriever.hh.

Constructor & Destructor Documentation

◆ G4VParticlePropertyRetriever()

G4VParticlePropertyRetriever::G4VParticlePropertyRetriever ( )
inline

◆ ~G4VParticlePropertyRetriever()

G4VParticlePropertyRetriever::~G4VParticlePropertyRetriever ( )
inlinevirtual

Member Function Documentation

◆ operator!=()

G4bool G4VParticlePropertyRetriever::operator!= ( const G4VParticlePropertyRetriever right) const
inline

Definition at line 59 of file G4VParticlePropertyRetriever.hh.

60 { return (this != &right); }

◆ operator==()

G4bool G4VParticlePropertyRetriever::operator== ( const G4VParticlePropertyRetriever right) const
inline

Definition at line 56 of file G4VParticlePropertyRetriever.hh.

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

◆ Retrieve()

virtual void G4VParticlePropertyRetriever::Retrieve ( const G4String option)
pure virtual

Implemented in G4TextPPRetriever.

Field Documentation

◆ pPropertyTable

G4ParticlePropertyTable* G4VParticlePropertyRetriever::pPropertyTable
protected

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