#include <iostream>
#include <string>
#include <vector>
#include <map>
#include "DataFormats/HcalDetId/interface/HcalSubdetector.h"
#include "DataFormats/HcalDetId/interface/HcalZDCDetId.h"
Go to the source code of this file.
Classes | |
class | HcalAssistant |
Defines | |
#define | DATAFORMATS_HCALDETID_HCALSUBDETECTOR_H |
Enumerations | |
enum | HcalOtherSubdetector { HcalOtherEmpty = 0, HcalCalibration = 2, HcalOtherEmpty = 0, HcalCalibration = 2, HcalDcsBarrel = 3, HcalDcsEndcap = 4, HcalDcsOuter = 5, HcalDcsForward = 6 } |
enum | HcalSubdetector { HcalEmpty = 0, HcalBarrel = 1, HcalEndcap = 2, HcalOuter = 3, HcalForward = 4, HcalTriggerTower = 5, HcalOther = 7, HcalEmpty = 0, HcalBarrel = 1, HcalEndcap = 2, HcalOuter = 3, HcalForward = 4, HcalTriggerTower = 5, HcalOther = 7 } |
#define DATAFORMATS_HCALDETID_HCALSUBDETECTOR_H |
Definition at line 31 of file HcalAssistant.h.
enum HcalOtherSubdetector |
HcalOtherEmpty | |
HcalCalibration | |
HcalOtherEmpty | |
HcalCalibration | |
HcalDcsBarrel | |
HcalDcsEndcap | |
HcalDcsOuter | |
HcalDcsForward |
Definition at line 33 of file HcalAssistant.h.
{ HcalOtherEmpty=0, HcalCalibration=2 };
enum HcalSubdetector |
HcalEmpty | |
HcalBarrel | |
HcalEndcap | |
HcalOuter | |
HcalForward | |
HcalTriggerTower | |
HcalOther | |
HcalEmpty | |
HcalBarrel | |
HcalEndcap | |
HcalOuter | |
HcalForward | |
HcalTriggerTower | |
HcalOther |
Definition at line 32 of file HcalAssistant.h.
{ HcalEmpty=0, HcalBarrel=1, HcalEndcap=2, HcalOuter=3, HcalForward=4, HcalTriggerTower=5, HcalOther=7 };