#include <DecayTreeItem.h>
Definition at line 11 of file DecayTreeItem.h.
 
◆ DecayTreeItem() [1/2]
      
        
          | DecayTreeItem::DecayTreeItem  | 
          ( | 
          int  | 
          i = 0 | ) | 
           | 
        
      
 
 
◆ DecayTreeItem() [2/2]
◆ ~DecayTreeItem()
  
  
      
        
          | virtual DecayTreeItem::~DecayTreeItem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ antiThis()
  
  
      
        
          | bool DecayTreeItem::antiThis  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ charge()
      
        
          | std::string DecayTreeItem::charge  | 
          ( | 
           | ) | 
           const | 
        
      
 
Definition at line 68 of file DecayTreeItem.cpp.
std::string charge() const
 
const ParticleProperties * props() const
 
 
 
 
◆ ChargeConThis()
      
        
          | bool DecayTreeItem::ChargeConThis  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ defaultParityFactor()
  
  
      
        
          | int DecayTreeItem::defaultParityFactor  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineprivate   | 
  
 
 
◆ hasDistinctAnti()
      
        
          | bool DecayTreeItem::hasDistinctAnti  | 
          ( | 
           | ) | 
           const | 
        
      
 
Definition at line 75 of file DecayTreeItem.cpp.
bool hasDistinctAnti() const
 
const ParticleProperties * props() const
 
 
 
 
◆ isNonResonant()
      
        
          | bool DecayTreeItem::isNonResonant  | 
          ( | 
           | ) | 
           const | 
        
      
 
Definition at line 54 of file DecayTreeItem.cpp.
bool isNonResonant() const
 
const ParticleProperties * props() const
 
 
 
 
◆ J()
      
        
          | std::string DecayTreeItem::J  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ L()
  
  
      
        
          | int DecayTreeItem::L  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ L_as_SPD()
      
        
          | char DecayTreeItem::L_as_SPD  | 
          ( | 
           | ) | 
           const | 
        
      
 
Definition at line 104 of file DecayTreeItem.cpp.
  105   if(
L() < 0) 
return ' ';
   107   if(
L()==0)      
return 'S';
   108   else if(
L()==1) 
return 'P';
   109   else if(
L()==2) 
return 'D';
   110   else if(
L()==3) 
return 'F';
   111   else if(
L()==4) 
return 'G';
   112   else if(
L()==5) 
return 'H';
   113   else if(
L()==6) 
return 'I';
   117     int advanceK = 
L()-7;
   118     for(
int i=0; i < advanceK; i++) Kplus++;
 
 
 
 
◆ mass()
      
        
          | double DecayTreeItem::mass  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ name()
      
        
          | std::string DecayTreeItem::name  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ operator int() [1/2]
  
  
      
        
          | DecayTreeItem::operator int  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator int() [2/2]
  
  
      
        
          | DecayTreeItem::operator int  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator+()
◆ operator-()
◆ operator=()
◆ parityFactor()
  
  
      
        
          | int DecayTreeItem::parityFactor  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ pdg()
      
        
          | int DecayTreeItem::pdg  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ print()
  
  
      
        
          | void DecayTreeItem::print  | 
          ( | 
          std::ostream &  | 
          out = std::cout | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ printShort()
  
  
      
        
          | void DecayTreeItem::printShort  | 
          ( | 
          std::ostream &  | 
          out = std::cout | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ props()
Definition at line 23 of file DecayTreeItem.cpp.
   26     std::cout << 
"Error in DecayTreeItem::props(): "    27           << 
"can't find ParticlePropertiesList." const ParticleProperties * get(const std::string &name) const
 
static const ParticlePropertiesList * getMe()
 
 
 
 
◆ setL()
  
  
      
        
          | void DecayTreeItem::setL  | 
          ( | 
          int  | 
          l | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setPDG()
      
        
          | void DecayTreeItem::setPDG  | 
          ( | 
          int  | 
          id | ) | 
           | 
        
      
 
 
◆ SVPAT()
      
        
          | std::string DecayTreeItem::SVPAT  | 
          ( | 
           | ) | 
           const | 
        
      
 
Definition at line 40 of file DecayTreeItem.cpp.
std::string SVPAT() const
 
const ParticleProperties * props() const
 
 
 
 
◆ unSetL()
  
  
      
        
          | void DecayTreeItem::unSetL  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ width()
      
        
          | double DecayTreeItem::width  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ _L_angMom
      
        
          | int DecayTreeItem::_L_angMom | 
        
      
 
 
◆ _pdg_id
      
        
          | int DecayTreeItem::_pdg_id | 
        
      
 
 
The documentation for this class was generated from the following files: