ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/RWalsh/Tools/Utils/src/ParticleProperties.cc
Revision: 1.1
Committed: Wed Feb 3 11:09:58 2010 UTC (15 years, 3 months ago) by rwalsh
Content type: text/plain
Branch: MAIN
Log Message:
Contains properties of particles used in my codes.

File Contents

# User Rev Content
1 rwalsh 1.1 #include "Tools/Utils/interface/ParticleProperties.h"
2    
3     namespace reco {
4    
5     double ParticleMasses::kPlus = 0.493677;
6     double ParticleMasses::piPlus = 0.13957;
7     double ParticleMasses::dPlus = 1.86962;
8     double ParticleMasses::k0Short = 0.497614;
9    
10     int ParticleIds::kPlus = 321;
11     int ParticleIds::piPlus = 211;
12     int ParticleIds::dPlus = 411;
13     int ParticleIds::k0Short = 310;
14    
15     } // namespace reco