Ignore:
Timestamp:
07/29/09 15:15:59 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.h

    r9462 r9482  
    1212public:
    1313    enum Pattern_t {
    14 //        kUndefined1  = BIT(0), //  1   1: Level 1 from L2 board
    1514        kTriggerLvl1 = BIT(0), //  1   1: Level 1 from L2 board
    1615        kCalibration = BIT(1), //  2   2: Pulse Trigger
     
    1918        kPinDiode    = BIT(4), // 10  16:
    2019        kSumTrigger  = BIT(5), // 20  32: Flag for an event taken with sum trigger
    21 //        kTriggerLvl1 = BIT(6), // 40  64: Trigger lvl1 directly from L1 without going through L2
    2220        kUndefined1  = BIT(6), // 40  64: Trigger lvl1 directly from L1 without going through L2
    23         kUndefined2  = BIT(7)  // 80 128: Undefined?
     21        kUndefined2  = BIT(7)  // 80 128: Undefined? (L3?)
    2422    };
    2523
     
    3129    MTriggerPattern(const char *name=0, const char *title=0);
    3230
    33     void Print(Option_t *) const;
     31    void Print(Option_t *o="") const;
    3432    void Copy(TObject &obj) const;
    3533
Note: See TracChangeset for help on using the changeset viewer.