#include <CSCCLCTDigiValidation.h>
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &) |
CSCCLCTDigiValidation (const edm::InputTag &inputTag, edm::ConsumesCollector &&iC) | |
~CSCCLCTDigiValidation () override | |
Public Member Functions inherited from CSCBaseValidation | |
CSCBaseValidation (const edm::InputTag &inputTag) | |
void | setGeometry (const CSCGeometry *geom) |
void | setSimHitMap (const PSimHitMap *simHitMap) |
virtual | ~CSCBaseValidation () |
Private Attributes | |
edm::EDGetTokenT< CSCCLCTDigiCollection > | clcts_Token_ |
MonitorElement * | theNDigisPerEventPlot |
MonitorElement * | theNDigisPerLayerPlots [10] |
MonitorElement * | theTimeBinPlots [10] |
Additional Inherited Members | |
Protected Member Functions inherited from CSCBaseValidation | |
const CSCLayer * | findLayer (int detId) const |
Protected Attributes inherited from CSCBaseValidation | |
const CSCGeometry * | theCSCGeometry |
edm::InputTag | theInputTag |
const PSimHitMap * | theSimHitMap |
Definition at line 12 of file CSCCLCTDigiValidation.h.
CSCCLCTDigiValidation::CSCCLCTDigiValidation | ( | const edm::InputTag & | inputTag, |
edm::ConsumesCollector && | iC | ||
) |
Definition at line 9 of file CSCCLCTDigiValidation.cc.
References clcts_Token_, and HiClusterCompatibility_cfi::inputTag.
|
override |
Definition at line 14 of file CSCCLCTDigiValidation.cc.
|
overridevirtual |
Implements CSCBaseValidation.
Definition at line 27 of file CSCCLCTDigiValidation.cc.
References clcts_Token_, edm::InputTag::encode(), MonitorElement::Fill(), edm::Event::getByToken(), CSCDetId::iChamberType(), edm::HandleBase::isValid(), CSCBaseValidation::theInputTag, theNDigisPerLayerPlots, and theTimeBinPlots.
Referenced by CSCDigiValidation::analyze().
void CSCCLCTDigiValidation::bookHistograms | ( | DQMStore::IBooker & | iBooker | ) |
Definition at line 16 of file CSCCLCTDigiValidation.cc.
References DQMStore::IBooker::book1D(), mps_fire::i, theNDigisPerEventPlot, theNDigisPerLayerPlots, and theTimeBinPlots.
Referenced by CSCDigiValidation::bookHistograms().
|
private |
Definition at line 20 of file CSCCLCTDigiValidation.h.
Referenced by analyze(), and CSCCLCTDigiValidation().
|
private |
Definition at line 24 of file CSCCLCTDigiValidation.h.
Referenced by bookHistograms().
|
private |
Definition at line 23 of file CSCCLCTDigiValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 22 of file CSCCLCTDigiValidation.h.
Referenced by analyze(), and bookHistograms().