#include <EcalPreshowerSimHitsValidation.h>
Public Member Functions | |
EcalPreshowerSimHitsValidation (const edm::ParameterSet &ps) | |
Constructor. More... | |
~EcalPreshowerSimHitsValidation () | |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
void | endJob (void) |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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_ |
std::string | EEHitsCollection |
std::string | ESHitsCollection |
std::string | g4InfoLabel |
std::string | HepMCLabel |
MonitorElement * | me2eszmOver1eszm_ |
MonitorElement * | me2eszpOver1eszp_ |
MonitorElement * | meE1alphaE2zm_ |
MonitorElement * | meE1alphaE2zp_ |
MonitorElement * | meEEoverESzm_ |
MonitorElement * | meEEoverESzp_ |
MonitorElement * | meESEnergyHits1zm_ |
MonitorElement * | meESEnergyHits1zp_ |
MonitorElement * | meESEnergyHits2zm_ |
MonitorElement * | meESEnergyHits2zp_ |
MonitorElement * | meEShitLog10Energy_ |
MonitorElement * | meEShitLog10EnergyNorm_ |
MonitorElement * | menESHits1zm_ |
MonitorElement * | menESHits1zp_ |
MonitorElement * | menESHits2zm_ |
MonitorElement * | menESHits2zp_ |
std::string | outputFile_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
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 37 of file EcalPreshowerSimHitsValidation.h.
|
private |
Definition at line 39 of file EcalPreshowerSimHitsValidation.h.
EcalPreshowerSimHitsValidation::EcalPreshowerSimHitsValidation | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 18 of file EcalPreshowerSimHitsValidation.cc.
References dbe_, edm::ParameterSet::getUntrackedParameter(), timingPdfMaker::histo, me2eszmOver1eszm_, me2eszpOver1eszp_, meE1alphaE2zm_, meE1alphaE2zp_, meEEoverESzm_, meEEoverESzp_, meESEnergyHits1zm_, meESEnergyHits1zp_, meESEnergyHits2zm_, meESEnergyHits2zp_, meEShitLog10Energy_, meEShitLog10EnergyNorm_, menESHits1zm_, menESHits1zp_, menESHits2zm_, menESHits2zp_, cppFunctionSkipper::operator, and verbose_.
EcalPreshowerSimHitsValidation::~EcalPreshowerSimHitsValidation | ( | ) |
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 130 of file EcalPreshowerSimHitsValidation.cc.
References EEHitsCollection, ESHitsCollection, edm::EventID::event(), MonitorElement::Fill(), g4InfoLabel, edm::Event::getByLabel(), HepMCLabel, i, edm::EventBase::id(), edm::HandleBase::isValid(), create_public_lumi_plots::log, LogDebug, me2eszmOver1eszm_, me2eszpOver1eszp_, meE1alphaE2zm_, meE1alphaE2zp_, meEEoverESzm_, meEEoverESzp_, meESEnergyHits1zm_, meESEnergyHits1zp_, meESEnergyHits2zm_, meESEnergyHits2zp_, meEShitLog10Energy_, meEShitLog10EnergyNorm_, menESHits1zm_, menESHits1zp_, menESHits2zm_, menESHits2zp_, AlCaHLTBitMon_ParallelJobs::p, edm::EventID::run(), and funct::tan().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 122 of file EcalPreshowerSimHitsValidation.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 126 of file EcalPreshowerSimHitsValidation.cc.
|
private |
Definition at line 69 of file EcalPreshowerSimHitsValidation.h.
Referenced by EcalPreshowerSimHitsValidation().
|
private |
Definition at line 64 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze().
|
private |
Definition at line 65 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze().
|
private |
Definition at line 63 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze().
|
private |
Definition at line 62 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze().
|
private |
Definition at line 95 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 94 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 89 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 88 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 92 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 91 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 85 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 82 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 86 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 83 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 79 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 80 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 76 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 73 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 77 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 74 of file EcalPreshowerSimHitsValidation.h.
Referenced by analyze(), and EcalPreshowerSimHitsValidation().
|
private |
Definition at line 71 of file EcalPreshowerSimHitsValidation.h.
|
private |
Definition at line 67 of file EcalPreshowerSimHitsValidation.h.
Referenced by EcalPreshowerSimHitsValidation().