ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/RWalsh/Tools/Utils/src/ParticleProperties.cc
Revision: 1.2
Committed: Wed Feb 3 14:12:23 2010 UTC (15 years, 3 months ago) by rwalsh
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Not needed.

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