Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | endJob () override |
Private Attributes | |
edm::EDGetTokenT< std::vector< pat::Electron > > | electronsToken_ |
std::vector< double > | etabinVals_ |
int | etanrbins |
TF1 * | fResEtaBin [10][20] |
TF1 * | fResPtEtaBin [10][20][20] |
edm::EDGetTokenT< TtGenEvent > | genEvtToken_ |
TH1F * | hResEtaBin [10][20] |
TH1F * | hResPtEtaBin [10][20][20] |
edm::EDGetTokenT< std::vector< pat::Jet > > | jetsToken_ |
std::string | labelName_ |
int | matchingAlgo_ |
double | maxDist_ |
edm::EDGetTokenT< std::vector< pat::MET > > | metsToken_ |
double | minDR_ |
edm::EDGetTokenT< std::vector< pat::Muon > > | muonsToken_ |
int | nrFilled |
std::string | objectType_ |
std::vector< double > | pTbinVals_ |
int | ptnrbins |
edm::EDGetTokenT< std::vector< pat::Tau > > | tausToken_ |
TTree * | tResVar |
bool | useDeltaR_ |
bool | useMaxDist_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Definition at line 38 of file ResolutionCreator.cc.
|
explicit |
Definition at line 76 of file ResolutionCreator.cc.
References electronsToken_, etabinVals_, genEvtToken_, edm::ParameterSet::getParameter(), HLT_2018_cff::InputTag, jetsToken_, labelName_, metsToken_, minDR_, muonsToken_, nrFilled, objectType_, pTbinVals_, AlCaHLTBitMon_QueryRunRegistry::string, and tausToken_.
|
override |
Definition at line 100 of file ResolutionCreator.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 107 of file ResolutionCreator.cc.
References funct::abs(), b, bgen, electronAnalyzer_cfi::DeltaR, MillePedeFileConverter_cfg::e, pwdgSkimBPark_cfi::electrons, electronsToken_, reco::LeafCandidate::energy(), etabinVals_, etanrbins, TtGenEvtProducer_cfi::genEvt, genEvtToken_, hResPtEtaBin, iEvent, dqmiolumiharvest::j, singleTopDQM_cfi::jets, jetsToken_, visualization-live-secondInstance_cfg::m, singleTopDQM_cfi::mets, metsToken_, minDR_, reco::CompositeRefCandidateT< D >::mother(), reco::Candidate::mother(), PDWG_BPHSkim_cff::muons, muonsToken_, nrFilled, reco::CompositeRefCandidateT< D >::numberOfMothers(), reco::Candidate::numberOfMothers(), objectType_, AlCaHLTBitMon_ParallelJobs::p, reco::LeafCandidate::p4(), reco::Candidate::pdgId(), reco::LeafCandidate::pdgId(), hitfit::phidiff(), DiDispStaMuonMonitor_cfi::pt, pTbinVals_, multPhiCorr_741_25nsDY_cfi::px, multPhiCorr_741_25nsDY_cfi::py, reco::LeafCandidate::status(), metsig::tau, Tau3MuMonitor_cff::taus, and tausToken_.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 272 of file ResolutionCreator.cc.
References b, edm::errors::Configuration, defaults_cfi::etabins, etabinVals_, etanrbins, Exception, fResEtaBin, fResPtEtaBin, hResEtaBin, hResPtEtaBin, TFileService::make(), objectType_, LepHTMonitor_cff::ptbins, pTbinVals_, ptnrbins, tools::TF1, and tResVar.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 425 of file ResolutionCreator.cc.
References relativeConstraints::error, PVValHelper::eta, etabinVals_, etanrbins, fResEtaBin, fResPtEtaBin, hResEtaBin, hResPtEtaBin, createfilelist::int, nrFilled, objectType_, DiDispStaMuonMonitor_cfi::pt, pTbinVals_, ptnrbins, FastTimerService_cff::range, tResVar, and relativeConstraints::value.
|
private |
Definition at line 51 of file ResolutionCreator.cc.
Referenced by analyze(), and ResolutionCreator().
|
private |
Definition at line 56 of file ResolutionCreator.cc.
Referenced by analyze(), beginJob(), endJob(), and ResolutionCreator().
|
private |
Definition at line 62 of file ResolutionCreator.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 67 of file ResolutionCreator.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 66 of file ResolutionCreator.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 49 of file ResolutionCreator.cc.
Referenced by analyze(), and ResolutionCreator().
|
private |
Definition at line 69 of file ResolutionCreator.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 68 of file ResolutionCreator.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 53 of file ResolutionCreator.cc.
Referenced by analyze(), and ResolutionCreator().
|
private |
Definition at line 50 of file ResolutionCreator.cc.
Referenced by ResolutionCreator().
|
private |
Definition at line 58 of file ResolutionCreator.cc.
|
private |
Definition at line 61 of file ResolutionCreator.cc.
|
private |
Definition at line 54 of file ResolutionCreator.cc.
Referenced by analyze(), and ResolutionCreator().
|
private |
Definition at line 57 of file ResolutionCreator.cc.
Referenced by analyze(), and ResolutionCreator().
|
private |
Definition at line 52 of file ResolutionCreator.cc.
Referenced by analyze(), and ResolutionCreator().
|
private |
Definition at line 63 of file ResolutionCreator.cc.
Referenced by analyze(), endJob(), and ResolutionCreator().
|
private |
Definition at line 50 of file ResolutionCreator.cc.
Referenced by analyze(), beginJob(), endJob(), and ResolutionCreator().
|
private |
Definition at line 56 of file ResolutionCreator.cc.
Referenced by analyze(), beginJob(), endJob(), and ResolutionCreator().
|
private |
Definition at line 62 of file ResolutionCreator.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 55 of file ResolutionCreator.cc.
Referenced by analyze(), and ResolutionCreator().
|
private |
Definition at line 70 of file ResolutionCreator.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 60 of file ResolutionCreator.cc.
|
private |
Definition at line 59 of file ResolutionCreator.cc.