Revision: | 1.2 |
Committed: | Wed Feb 3 12:23:09 2010 UTC (15 years, 3 months ago) by rwalsh |
Content type: | text/plain |
Branch: | MAIN |
Changes since 1.1: | +1 -1 lines |
Log Message: | Corrected path. |
# | User | Rev | Content |
---|---|---|---|
1 | rwalsh | 1.2 | #include "UserCode/RWalsh/interface/ParticleProperties.h" |
2 | rwalsh | 1.1 | |
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 |