#include <G4TextPPReporter.hh>
Definition at line 44 of file G4TextPPReporter.hh.
 
      
        
          | G4TextPPReporter::G4TextPPReporter  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | G4TextPPReporter::~G4TextPPReporter  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
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() << 
" ";
 
G4int GetPDGiSpin() const 
 
G4int GetPDGiParity() const 
 
G4int GetNumberOfDaughters() const 
 
G4ParticleDefinition * GetDaughter(G4int anIndex)
 
const G4String & GetKinematicsName() const 
 
G4VDecayChannel * GetDecayChannel(G4int index) const 
 
G4int GetPDGEncoding() const 
 
static constexpr double second
 
const G4String & GetParticleName() const 
 
G4DecayTable * GetDecayTable() const 
 
G4double GetPDGWidth() const 
 
static constexpr double eplus
 
G4int GetPDGiConjugation() const 
 
G4double GetPDGMass() const 
 
G4int GetPDGiIsospin() const 
 
static constexpr double GeV
 
G4double GetPDGLifeTime() const 
 
G4double GetPDGCharge() const 
 
 
 
 
  
  
      
        
          | 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()
 
 
 
 
  
  
      
        
          | void G4TextPPReporter::SparseOption  | 
          ( | 
          const G4String &  | 
          option | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: