#include <EcalPreshowerNoiseDistrib.h>
Public Member Functions | |
void | bookHistograms (DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override |
EcalPreshowerNoiseDistrib (const edm::ParameterSet &ps) | |
Constructor. More... | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
Analyze. More... | |
Private Types | |
typedef std::map< uint32_t, float, std::less< uint32_t > > | MapType |
Private Attributes | |
edm::EDGetTokenT< ESDigiCollection > | ESdigiCollectionToken_ |
MonitorElement * | meESDigi3D_ |
MonitorElement * | meESDigiADC_ [3] |
MonitorElement * | meESDigiCorr_ [3] |
MonitorElement * | meESDigiMultiplicity_ |
std::string | outputFile_ |
bool | verbose_ |
Definition at line 28 of file EcalPreshowerNoiseDistrib.h.
|
private |
Definition at line 30 of file EcalPreshowerNoiseDistrib.h.
EcalPreshowerNoiseDistrib::EcalPreshowerNoiseDistrib | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 8 of file EcalPreshowerNoiseDistrib.cc.
References edm::ParameterSet::getUntrackedParameter(), cuy::ii, meESDigiADC_, meESDigiMultiplicity_, and verbose_.
|
overrideprotected |
Analyze.
Definition at line 41 of file EcalPreshowerNoiseDistrib.cc.
References ecalMGPA::adc(), ESSample::adc(), ESdigiCollectionToken_, MonitorElement::Fill(), HcalObjRepresent::Fill(), edm::Event::getByToken(), edm::HandleBase::isValid(), ESDataFrame::MAXSAMPLES, meESDigi3D_, meESDigiADC_, meESDigiCorr_, meESDigiMultiplicity_, ecalTB2006H4_GenSimDigiReco_cfg::mySample, edm::Handle< T >::product(), edm::DataFrameContainer::reserve(), simplePhotonAnalyzer_cfi::sample, ESDataFrame::size(), and edm::DataFrameContainer::size().
|
override |
Definition at line 21 of file EcalPreshowerNoiseDistrib.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), DQMStore::IBooker::book3D(), trackerHits::histo, cuy::ii, meESDigi3D_, meESDigiADC_, meESDigiCorr_, and meESDigiMultiplicity_.
|
private |
Definition at line 50 of file EcalPreshowerNoiseDistrib.h.
Referenced by analyze().
|
private |
Definition at line 54 of file EcalPreshowerNoiseDistrib.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 52 of file EcalPreshowerNoiseDistrib.h.
Referenced by analyze(), bookHistograms(), and EcalPreshowerNoiseDistrib().
|
private |
Definition at line 53 of file EcalPreshowerNoiseDistrib.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 55 of file EcalPreshowerNoiseDistrib.h.
Referenced by analyze(), bookHistograms(), and EcalPreshowerNoiseDistrib().
|
private |
Definition at line 48 of file EcalPreshowerNoiseDistrib.h.
|
private |
Definition at line 46 of file EcalPreshowerNoiseDistrib.h.
Referenced by EcalPreshowerNoiseDistrib().