Ignore:
Timestamp:
10/30/19 14:53:45 (5 years ago)
Author:
tbretz
Message:
Fixed a problem with TFormula in rootv6
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/gain/extract_singles.C

    r19829 r19831  
    655655    // ======================================================
    656656
    657     return 0;
    658 
    659657    MDirIter iter;
    660658
     
    753751    MH::SetPalette();
    754752
    755     MContinue cont("(MRawEvtHeader.GetTriggerID&0xff00)!=0x100", "SelectCal");
     753    MContinue cont("(int(MRawEvtHeader.GetTriggerID)&0xff00)!=0x100", "SelectCal");
    756754
    757755    MGeomApply apply;
Note: See TracChangeset for help on using the changeset viewer.