G4VParticlePropertyRetriever Class Reference

#include <G4VParticlePropertyRetriever.hh>

Inheritance diagram for G4VParticlePropertyRetriever:

G4TextPPRetriever

Public Member Functions

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

Protected Attributes

G4ParticlePropertyTablepPropertyTable

Detailed Description

Definition at line 46 of file G4VParticlePropertyRetriever.hh.


Constructor & Destructor Documentation

G4VParticlePropertyRetriever::G4VParticlePropertyRetriever (  )  [inline]

Definition at line 73 of file G4VParticlePropertyRetriever.hh.

References G4ParticlePropertyTable::GetParticlePropertyTable(), and pPropertyTable.

G4VParticlePropertyRetriever::~G4VParticlePropertyRetriever (  )  [inline, virtual]

Definition at line 80 of file G4VParticlePropertyRetriever.hh.

References G4ParticlePropertyTable::Clear(), and pPropertyTable.

00081 {
00082   pPropertyTable->Clear();
00083 }    


Member Function Documentation

G4int G4VParticlePropertyRetriever::operator!= ( const G4VParticlePropertyRetriever right  )  const [inline]

Definition at line 60 of file G4VParticlePropertyRetriever.hh.

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

G4int G4VParticlePropertyRetriever::operator== ( const G4VParticlePropertyRetriever right  )  const [inline]

Definition at line 57 of file G4VParticlePropertyRetriever.hh.

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

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

Implemented in G4TextPPRetriever.


Field Documentation

G4ParticlePropertyTable* G4VParticlePropertyRetriever::pPropertyTable [protected]

Definition at line 68 of file G4VParticlePropertyRetriever.hh.

Referenced by G4VParticlePropertyRetriever(), G4TextPPRetriever::ModifyPropertyTable(), and ~G4VParticlePropertyRetriever().


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:53:52 2013 for Geant4 by  doxygen 1.4.7