CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
ParticleInfo Struct Reference

#include <ParticleTable.h>

Public Member Functions

 ParticleInfo (int bN, int s, int s1, int s2, int c)
 

Public Attributes

int fBaryonNumber
 
int fCharge
 
int fIsospin
 
int fSpin
 
int fStrangeness
 

Detailed Description

Definition at line 15 of file ParticleTable.h.

Constructor & Destructor Documentation

ParticleInfo::ParticleInfo ( int  bN,
int  s,
int  s1,
int  s2,
int  c 
)
inline

Definition at line 22 of file ParticleTable.h.

References EnergyCorrector::c, fBaryonNumber, fCharge, fIsospin, fSpin, fStrangeness, alignCSCRings::s, and indexGen::s2.

22  {
23  fBaryonNumber = bN;
24  fStrangeness = s;
25  fIsospin = s1; //2S
26  fSpin = s2; //2I
27  fCharge = c; //fCharge = 2 * I3
28  }
tuple s2
Definition: indexGen.py:106

Member Data Documentation

int ParticleInfo::fBaryonNumber

Definition at line 16 of file ParticleTable.h.

Referenced by ParticleInfo().

int ParticleInfo::fCharge

Definition at line 20 of file ParticleTable.h.

Referenced by ParticleInfo().

int ParticleInfo::fIsospin

Definition at line 18 of file ParticleTable.h.

Referenced by ParticleInfo().

int ParticleInfo::fSpin

Definition at line 19 of file ParticleTable.h.

Referenced by ParticleInfo().

int ParticleInfo::fStrangeness

Definition at line 17 of file ParticleTable.h.

Referenced by ParticleInfo().