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

#include <G4HtmlPPReporter.hh>

+ Inheritance diagram for G4HtmlPPReporter:

Public Member Functions

void Print (const G4String &option="") override
 
- 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 ()
 
const G4PPDContainerGetList () const
 

Additional Inherited Members

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

Detailed Description

Definition at line 34 of file G4HtmlPPReporter.hh.

Member Function Documentation

◆ Print()

void G4HtmlPPReporter::Print ( const G4String & option = "")
overridevirtual

Implements G4VParticlePropertyReporter.

Definition at line 39 of file G4HtmlPPReporter.cc.

40{
41 SparseOption(option);
42
43 GenerateIndex();
44
45 for (const auto& i : pList) {
46 G4ParticleDefinition* particle =
47 G4ParticleTable::GetParticleTable()->FindParticle(i->GetParticleName());
48 GeneratePropertyTable(particle);
49 }
50}
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
static G4ParticleTable * GetParticleTable()

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