L1GtConditionCategory

L1GtConditionType

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
#ifndef DataFormats_L1GlobalTrigger_L1GtDefinitions_h
#define DataFormats_L1GlobalTrigger_L1GtDefinitions_h

enum L1GtConditionType {
  TypeNull,
  Type1s,
  Type2s,
  Type2wsc,
  Type2cor,
  Type3s,
  Type4s,
  TypeETM,
  TypeETT,
  TypeHTT,
  TypeHTM,
  TypeJetCounts,
  TypeCastor,
  TypeHfBitCounts,
  TypeHfRingEtSums,
  TypeBptx,
  TypeExternal,
  Type2corWithOverlapRemoval,
  L1GtConditionTypeInvalid = -1
};

/// condition categories
enum L1GtConditionCategory {
  CondNull,
  CondMuon,
  CondCalo,
  CondEnergySum,
  CondJetCounts,
  CondCorrelation,
  CondCastor,
  CondHfBitCounts,
  CondHfRingEtSums,
  CondBptx,
  CondExternal,
  CondCorrelationWithOverlapRemoval,
  L1GtConditionCategoryInvalid = -1
};

#endif