Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 268 → Rev 271

/belle2/masterclass/src/BParticle.cc
32,6 → 32,7
case D: return 1.86;
case DSTAR: return 2.01;
case B: return 5.27;
case PHI: return 1.02;
default: return 0;
}
 
/belle2/masterclass/src/BParticle.h
11,7 → 11,7
#include "TObject.h"
#include "TClonesArray.h"
 
enum SIMPLEPID {PHOTON, ELECTRON, PION, MUON, KAON, PROTON, JPSI, D, DSTAR, B,KS, ALL };
enum SIMPLEPID {PHOTON, ELECTRON, PION, MUON, KAON, PROTON, JPSI, D, DSTAR, B, PHI, ALL };
 
class BParticle : public TObject {