CMS 3D CMS Logo

Enumerations
RecHitTools.cc File Reference
#include "RecoLocalCalo/HGCalRecAlgos/interface/RecHitTools.h"
#include "DataFormats/ForwardDetId/interface/HGCalDetId.h"
#include "DataFormats/ForwardDetId/interface/HGCScintillatorDetId.h"
#include "DataFormats/ForwardDetId/interface/HGCSiliconDetId.h"
#include "DataFormats/HcalDetId/interface/HcalDetId.h"
#include "Geometry/HGCalGeometry/interface/HGCalGeometry.h"
#include "Geometry/HcalTowerAlgo/interface/HcalGeometry.h"
#include "Geometry/CaloGeometry/interface/CaloGeometry.h"
#include "Geometry/Records/interface/CaloGeometryRecord.h"
#include "Geometry/Records/interface/IdealGeometryRecord.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"

Go to the source code of this file.

Enumerations

enum  CellType
 

Enumeration Type Documentation

◆ CellType

enum CellType

Definition at line 66 of file RecHitTools.cc.

66  {
67  CE_E_120 = 0,
68  CE_E_200 = 1,
69  CE_E_300 = 2,
70  CE_H_120 = 3,
71  CE_H_200 = 4,
72  CE_H_300 = 5,
73  CE_H_SCINT = 6,
74  EnumSize = 7
75  };