CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
HGCalRecHitValidation Class Reference

#include <Validation/HGCalValidation/plugins/HGCalRecHitValidation.cc>

Inheritance diagram for HGCalRecHitValidation:
DQMEDAnalyzer edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > edm::stream::EDAnalyzerBase edm::EDConsumerBase

Classes

struct  energysum
 
struct  HitsInfo
 

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
 
void dqmBeginRun (const edm::Run &, const edm::EventSetup &) override
 
 HGCalRecHitValidation (const edm::ParameterSet &)
 
 ~HGCalRecHitValidation ()
 
- Public Member Functions inherited from DQMEDAnalyzer
virtual void beginRun (edm::Run const &, edm::EventSetup const &) final
 
virtual void beginStream (edm::StreamID id) final
 
virtual void dqmBeginRun (edm::Run const &, edm::EventSetup const &)
 
 DQMEDAnalyzer (void)
 
virtual void endLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
virtual void endRunSummary (edm::Run const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
uint32_t streamId () const
 
- Public Member Functions inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::stream::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from DQMEDAnalyzer
static std::shared_ptr< dqmDetails::NoCacheglobalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *)
 
static std::shared_ptr< dqmDetails::NoCacheglobalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *)
 
static void globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *)
 
static void globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *)
 
- Static Public Member Functions inherited from edm::stream::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

void fillHitsInfo ()
 
void fillHitsInfo (HitsInfo &hits)
 
void fillOccupancyMap (std::map< int, int > &OccupancyMap, int layer)
 
template<class T1 , class T2 >
void recHitValidation (DetId &detId, int layer, const T1 *geom, T2 it)
 

Private Attributes

std::vector< MonitorElement * > energy_
 
std::vector< MonitorElement * > EtaPhi_Minus_
 
std::vector< MonitorElement * > EtaPhi_Plus_
 
std::vector< MonitorElement * > HitOccupancy_Minus_
 
std::vector< MonitorElement * > HitOccupancy_Plus_
 
bool ifHCAL_
 
unsigned int layers_
 
MonitorElementMeanHitOccupancy_Minus_
 
MonitorElementMeanHitOccupancy_Plus_
 
std::string nameDetector_
 
std::map< int, int > OccupancyMap_minus
 
std::map< int, int > OccupancyMap_plus
 
edm::EDGetToken recHitSource_
 
int verbosity_
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
typedef CacheContexts< T... > CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T... > HasAbility
 
typedef CacheTypes::LuminosityBlockCache LuminosityBlockCache
 
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Description: Validates SimHits of High Granularity Calorimeter Implementation: [Notes on implementation]

Definition at line 44 of file HGCalRecHitValidation.h.

Constructor & Destructor Documentation

HGCalRecHitValidation::HGCalRecHitValidation ( const edm::ParameterSet iConfig)
explicit

Definition at line 41 of file HGCalRecHitValidation.cc.

References Exception, edm::ParameterSet::getParameter(), ifHCAL_, nameDetector_, recHitSource_, and groupFilesInBlocks::temp.

41  :
42  nameDetector_(iConfig.getParameter<std::string>("DetectorName")),
43  verbosity_(iConfig.getUntrackedParameter<int>("Verbosity",0)) {
44  auto temp = iConfig.getParameter<edm::InputTag>("RecHitSource");
45  ifHCAL_ = iConfig.getParameter<bool>("ifHCAL");
46  if( nameDetector_ == "HGCalEESensitive" ||
47  nameDetector_ == "HGCalHESiliconSensitive" ||
48  nameDetector_ == "HGCalHEScintillatorSensitive" ) {
49  recHitSource_ = consumes<HGCRecHitCollection>(temp);
50  } else if ( nameDetector_ == "HCal" ) {
51  if (ifHCAL_) recHitSource_ = consumes<HBHERecHitCollection>(temp);
52  else recHitSource_ = consumes<HGChebRecHitCollection>(temp);
53  } else {
54  throw cms::Exception("BadHGCRecHitSource")
55  << "HGCal DetectorName given as " << nameDetector_ << " must be: "
56  << "\"HGCalHESiliconSensitive\", \"HGCalHESiliconSensitive\", "
57  << "\"HGCalHEScintillatorSensitive\", or \"HCal\"!";
58  }
59 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
HGCalRecHitValidation::~HGCalRecHitValidation ( )

Definition at line 62 of file HGCalRecHitValidation.cc.

62 { }

Member Function Documentation

void HGCalRecHitValidation::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
override

Definition at line 64 of file HGCalRecHitValidation.cc.

References edm::SortedCollection< T, SORT >::begin(), HcalDetId::depth(), edm::SortedCollection< T, SORT >::end(), edm::EventID::event(), fillHitsInfo(), relativeConstraints::geom, motionPolicyChamber::geom0, edm::EventSetup::get(), edm::Event::getByToken(), HcalEndcap, HGCEE, edm::EventBase::id(), ifHCAL_, edm::ESHandleBase::isValid(), edm::HandleBase::isValid(), HGCEEDetId::layer(), HGCHEDetId::layer(), nameDetector_, OccupancyMap_minus, OccupancyMap_plus, convertSQLiteXML::ok, edm::ESHandle< T >::product(), recHitSource_, recHitValidation(), edm::SortedCollection< T, SORT >::size(), DetId::subdetId(), and verbosity_.

65  {
66  OccupancyMap_plus.clear();
67  OccupancyMap_minus.clear();
68 
69  bool ok(true);
70  unsigned int ntot(0), nused(0);
71  if (nameDetector_ == "HCal") {
73  iSetup.get<CaloGeometryRecord>().get(geom);
74  if (!geom.isValid()) edm::LogWarning("HGCalValidation") << "Cannot get valid HGCalGeometry Object for " << nameDetector_;
75  const CaloGeometry* geom0 = geom.product();
76 
77  if (ifHCAL_) {
79  iEvent.getByToken(recHitSource_, hbhecoll);
80  if (hbhecoll.isValid()) {
81  if (verbosity_>0)
82  edm::LogInfo("HGCalValidation") << nameDetector_ << " with "
83  << hbhecoll->size() << " element(s)";
84  for (HBHERecHitCollection::const_iterator it=hbhecoll->begin();
85  it != hbhecoll->end(); ++it) {
86  DetId detId = it->id();
87  ntot++;
88  if (detId.subdetId() == HcalEndcap) {
89  nused++;
90  int layer = HcalDetId(detId).depth();
91  recHitValidation(detId, layer, geom0, it);
92  }
93  }
94  } else {
95  ok = false;
96  edm::LogWarning("HGCalValidation") << "HBHERecHitCollection Handle does not exist !!!";
97  }
98  } else {
100  iEvent.getByToken(recHitSource_, hbhecoll);
101  if (hbhecoll.isValid()) {
102  if (verbosity_>0)
103  edm::LogInfo("HGCalValidation") << nameDetector_ << " with "
104  << hbhecoll->size() << " element(s)";
105  for (HGChebRecHitCollection::const_iterator it=hbhecoll->begin();
106  it != hbhecoll->end(); ++it) {
107  DetId detId = it->id();
108  ntot++; nused++;
109  int layer = HcalDetId(detId).depth();
110  recHitValidation(detId, layer, geom0, it);
111  }
112  } else {
113  ok = false;
114  edm::LogWarning("HGCalValidation") << "HGChebRecHitCollection Handle does not exist !!!";
115  }
116  }
117  } else {
119  iSetup.get<IdealGeometryRecord>().get(nameDetector_, geom);
120  if (!geom.isValid()) edm::LogWarning("HGCalValidation") << "Cannot get valid HGCalGeometry Object for " << nameDetector_;
121  const HGCalGeometry* geom0 = geom.product();
122 
123  edm::Handle<HGCRecHitCollection> theRecHitContainers;
124  iEvent.getByToken(recHitSource_, theRecHitContainers);
125  if (theRecHitContainers.isValid()) {
126  if (verbosity_>0)
127  edm::LogInfo("HGCalValidation") << nameDetector_ << " with "
128  << theRecHitContainers->size()
129  << " element(s)";
130  for (HGCRecHitCollection::const_iterator it=theRecHitContainers->begin();
131  it !=theRecHitContainers->end(); ++it) {
132  ntot++; nused++;
133  DetId detId = it->id();
134  int layer = (detId.subdetId() == HGCEE) ? (HGCEEDetId(detId).layer()) : (HGCHEDetId(detId).layer());
135  recHitValidation(detId, layer, geom0, it);
136  }
137  } else {
138  ok = false;
139  edm::LogWarning("HGCalValidation") << "HGCRecHitCollection Handle does not exist !!!";
140  }
141  }
142  if (ok) fillHitsInfo();
143  edm::LogWarning("HGCalValidation") << "Event " << iEvent.id().event()
144  << " with " << ntot << " total and "
145  << nused << " used recHits";
146 }
EventNumber_t event() const
Definition: EventID.h:41
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:460
std::vector< HBHERecHit >::const_iterator const_iterator
int layer() const
get the layer #
Definition: HGCHEDetId.h:50
int depth() const
get the tower depth
Definition: HcalDetId.cc:108
std::map< int, int > OccupancyMap_minus
bool isValid() const
Definition: HandleBase.h:74
int subdetId() const
get the contents of the subdetector field (not cast into any detector&#39;s numbering enum) ...
Definition: DetId.h:37
const_iterator end() const
Definition: DetId.h:18
int layer() const
get the layer #
Definition: HGCEEDetId.h:49
const T & get() const
Definition: EventSetup.h:56
std::map< int, int > OccupancyMap_plus
edm::EventID id() const
Definition: EventBase.h:60
size_type size() const
bool isValid() const
Definition: ESHandle.h:47
T const * product() const
Definition: ESHandle.h:86
void recHitValidation(DetId &detId, int layer, const T1 *geom, T2 it)
const_iterator begin() const
void HGCalRecHitValidation::bookHistograms ( DQMStore::IBooker iB,
edm::Run const &  ,
edm::EventSetup const &   
)
overridevirtual

Implements DQMEDAnalyzer.

Definition at line 228 of file HGCalRecHitValidation.cc.

References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), energy_, EtaPhi_Minus_, EtaPhi_Plus_, HitOccupancy_Minus_, HitOccupancy_Plus_, layers_, MeanHitOccupancy_Minus_, MeanHitOccupancy_Plus_, nameDetector_, pi, and DQMStore::IBooker::setCurrentFolder().

230  {
231 
232  iB.setCurrentFolder("HGCalRecHitsV/"+nameDetector_);
233  std::ostringstream histoname;
234  for (unsigned int ilayer = 0; ilayer < layers_; ilayer++ ) {
235  histoname.str(""); histoname << "HitOccupancy_Plus_layer_" << ilayer;
236  HitOccupancy_Plus_.push_back(iB.book1D( histoname.str().c_str(), "RecHitOccupancy_Plus", 100, 0, 10000));
237  histoname.str(""); histoname << "HitOccupancy_Minus_layer_" << ilayer;
238  HitOccupancy_Minus_.push_back(iB.book1D( histoname.str().c_str(), "RecHitOccupancy_Minus", 100, 0, 10000));
239 
240  histoname.str(""); histoname << "EtaPhi_Plus_" << "layer_" << ilayer;
241  EtaPhi_Plus_.push_back(iB.book2D(histoname.str().c_str(), "Occupancy", 31, 1.45, 3.0, 72, -CLHEP::pi, CLHEP::pi));
242  histoname.str(""); histoname << "EtaPhi_Minus_" << "layer_" << ilayer;
243  EtaPhi_Minus_.push_back(iB.book2D(histoname.str().c_str(), "Occupancy", 31, -3.0, -1.45, 72, -CLHEP::pi, CLHEP::pi));
244 
245  histoname.str(""); histoname << "energy_layer_" << ilayer;
246  energy_.push_back(iB.book1D(histoname.str().c_str(),"energy_",100,0,0.002));
247  }//loop over layers ends here
248 
249  histoname.str(""); histoname << "SUMOfRecHitOccupancy_Plus";
250  MeanHitOccupancy_Plus_= iB.book1D( histoname.str().c_str(), "SUMOfRecHitOccupancy_Plus", layers_, -0.5, layers_-0.5);
251  histoname.str(""); histoname << "SUMOfRecHitOccupancy_Minus";
252  MeanHitOccupancy_Minus_ = iB.book1D( histoname.str().c_str(), "SUMOfRecHitOccupancy_Minus", layers_, -0.5,layers_-0.5);
253 }
std::vector< MonitorElement * > EtaPhi_Minus_
std::vector< MonitorElement * > EtaPhi_Plus_
std::vector< MonitorElement * > HitOccupancy_Minus_
const Double_t pi
MonitorElement * MeanHitOccupancy_Plus_
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:115
MonitorElement * MeanHitOccupancy_Minus_
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:277
MonitorElement * book2D(Args &&...args)
Definition: DQMStore.h:133
std::vector< MonitorElement * > HitOccupancy_Plus_
std::vector< MonitorElement * > energy_
void HGCalRecHitValidation::dqmBeginRun ( const edm::Run ,
const edm::EventSetup iSetup 
)
override

Definition at line 212 of file HGCalRecHitValidation.cc.

References edm::EventSetup::get(), HcalDDDRecConstants::getMaxDepth(), HGCalDDDConstants::layers(), layers_, and nameDetector_.

213  {
214 
215  if (nameDetector_ == "HCal") {
217  iSetup.get<HcalRecNumberingRecord>().get( pHRNDC );
218  const HcalDDDRecConstants *hcons = &(*pHRNDC);
219  layers_ = hcons->getMaxDepth(1);
220  } else {
222  iSetup.get<IdealGeometryRecord>().get(nameDetector_, pHGDC);
223  const HGCalDDDConstants & hgcons_ = (*pHGDC);
224  layers_ = hgcons_.layers(true);
225  }
226 }
int getMaxDepth(const int type) const
unsigned int layers(bool reco) const
const T & get() const
Definition: EventSetup.h:56
void HGCalRecHitValidation::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static
void HGCalRecHitValidation::fillHitsInfo ( )
private

Definition at line 186 of file HGCalRecHitValidation.cc.

References HitOccupancy_Minus_, HitOccupancy_Plus_, OccupancyMap_minus, and OccupancyMap_plus.

Referenced by analyze(), and recHitValidation().

186  {
187 
188  for (auto itr = OccupancyMap_plus.begin() ; itr != OccupancyMap_plus.end(); ++itr) {
189  int layer = (*itr).first;
190  int occupancy = (*itr).second;
191  HitOccupancy_Plus_.at(layer)->Fill(occupancy);
192  }
193 
194  for (auto itr = OccupancyMap_minus.begin() ; itr != OccupancyMap_minus.end(); ++itr) {
195  int layer = (*itr).first;
196  int occupancy = (*itr).second;
197  HitOccupancy_Minus_.at(layer)->Fill(occupancy);
198  }
199 
200 }
std::vector< MonitorElement * > HitOccupancy_Minus_
std::map< int, int > OccupancyMap_minus
std::map< int, int > OccupancyMap_plus
std::vector< MonitorElement * > HitOccupancy_Plus_
void HGCalRecHitValidation::fillHitsInfo ( HitsInfo hits)
private

Definition at line 202 of file HGCalRecHitValidation.cc.

References HGCalRecHitValidation::HitsInfo::energy, energy_, HGCalRecHitValidation::HitsInfo::eta, EtaPhi_Minus_, EtaPhi_Plus_, HGCalRecHitValidation::HitsInfo::layer, and HGCalRecHitValidation::HitsInfo::phi.

202  {
203 
204  unsigned int ilayer = hits.layer -1;
205  energy_.at(ilayer)->Fill(hits.energy);
206 
207  EtaPhi_Plus_.at(ilayer)->Fill(hits.eta , hits.phi);
208  EtaPhi_Minus_.at(ilayer)->Fill(hits.eta, hits.phi);
209 
210 }
std::vector< MonitorElement * > EtaPhi_Minus_
std::vector< MonitorElement * > EtaPhi_Plus_
std::vector< MonitorElement * > energy_
void HGCalRecHitValidation::fillOccupancyMap ( std::map< int, int > &  OccupancyMap,
int  layer 
)
private

Definition at line 181 of file HGCalRecHitValidation.cc.

Referenced by recHitValidation().

181  {
182  if (OccupancyMap.find(layer) != OccupancyMap.end()) OccupancyMap[layer]++;
183  else OccupancyMap[layer] = 1;
184 }
template<class T1 , class T2 >
void HGCalRecHitValidation::recHitValidation ( DetId detId,
int  layer,
const T1 *  geom,
T2  it 
)
private

Definition at line 149 of file HGCalRecHitValidation.cc.

References HGCalRecHitValidation::HitsInfo::energy, HGCalRecHitValidation::HitsInfo::eta, PV3DBase< T, PVType, FrameType >::eta(), fillHitsInfo(), fillOccupancyMap(), HGCalRecHitValidation::HitsInfo::layer, OccupancyMap_minus, OccupancyMap_plus, HGCalRecHitValidation::HitsInfo::phi, PV3DBase< T, PVType, FrameType >::phi(), verbosity_, HGCalRecHitValidation::HitsInfo::x, PV3DBase< T, PVType, FrameType >::x(), HGCalRecHitValidation::HitsInfo::y, PV3DBase< T, PVType, FrameType >::y(), HGCalRecHitValidation::HitsInfo::z, and PV3DBase< T, PVType, FrameType >::z().

Referenced by analyze().

150  {
151 
152  GlobalPoint global = geom->getPosition(detId);
153  double energy = it->energy();
154 
155  float globalx = global.x();
156  float globaly = global.y();
157  float globalz = global.z();
158 
159  HitsInfo hinfo;
160  hinfo.energy = energy;
161  hinfo.x = globalx;
162  hinfo.y = globaly;
163  hinfo.z = globalz;
164  hinfo.layer = layer;
165  hinfo.phi = global.phi();
166  hinfo.eta = global.eta();
167 
168  if (verbosity_>1)
169  edm::LogInfo("HGCalValidation") << " -------------------------- gx = "
170  << globalx << " gy = " << globaly
171  << " gz = " << globalz << " phi = "
172  << hinfo.phi << " eta = " << hinfo.eta;
173 
174  fillHitsInfo(hinfo);
175 
176  if (hinfo.eta > 0) fillOccupancyMap(OccupancyMap_plus, layer -1);
177  else fillOccupancyMap(OccupancyMap_minus, layer -1);
178 
179 }
Geom::Phi< T > phi() const
Definition: PV3DBase.h:69
T y() const
Definition: PV3DBase.h:63
std::map< int, int > OccupancyMap_minus
T z() const
Definition: PV3DBase.h:64
void fillOccupancyMap(std::map< int, int > &OccupancyMap, int layer)
T eta() const
Definition: PV3DBase.h:76
std::map< int, int > OccupancyMap_plus
T x() const
Definition: PV3DBase.h:62

Member Data Documentation

std::vector<MonitorElement*> HGCalRecHitValidation::energy_
private

Definition at line 88 of file HGCalRecHitValidation.h.

Referenced by bookHistograms(), and fillHitsInfo().

std::vector<MonitorElement*> HGCalRecHitValidation::EtaPhi_Minus_
private

Definition at line 87 of file HGCalRecHitValidation.h.

Referenced by bookHistograms(), and fillHitsInfo().

std::vector<MonitorElement*> HGCalRecHitValidation::EtaPhi_Plus_
private

Definition at line 86 of file HGCalRecHitValidation.h.

Referenced by bookHistograms(), and fillHitsInfo().

std::vector<MonitorElement*> HGCalRecHitValidation::HitOccupancy_Minus_
private

Definition at line 90 of file HGCalRecHitValidation.h.

Referenced by bookHistograms(), and fillHitsInfo().

std::vector<MonitorElement*> HGCalRecHitValidation::HitOccupancy_Plus_
private

Definition at line 89 of file HGCalRecHitValidation.h.

Referenced by bookHistograms(), and fillHitsInfo().

bool HGCalRecHitValidation::ifHCAL_
private

Definition at line 81 of file HGCalRecHitValidation.h.

Referenced by analyze(), and HGCalRecHitValidation().

unsigned int HGCalRecHitValidation::layers_
private

Definition at line 82 of file HGCalRecHitValidation.h.

Referenced by bookHistograms(), and dqmBeginRun().

MonitorElement* HGCalRecHitValidation::MeanHitOccupancy_Minus_
private

Definition at line 92 of file HGCalRecHitValidation.h.

Referenced by bookHistograms().

MonitorElement* HGCalRecHitValidation::MeanHitOccupancy_Plus_
private

Definition at line 91 of file HGCalRecHitValidation.h.

Referenced by bookHistograms().

std::string HGCalRecHitValidation::nameDetector_
private
std::map<int, int> HGCalRecHitValidation::OccupancyMap_minus
private

Definition at line 84 of file HGCalRecHitValidation.h.

Referenced by analyze(), fillHitsInfo(), and recHitValidation().

std::map<int, int> HGCalRecHitValidation::OccupancyMap_plus
private

Definition at line 83 of file HGCalRecHitValidation.h.

Referenced by analyze(), fillHitsInfo(), and recHitValidation().

edm::EDGetToken HGCalRecHitValidation::recHitSource_
private

Definition at line 79 of file HGCalRecHitValidation.h.

Referenced by analyze(), and HGCalRecHitValidation().

int HGCalRecHitValidation::verbosity_
private

Definition at line 80 of file HGCalRecHitValidation.h.

Referenced by analyze(), and recHitValidation().