Changeset 9482 for trunk/MagicSoft/Mars/mtrigger
- Timestamp:
- 07/29/09 15:15:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.h
r9462 r9482 12 12 public: 13 13 enum Pattern_t { 14 // kUndefined1 = BIT(0), // 1 1: Level 1 from L2 board15 14 kTriggerLvl1 = BIT(0), // 1 1: Level 1 from L2 board 16 15 kCalibration = BIT(1), // 2 2: Pulse Trigger … … 19 18 kPinDiode = BIT(4), // 10 16: 20 19 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 L222 20 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?) 24 22 }; 25 23 … … 31 29 MTriggerPattern(const char *name=0, const char *title=0); 32 30 33 void Print(Option_t * ) const;31 void Print(Option_t *o="") const; 34 32 void Copy(TObject &obj) const; 35 33
Note:
See TracChangeset
for help on using the changeset viewer.