G4SimplePPReporter Class Reference

#include <G4SimplePPReporter.hh>

Inheritance diagram for G4SimplePPReporter:

G4VParticlePropertyReporter

Public Member Functions

 G4SimplePPReporter ()
virtual ~G4SimplePPReporter ()
virtual void Print (const G4String &option="")

Detailed Description

Definition at line 44 of file G4SimplePPReporter.hh.


Constructor & Destructor Documentation

G4SimplePPReporter::G4SimplePPReporter (  ) 

Definition at line 41 of file G4SimplePPReporter.cc.

00041                                       :G4VParticlePropertyReporter()
00042 { 
00043 }

G4SimplePPReporter::~G4SimplePPReporter (  )  [virtual]

Definition at line 46 of file G4SimplePPReporter.cc.

00047 {
00048 }    


Member Function Documentation

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

Implements G4VParticlePropertyReporter.

Definition at line 51 of file G4SimplePPReporter.cc.

References G4cout, G4endl, and G4VParticlePropertyReporter::pList.

00052 {
00053   for (size_t i=0; i<pList.size(); i++){
00054     G4ParticlePropertyData*    ptr = (pList)[i];
00055     ptr->Print();  
00056     G4cout << G4endl;
00057   }
00058 }    


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