CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations
ForwardSubdetector.h File Reference

Go to the source code of this file.

Enumerations

enum  ForwardSubdetector {
  ForwardEmpty = 0, FastTime = 1, BHM = 2, HGCEE = 3,
  HGCHEF = 4, HGCHEB = 5, HFNose = 6, HGCTrigger = 7
}
 
enum  HGCalTriggerSubdetector { HFNoseTrigger = 0, HGCalEETrigger = 1, HGCalHSiTrigger = 2, HGCalHScTrigger = 3 }
 

Enumeration Type Documentation

Enumerator
ForwardEmpty 
FastTime 
BHM 
HGCEE 
HGCHEF 
HGCHEB 
HFNose 
HGCTrigger 

Definition at line 4 of file ForwardSubdetector.h.

4  {
5  ForwardEmpty = 0,
6  FastTime = 1,
7  BHM = 2,
8  HGCEE = 3,
9  HGCHEF = 4,
10  HGCHEB = 5,
11  HFNose = 6,
12  HGCTrigger = 7
13 };
Enumerator
HFNoseTrigger 
HGCalEETrigger 
HGCalHSiTrigger 
HGCalHScTrigger 

Definition at line 14 of file ForwardSubdetector.h.