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

#include <G4SimplePPReporter.hh>

+ Inheritance diagram for G4SimplePPReporter:

Public Member Functions

 G4SimplePPReporter ()
 
virtual ~G4SimplePPReporter ()
 
virtual void Print (const G4String &option="")
 
- Public Member Functions inherited from G4VParticlePropertyReporter
 G4VParticlePropertyReporter ()
 
virtual ~G4VParticlePropertyReporter ()
 
G4bool operator== (const G4VParticlePropertyReporter &right) const
 
G4bool operator!= (const G4VParticlePropertyReporter &right) const
 
virtual G4bool FillList (G4String name)
 
virtual void Clear ()
 
virtual void Print (const G4String &option)=0
 
const G4PPDContainerGetList () const
 

Additional Inherited Members

- Public Types inherited from G4VParticlePropertyReporter
typedef std::vector< G4ParticlePropertyData * > G4PPDContainer
 
- Protected Attributes inherited from G4VParticlePropertyReporter
G4PPDContainer pList
 
G4ParticlePropertyTablepPropertyTable
 

Detailed Description

Definition at line 43 of file G4SimplePPReporter.hh.

Constructor & Destructor Documentation

◆ G4SimplePPReporter()

G4SimplePPReporter::G4SimplePPReporter ( )

◆ ~G4SimplePPReporter()

G4SimplePPReporter::~G4SimplePPReporter ( )
virtual

Definition at line 45 of file G4SimplePPReporter.cc.

46{
47}

Member Function Documentation

◆ Print()

void G4SimplePPReporter::Print ( const G4String option = "")
virtual

Implements G4VParticlePropertyReporter.

Definition at line 50 of file G4SimplePPReporter.cc.

51{
52 for (size_t i=0; i<pList.size(); i++){
53 G4ParticlePropertyData* ptr = (pList)[i];
54 ptr->Print();
55 G4cout << G4endl;
56 }
57}
#define G4endl
Definition: G4ios.hh:57
G4GLOB_DLL std::ostream G4cout

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