#include <G4TextPPReporter.hh>
Definition at line 44 of file G4TextPPReporter.hh.
◆ G4TextPPReporter()
G4TextPPReporter::G4TextPPReporter |
( |
| ) |
|
◆ ~G4TextPPReporter()
G4TextPPReporter::~G4TextPPReporter |
( |
| ) |
|
|
virtual |
◆ GeneratePropertyTable()
Definition at line 86 of file G4TextPPReporter.cc.
93 if (name ==
"J/psi") fileName =
baseDir +
"jpsi.txt";
95 std::ofstream outFile(fileName, std::ios::out );
96 outFile.setf( std::ios:: scientific, std::ios::floatfield );
97 outFile << std::setprecision(7) <<
G4endl;
100 outFile << name <<
" " 123 outFile << channel->
GetBR() <<
" ";
G4ParticleDefinition * GetDaughter(G4int anIndex)
G4double GetPDGLifeTime() const
G4int GetPDGiIsospin() const
G4int GetPDGiSpin() const
G4int GetNumberOfDaughters() const
const G4String & GetParticleName() const
G4int GetPDGEncoding() const
G4int GetPDGiParity() const
G4DecayTable * GetDecayTable() const
static const double second
G4double GetPDGWidth() const
const G4String & GetKinematicsName() const
G4VDecayChannel * GetDecayChannel(G4int index) const
G4double GetPDGMass() const
G4int GetPDGiConjugation() const
static const double eplus
G4double GetPDGCharge() const
◆ Print()
void G4TextPPReporter::Print |
( |
const G4String & |
option = "" | ) |
|
|
virtual |
Implements G4VParticlePropertyReporter.
Definition at line 59 of file G4TextPPReporter.cc.
63 for (
size_t i=0; i<
pList.size(); i++){
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
void GeneratePropertyTable(const G4ParticleDefinition *)
void SparseOption(const G4String &option)
static G4ParticleTable * GetParticleTable()
◆ SparseOption()
void G4TextPPReporter::SparseOption |
( |
const G4String & |
option | ) |
|
|
protected |
◆ baseDir
The documentation for this class was generated from the following files: