#include <G4TextPPReporter.hh>
Definition at line 43 of file G4TextPPReporter.hh.
◆ G4TextPPReporter()
G4TextPPReporter::G4TextPPReporter |
( |
| ) |
|
◆ ~G4TextPPReporter()
G4TextPPReporter::~G4TextPPReporter |
( |
| ) |
|
|
virtual |
◆ GeneratePropertyTable()
Definition at line 85 of file G4TextPPReporter.cc.
86{
88
89
91
92 if (name ==
"J/psi") fileName =
baseDir +
"jpsi.txt";
93
94 std::ofstream outFile(fileName, std::ios::out );
95 outFile.setf( std::ios:: scientific, std::ios::floatfield );
96 outFile << std::setprecision(7) <<
G4endl;
97
98
99 outFile <<
name <<
" "
101
102
107
108
112
113
115
116
118 if (dcyTable != 0) {
121
122 outFile << channel->
GetBR() <<
" ";
123
125
127
130 }
132 }
133 }
134}
G4VDecayChannel * GetDecayChannel(G4int index) const
G4int GetPDGiIsospin() const
G4int GetPDGiConjugation() const
G4double GetPDGMass() const
G4int GetPDGiParity() const
G4int GetPDGEncoding() const
G4double GetPDGWidth() const
G4double GetPDGCharge() const
G4int GetPDGiSpin() const
G4DecayTable * GetDecayTable() const
G4double GetPDGLifeTime() const
const G4String & GetParticleName() const
const G4String & GetKinematicsName() const
G4int GetNumberOfDaughters() const
G4ParticleDefinition * GetDaughter(G4int anIndex)
const char * name(G4int ptype)
Referenced by Print().
◆ Print()
void G4TextPPReporter::Print |
( |
const G4String & |
option = "" | ) |
|
|
virtual |
Implements G4VParticlePropertyReporter.
Definition at line 58 of file G4TextPPReporter.cc.
59{
61
62 for (
size_t i=0; i<
pList.size(); i++){
64
66 }
67}
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
static G4ParticleTable * GetParticleTable()
void SparseOption(const G4String &option)
void GeneratePropertyTable(const G4ParticleDefinition *)
◆ SparseOption()
void G4TextPPReporter::SparseOption |
( |
const G4String & |
option | ) |
|
|
protected |
◆ baseDir
The documentation for this class was generated from the following files: