Ignore:
Timestamp:
12/06/04 12:55:12 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/RanForest.C

    r1871 r5560  
    3838    tlist.AddToList(&read);
    3939
    40     MFParticleId fgamma("MMcEvt", '=', kGAMMA);
     40    MFParticleId fgamma("MMcEvt", '=', MMcEvt::kGAMMA);
    4141    tlist.AddToList(&fgamma);
    4242
    43     MFParticleId fhadrons("MMcEvt", '!', kGAMMA);
     43    MFParticleId fhadrons("MMcEvt", '!', MMcEvt::kGAMMA);
    4444    tlist.AddToList(&fhadrons);
    4545
Note: See TracChangeset for help on using the changeset viewer.