- Timestamp:
- 12/17/03 14:34:45 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2687 r2688 4 4 5 5 -*-*- END OF LINE -*-*- 6 2003/12/17: Abelardo Moralejo 7 8 * mbase/MAGIC.h: 9 - added kELECTRON, kPOSITRON to type ParticleId_t; 10 11 * mfilter/MFGeomag.cc: 12 - added kPOSITRON and kELECTRON as possible particle ids. 13 14 6 15 2003/12/17: Thomas Bretz 7 16 -
trunk/MagicSoft/Mars/mbase/MAGIC.h
r2219 r2688 34 34 { 35 35 kGAMMA = 1, 36 kPOSITRON = 2, 37 kELECTRON = 3, 36 38 kPROTON = 14, 37 39 kHELIUM = 402, -
trunk/MagicSoft/Mars/mfilter/MFGeomag.cc
r2510 r2688 162 162 break; 163 163 164 case kELECTRON: //electrons 165 indadd = 1152; //second part of table (negative particles) 166 break; 167 168 case kPOSITRON: //positrons 169 break; 170 164 171 default: 165 172 Int_t id = fMcEvt->GetPartId();
Note:
See TracChangeset
for help on using the changeset viewer.