#include <L1Trigger/CSCCommonTrigger/interface/CSCConstants.h>
Public Types | |
enum | Bx_Window { MIN_BUNCH = -6, MAX_BUNCH = 6, TOT_BUNCH = MAX_BUNCH - MIN_BUNCH + 1, TIME_OFFSET = -MIN_BUNCH } |
We assume that the digis which bx times differ from the current bx by more than six will not contribute to the LCT rates at the current bx, and ignore them. More... | |
enum | Digis_Info { MAX_DIGIS_PER_ALCT = 10, MAX_DIGIS_PER_CLCT = 8 } |
enum | Layer_Info { NUM_LAYERS = 6, KEY_CLCT_LAYER = 3, KEY_CLCT_LAYER_PRE_TMB07 = 4, KEY_ALCT_LAYER = 3 } |
enum | MPC_stubs { maxStubs = 3 } |
enum | Pattern_Info { NUM_ALCT_PATTERNS = 3, NUM_CLCT_PATTERNS = 11, NUM_CLCT_PATTERNS_PRE_TMB07 = 8 } |
enum | WG_and_Strip { MAX_NUM_WIRES = 119, MAX_NUM_STRIPS = 80, NUM_DI_STRIPS = 40+1, NUM_HALF_STRIPS = 160+1 } |
Static interface to basic chamber constants.
Definition at line 12 of file CSCConstants.h.
We assume that the digis which bx times differ from the current bx by more than six will not contribute to the LCT rates at the current bx, and ignore them.
Definition at line 33 of file CSCConstants.h.
00033 { MIN_BUNCH = -6, MAX_BUNCH = 6, TOT_BUNCH = MAX_BUNCH - MIN_BUNCH + 1, TIME_OFFSET = -MIN_BUNCH };
Definition at line 23 of file CSCConstants.h.
00023 { MAX_DIGIS_PER_ALCT = 10, MAX_DIGIS_PER_CLCT = 8 };
Definition at line 19 of file CSCConstants.h.
00019 { NUM_LAYERS = 6, KEY_CLCT_LAYER = 3, KEY_CLCT_LAYER_PRE_TMB07 = 4, KEY_ALCT_LAYER = 3 };
Definition at line 21 of file CSCConstants.h.
00021 { NUM_ALCT_PATTERNS = 3, NUM_CLCT_PATTERNS = 11, NUM_CLCT_PATTERNS_PRE_TMB07 = 8 };
Definition at line 15 of file CSCConstants.h.
00015 { MAX_NUM_WIRES = 119, MAX_NUM_STRIPS = 80, 00016 NUM_DI_STRIPS = 40+1, // Add 1 to allow for staggering of strips 00017 NUM_HALF_STRIPS = 160+1};