Changeset 19831 for trunk/Mars/fact/analysis
- Timestamp:
- 10/30/19 14:53:45 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/gain/extract_singles.C
r19829 r19831 655 655 // ====================================================== 656 656 657 return 0;658 659 657 MDirIter iter; 660 658 … … 753 751 MH::SetPalette(); 754 752 755 MContinue cont("( MRawEvtHeader.GetTriggerID&0xff00)!=0x100", "SelectCal");753 MContinue cont("(int(MRawEvtHeader.GetTriggerID)&0xff00)!=0x100", "SelectCal"); 756 754 757 755 MGeomApply apply;
Note:
See TracChangeset
for help on using the changeset viewer.