Changeset 5560 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 12/06/04 12:55:12 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/RanForest.C
r1871 r5560 38 38 tlist.AddToList(&read); 39 39 40 MFParticleId fgamma("MMcEvt", '=', kGAMMA);40 MFParticleId fgamma("MMcEvt", '=', MMcEvt::kGAMMA); 41 41 tlist.AddToList(&fgamma); 42 42 43 MFParticleId fhadrons("MMcEvt", '!', kGAMMA);43 MFParticleId fhadrons("MMcEvt", '!', MMcEvt::kGAMMA); 44 44 tlist.AddToList(&fhadrons); 45 45
Note:
See TracChangeset
for help on using the changeset viewer.