#include <EcalPreshowerNoiseDistrib.h>
Public Member Functions | |
EcalPreshowerNoiseDistrib (const edm::ParameterSet &ps) | |
Constructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
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) |
Private Types | |
typedef std::map< uint32_t, float, std::less< uint32_t > > | MapType |
Private Attributes | |
DQMStore * | dbe_ |
edm::EDGetTokenT < ESDigiCollection > | ESdigiCollectionToken_ |
MonitorElement * | meESDigi3D_ |
MonitorElement * | meESDigiADC_ [3] |
MonitorElement * | meESDigiCorr_ [3] |
MonitorElement * | meESDigiMultiplicity_ |
std::string | outputFile_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 27 of file EcalPreshowerNoiseDistrib.h.
|
private |
Definition at line 29 of file EcalPreshowerNoiseDistrib.h.
EcalPreshowerNoiseDistrib::EcalPreshowerNoiseDistrib | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 8 of file EcalPreshowerNoiseDistrib.cc.
References dbe_, edm::ParameterSet::getUntrackedParameter(), timingPdfMaker::histo, cuy::ii, meESDigi3D_, meESDigiADC_, meESDigiCorr_, meESDigiMultiplicity_, cppFunctionSkipper::operator, and verbose_.
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 56 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(), compare_using_db::sample, and ESDataFrame::size().
|
private |
Definition at line 45 of file EcalPreshowerNoiseDistrib.h.
Referenced by EcalPreshowerNoiseDistrib().
|
private |
Definition at line 49 of file EcalPreshowerNoiseDistrib.h.
Referenced by analyze().
|
private |
Definition at line 53 of file EcalPreshowerNoiseDistrib.h.
Referenced by analyze(), and EcalPreshowerNoiseDistrib().
|
private |
Definition at line 51 of file EcalPreshowerNoiseDistrib.h.
Referenced by analyze(), and EcalPreshowerNoiseDistrib().
|
private |
Definition at line 52 of file EcalPreshowerNoiseDistrib.h.
Referenced by analyze(), and EcalPreshowerNoiseDistrib().
|
private |
Definition at line 54 of file EcalPreshowerNoiseDistrib.h.
Referenced by analyze(), and EcalPreshowerNoiseDistrib().
|
private |
Definition at line 47 of file EcalPreshowerNoiseDistrib.h.
|
private |
Definition at line 43 of file EcalPreshowerNoiseDistrib.h.
Referenced by EcalPreshowerNoiseDistrib().