G4HtmlPPReporter Class Reference

#include <G4HtmlPPReporter.hh>

Inheritance diagram for G4HtmlPPReporter:

G4VParticlePropertyReporter

Public Member Functions

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

Detailed Description

Definition at line 45 of file G4HtmlPPReporter.hh.


Constructor & Destructor Documentation

G4HtmlPPReporter::G4HtmlPPReporter (  ) 

Definition at line 47 of file G4HtmlPPReporter.cc.

00047                                    :G4VParticlePropertyReporter()
00048 {
00049  
00050 }

G4HtmlPPReporter::~G4HtmlPPReporter (  )  [virtual]

Definition at line 52 of file G4HtmlPPReporter.cc.

00053 {
00054 }    


Member Function Documentation

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

Implements G4VParticlePropertyReporter.

Definition at line 56 of file G4HtmlPPReporter.cc.

References G4ParticleTable::FindParticle(), G4ParticleTable::GetParticleTable(), and G4VParticlePropertyReporter::pList.

00057 {
00058   SparseOption( option );
00059 
00060   GenerateIndex();
00061 
00062   for (size_t i=0; i< pList.size(); i++){
00063     G4ParticleDefinition* particle  = G4ParticleTable::GetParticleTable()->FindParticle( pList[i]->GetParticleName() ); 
00064     GeneratePropertyTable(particle);
00065   }
00066 }    


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