ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/RWalsh/src/ParticleProperties.cc
Revision: 1.3
Committed: Fri Jul 13 10:37:56 2012 UTC (12 years, 9 months ago) by rwalsh
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
remove files

File Contents

# Content
1 #include "UserCode/RWalsh/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