CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Enumerations
HcalTopologyMode Namespace Reference

Enumerations

enum  Mode {
  LHC =0, H2 =1, SLHC =2, H2HE =3,
  LHC =0, H2 =1, SLHC =2, H2HE =3
}
 
enum  Mode {
  LHC =0, H2 =1, SLHC =2, H2HE =3,
  LHC =0, H2 =1, SLHC =2, H2HE =3
}
 
enum  TriggerMode { tm_LHC_PreLS1 =0, tm_LHC_RCT =0, tm_LHC_RCT_and_1x1 =1, tm_LHC_1x1 =2 }
 
enum  TriggerMode { tm_LHC_PreLS1 =0, tm_LHC_RCT =0, tm_LHC_RCT_and_1x1 =1, tm_LHC_1x1 =2 }
 

Enumeration Type Documentation

Enumerator
LHC 
H2 
SLHC 
H2HE 
LHC 
H2 
SLHC 
H2HE 

Definition at line 27 of file HcalTopologyMode.h.

Enumerator
LHC 
H2 
SLHC 
H2HE 
LHC 
H2 
SLHC 
H2HE 

Definition at line 29 of file HcalTopologyMode.h.

Enumerator
tm_LHC_PreLS1 
tm_LHC_RCT 
tm_LHC_RCT_and_1x1 
tm_LHC_1x1 

Definition at line 29 of file HcalTopologyMode.h.

29  {
30  tm_LHC_RCT=0, // HF is summed in 3x2 regions
31  tm_LHC_RCT_and_1x1=1, // HF is summed in both 3x2 and 1x1 regions
32  tm_LHC_1x1=2 // HF is summed in 1x1 regions
33  };
Enumerator
tm_LHC_PreLS1 
tm_LHC_RCT 
tm_LHC_RCT_and_1x1 
tm_LHC_1x1 

Definition at line 32 of file HcalTopologyMode.h.

32  {
33  tm_LHC_PreLS1=0 // HF is summed in 3x2 regions
34  };