Checks what a re-reco changes in PFCandidates. More...
Private Member Functions | |
void | printElementsInBlocks (const reco::PFCandidate &cand, std::ostream &out=std::cout) const |
void | printJets (const reco::PFJetCollection &pfJetsReco, const reco::PFJetCollection &pfJetsReReco) const |
void | printMet (const reco::PFCandidateCollection &pfReco, const reco::PFCandidateCollection &pfReReco) const |
Static Private Member Functions | |
static bool | greaterPt (const reco::PFCandidate &a, const reco::PFCandidate &b) |
Private Attributes | |
double | deltaEMax_ |
Cuts for comparison. More... | |
double | deltaEtaMax_ |
double | deltaPhiMax_ |
unsigned | entry_ |
Counter. More... | |
edm::InputTag | inputTagPFCandidatesReco_ |
PFCandidates in which we'll look for pile up particles. More... | |
edm::InputTag | inputTagPFCandidatesReReco_ |
edm::InputTag | inputTagPFJetsReco_ |
edm::InputTag | inputTagPFJetsReReco_ |
bool | printBlocks_ |
print the blocks associated to a given candidate ? More... | |
bool | rankByPt_ |
rank the candidates by Pt More... | |
bool | verbose_ |
verbose ? More... | |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< T > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Checks what a re-reco changes in PFCandidates.
Definition at line 23 of file PFCandidateChecker.cc.
|
explicit |
Definition at line 72 of file PFCandidateChecker.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and LogDebug.
|
override |
Definition at line 99 of file PFCandidateChecker.cc.
|
overridevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 103 of file PFCandidateChecker.cc.
References gather_cfg::cout, EgHLTOffHistBins_cfi::deltaE, spr::deltaEta, SiPixelRawToDigiRegional_cfi::deltaPhi, reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), mps_fire::i, iEvent, LogDebug, and reco::LeafCandidate::phi().
|
overridevirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 101 of file PFCandidateChecker.cc.
|
inlinestaticprivate |
|
private |
Definition at line 229 of file PFCandidateChecker.cc.
References cms::cuda::assert(), beam_dqm_sourceclient-live_cfg::cerr, mps_fire::i, edm::Ref< C, T, F >::isNull(), and MillePedeFileConverter_cfg::out.
|
private |
Definition at line 196 of file PFCandidateChecker.cc.
References gather_cfg::cout, EgHLTOffHistBins_cfi::deltaE, spr::deltaEta, SiPixelRawToDigiRegional_cfi::deltaPhi, reco::LeafCandidate::et(), reco::LeafCandidate::eta(), mps_fire::i, and reco::LeafCandidate::phi().
|
private |
Definition at line 176 of file PFCandidateChecker.cc.
References gather_cfg::cout, mps_fire::i, BTaggingMonitor_cfi::met, and mathSSE::sqrt().
|
private |
Cuts for comparison.
Definition at line 47 of file PFCandidateChecker.cc.
|
private |
Definition at line 48 of file PFCandidateChecker.cc.
|
private |
Definition at line 49 of file PFCandidateChecker.cc.
|
private |
Counter.
Definition at line 61 of file PFCandidateChecker.cc.
|
private |
PFCandidates in which we'll look for pile up particles.
Definition at line 41 of file PFCandidateChecker.cc.
|
private |
Definition at line 42 of file PFCandidateChecker.cc.
|
private |
Definition at line 43 of file PFCandidateChecker.cc.
|
private |
Definition at line 44 of file PFCandidateChecker.cc.
|
private |
print the blocks associated to a given candidate ?
Definition at line 55 of file PFCandidateChecker.cc.
|
private |
rank the candidates by Pt
Definition at line 58 of file PFCandidateChecker.cc.
|
private |
verbose ?
Definition at line 52 of file PFCandidateChecker.cc.