Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 266 → Rev 265

/belle2/masterclass/src/BParticle.cc
1,6 → 1,7
//+
// File : BParticle.cc
// Description : Implementation of BTrack class //
// Description : Ryosuke Itoh, IPNS, KEK // Date : 28 - Jan - 2004
//-
 
#include "BParticle.h"
23,12 → 24,12
 
switch (pid){
case PHOTON: return 0;
case ELECTRON: return 0.51;
case ELECTRON: return 0.51;
case PION: return 0.139;
case MUON: return 0.105;
case MUON: return 0.105;
case KAON: return 0.497;
case PROTON: return 0.938;
case JPSI: return 3.1;
case JPSI: return 3.1;
case D: return 1.86;
case DSTAR: return 2.01;
case B: return 5.27;