Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (edm::Event const &, edm::EventSetup const &) override |
void | beginJob () override |
Private Attributes | |
double | etaBins_ [NEtaBins_+1] |
TH1F * | histoE1x1 [NPBins_+1][NEtaBins_+1] |
TH1F * | histoE3x3 [NPBins_+1][NEtaBins_+1] |
TH1F * | histoE5x5 [NPBins_+1][NEtaBins_+1] |
TH1F * | histoR1 [NPBins_+1][NEtaBins_+1] |
TH1F * | histoR2 [NPBins_+1][NEtaBins_+1] |
TH1F * | histoR3 [NPBins_+1][NEtaBins_+1] |
bool | histos_ |
int | hotZone_ |
double | pBins_ [NPBins_+1] |
edm::ESGetToken< CaloTopology, CaloTopologyRecord > | tok_caloTopology_ |
edm::EDGetTokenT < edm::PCaloHitContainer > | tok_EBhit_ |
edm::EDGetTokenT < edm::PCaloHitContainer > | tok_EEhit_ |
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | tok_geom_ |
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > | tok_magField_ |
edm::EDGetTokenT < edm::SimTrackContainer > | tok_simTk_ |
edm::EDGetTokenT < edm::SimVertexContainer > | tok_simVtx_ |
int | verbose_ |
Static Private Attributes | |
static const int | NEtaBins_ = 3 |
static const int | NPBins_ = 8 |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | 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) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 38 of file ElectronStudy.cc.
|
explicit |
Definition at line 72 of file ElectronStudy.cc.
References etaBins_, edm::ParameterSet::getUntrackedParameter(), histoE1x1, histoE3x3, histoE5x5, histoR1, histoR2, histoR3, histos_, hotZone_, mps_fire::i, HLT_FULL_cff::InputTag, edm::Service< T >::isAvailable(), dqmiolumiharvest::j, TFileService::make(), mergeVDriftHistosByStation::name, NEtaBins_, NPBins_, pBins_, AlCaHLTBitMon_QueryRunRegistry::string, compare::tfile, runGCPTkAlMap::title, tok_caloTopology_, tok_EBhit_, tok_EEhit_, tok_geom_, tok_magField_, tok_simTk_, tok_simVtx_, and verbose_.
|
inlineoverride |
Definition at line 41 of file ElectronStudy.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 161 of file ElectronStudy.cc.
References funct::abs(), ecalTB2006H4_GenSimDigiReco_cfg::bField, TauDecayModes::dec, spr::propagatedTrackDirection::detIdECAL, EcalBarrel, EcalEndcap, spr::eECALmatrix(), PVValHelper::eta, etaBin(), etaBins_, edm::EventID::event(), edm::Event::getByToken(), edm::EventSetup::getData(), histoE1x1, histoE3x3, histoE5x5, histoR1, histoR2, histoR3, histos_, spr::hotCrystal(), hotZone_, edm::EventBase::id(), edm::HandleBase::isValid(), NEtaBins_, NPBins_, spr::propagatedTrackDirection::okECAL, AlCaHLTBitMon_ParallelJobs::p, pBins_, spr::propagateCALO(), diffTwoXMLs::r1, diffTwoXMLs::r2, edm::EventID::run(), DetId::subdetId(), tok_caloTopology_, tok_EBhit_, tok_EEhit_, tok_geom_, tok_magField_, tok_simTk_, tok_simVtx_, and verbose_.
|
inlineoverrideprivatevirtual |
|
static |
Definition at line 152 of file ElectronStudy.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 51 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
Definition at line 67 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
Definition at line 68 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
Definition at line 69 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
Definition at line 64 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
Definition at line 65 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
Definition at line 66 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 63 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 62 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
staticprivate |
Definition at line 49 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
staticprivate |
Definition at line 50 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 51 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 59 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 53 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 54 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 58 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 60 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 55 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 56 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().
|
private |
Definition at line 62 of file ElectronStudy.cc.
Referenced by analyze(), and ElectronStudy().