#include <G4ExcitedBaryonConstructor.hh>
◆ G4ExcitedBaryonConstructor()
      
        
          | G4ExcitedBaryonConstructor::G4ExcitedBaryonConstructor  | 
          ( | 
          G4int  | 
          nStates = 0,  | 
        
        
           | 
           | 
          G4int  | 
          isoSpin = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~G4ExcitedBaryonConstructor()
  
  
      
        
          | G4ExcitedBaryonConstructor::~G4ExcitedBaryonConstructor  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ Construct()
  
  
      
        
          | void G4ExcitedBaryonConstructor::Construct  | 
          ( | 
          G4int  | 
          indexOfState = -1 | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Definition at line 59 of file G4ExcitedBaryonConstructor.cc.
   72       G4cerr << 
"G4ExcitedBaryonConstructor::Construct()";
 
virtual void ConstructParticle(G4int indexOfState)
 
static G4ParticleTable * GetParticleTable()
 
virtual void ConstructAntiParticle(G4int indexOfState)
 
G4GLOB_DLL std::ostream G4cerr
 
 
 
 
◆ ConstructAntiParticle()
  
  
      
        
          | void G4ExcitedBaryonConstructor::ConstructAntiParticle  | 
          ( | 
          G4int  | 
          indexOfState | ) | 
           | 
         
       
   | 
  
protectedvirtual   | 
  
 
Definition at line 113 of file G4ExcitedBaryonConstructor.cc.
  115   if (!
Exist(idx) ) 
return;
   131     name = 
"anti_" + 
name;
 void SetDecayTable(G4DecayTable *aDecayTable)
 
virtual G4double GetCharge(G4int iIsoSpin3)
 
virtual G4DecayTable * CreateDecayTable(const G4String &, G4int, G4int, G4bool)=0
 
virtual G4bool Exist(G4int)=0
 
virtual G4double GetMass(G4int state, G4int iso)=0
 
virtual G4String GetName(G4int, G4int)=0
 
virtual G4String GetMultipletName(G4int)=0
 
virtual G4int GetiParity(G4int)=0
 
virtual G4double GetWidth(G4int state, G4int iso)=0
 
virtual G4int GetiSpin(G4int)=0
 
virtual G4int GetEncoding(G4int iIsoSpin3, G4int idxState)
 
 
 
 
◆ ConstructParticle()
  
  
      
        
          | void G4ExcitedBaryonConstructor::ConstructParticle  | 
          ( | 
          G4int  | 
          indexOfState | ) | 
           | 
         
       
   | 
  
protectedvirtual   | 
  
 
Definition at line 82 of file G4ExcitedBaryonConstructor.cc.
   84   if (!
Exist(idx) ) 
return;
 void SetDecayTable(G4DecayTable *aDecayTable)
 
virtual G4double GetCharge(G4int iIsoSpin3)
 
virtual G4DecayTable * CreateDecayTable(const G4String &, G4int, G4int, G4bool)=0
 
virtual G4bool Exist(G4int)=0
 
virtual G4double GetMass(G4int state, G4int iso)=0
 
virtual G4String GetName(G4int, G4int)=0
 
virtual G4String GetMultipletName(G4int)=0
 
virtual G4int GetiParity(G4int)=0
 
virtual G4double GetWidth(G4int state, G4int iso)=0
 
virtual G4int GetiSpin(G4int)=0
 
virtual G4int GetEncoding(G4int iIsoSpin3, G4int idxState)
 
 
 
 
◆ CreateDecayTable()
◆ Exist()
  
  
      
        
          | virtual G4bool G4ExcitedBaryonConstructor::Exist  | 
          ( | 
          G4int  | 
           | ) | 
           | 
         
       
   | 
  
protectedpure virtual   | 
  
 
 
◆ GetCharge()
  
  
      
        
          | G4double G4ExcitedBaryonConstructor::GetCharge  | 
          ( | 
          G4int  | 
          iIsoSpin3 | ) | 
           | 
         
       
   | 
  
protectedvirtual   | 
  
 
Definition at line 149 of file G4ExcitedBaryonConstructor.cc.
  152   static const G4double quark_charge[7] = 
   154     0., -1./3., +2./3., -1./3., +2./3., -1./3., +2./3.
   157   for (
G4int idx=0; idx<3; idx+=1){
 
static const double eplus
 
virtual G4int GetQuarkContents(G4int, G4int)=0
 
 
 
 
◆ GetEncoding()
  
  
      
        
          | G4int G4ExcitedBaryonConstructor::GetEncoding  | 
          ( | 
          G4int  | 
          iIsoSpin3,  | 
         
        
           | 
           | 
          G4int  | 
          idxState  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protectedvirtual   | 
  
 
 
◆ GetEncodingOffset()
  
  
      
        
          | virtual G4int G4ExcitedBaryonConstructor::GetEncodingOffset  | 
          ( | 
          G4int  | 
           | ) | 
           | 
         
       
   | 
  
protectedpure virtual   | 
  
 
 
◆ GetiParity()
  
  
      
        
          | virtual G4int G4ExcitedBaryonConstructor::GetiParity  | 
          ( | 
          G4int  | 
           | ) | 
           | 
         
       
   | 
  
protectedpure virtual   | 
  
 
 
◆ GetiSpin()
  
  
      
        
          | virtual G4int G4ExcitedBaryonConstructor::GetiSpin  | 
          ( | 
          G4int  | 
           | ) | 
           | 
         
       
   | 
  
protectedpure virtual   | 
  
 
 
◆ GetMass()
◆ GetMultipletName()
  
  
      
        
          | virtual G4String G4ExcitedBaryonConstructor::GetMultipletName  | 
          ( | 
          G4int  | 
           | ) | 
           | 
         
       
   | 
  
protectedpure virtual   | 
  
 
 
◆ GetName()
◆ GetQuarkContents()
  
  
      
        
          | virtual G4int G4ExcitedBaryonConstructor::GetQuarkContents  | 
          ( | 
          G4int  | 
          ,  | 
         
        
           | 
           | 
          G4int  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protectedpure virtual   | 
  
 
 
◆ GetWidth()
◆ baryonNumber
  
  
      
        
          | const G4int G4ExcitedBaryonConstructor::baryonNumber | 
         
       
   | 
  
protected   | 
  
 
 
◆ iConjugation
  
  
      
        
          | const G4int G4ExcitedBaryonConstructor::iConjugation | 
         
       
   | 
  
protected   | 
  
 
 
◆ iGParity
  
  
      
        
          | const G4int G4ExcitedBaryonConstructor::iGParity | 
         
       
   | 
  
protected   | 
  
 
 
◆ iIsoSpin
  
  
      
        
          | G4int G4ExcitedBaryonConstructor::iIsoSpin | 
         
       
   | 
  
protected   | 
  
 
 
◆ leptonNumber
  
  
      
        
          | const G4int G4ExcitedBaryonConstructor::leptonNumber | 
         
       
   | 
  
protected   | 
  
 
 
◆ NumberOfStates
  
  
      
        
          | G4int G4ExcitedBaryonConstructor::NumberOfStates | 
         
       
   | 
  
protected   | 
  
 
 
◆ type
  
  
      
        
          | const G4String G4ExcitedBaryonConstructor::type | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: