#include <TtFullHadHypothesis.h>
Public Member Functions | |
TtFullHadHypothesis (const edm::ParameterSet &cfg) | |
default constructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Protected Member Functions | |
virtual void | buildHypo (edm::Event &event, const edm::Handle< std::vector< pat::Jet > > &jets, std::vector< int > &jetPartonAssociation, const unsigned int iComb)=0 |
build event hypothesis from the reco objects of a full-hadronic event More... | |
virtual void | buildKey ()=0 |
build the event hypothesis key More... | |
reco::CompositeCandidate | hypo () |
return event hypothesis More... | |
bool | isValid (const int &idx, const edm::Handle< std::vector< pat::Jet > > &jets) |
check if index is in valid range of selected jets More... | |
std::string | jetCorrectionLevel (const std::string &quarkType) |
helper function to construct the proper correction level string for corresponding quarkType More... | |
int | key () const |
return key More... | |
template<typename C > | |
std::unique_ptr< reco::ShallowClonePtrCandidate > | makeCandidate (const edm::Handle< C > &handle, const int &idx) |
use one object in a collection to set a ShallowClonePtrCandidate More... | |
std::unique_ptr< reco::ShallowClonePtrCandidate > | makeCandidate (const edm::Handle< std::vector< pat::Jet > > &handle, const int &idx, const std::string &correctionLevel) |
use one object in a jet collection to set a ShallowClonePtrCandidate with proper jet corrections More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
produce the event hypothesis as CompositeCandidate and Key More... | |
void | resetCandidates () |
reset candidate pointers before hypo build process More... | |
Protected Attributes | |
std::unique_ptr< reco::ShallowClonePtrCandidate > | b_ |
std::unique_ptr< reco::ShallowClonePtrCandidate > | bBar_ |
bool | getMatch_ |
std::string | jetCorrectionLevel_ |
edm::EDGetTokenT< std::vector< pat::Jet > > | jetsToken_ |
input label for all necessary collections More... | |
int | key_ |
hypothesis key (to be set by the buildKey function) More... | |
std::unique_ptr< reco::ShallowClonePtrCandidate > | lightP_ |
std::unique_ptr< reco::ShallowClonePtrCandidate > | lightPBar_ |
std::unique_ptr< reco::ShallowClonePtrCandidate > | lightQ_ |
std::unique_ptr< reco::ShallowClonePtrCandidate > | lightQBar_ |
edm::EDGetTokenT< std::vector< std::vector< int > > > | matchToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 29 of file TtFullHadHypothesis.h.
|
explicit |
default constructor
Definition at line 5 of file TtFullHadHypothesis.cc.
References looper::cfg, getMatch_, jetCorrectionLevel_, matchToken_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
protectedpure virtual |
build event hypothesis from the reco objects of a full-hadronic event
Implemented in TtFullHadHypGenMatch, and TtFullHadHypKinFit.
Referenced by produce().
|
protectedpure virtual |
build the event hypothesis key
Implemented in TtFullHadHypGenMatch, and TtFullHadHypKinFit.
Referenced by produce().
|
protected |
return event hypothesis
Definition at line 71 of file TtFullHadHypothesis.cc.
References reco::CompositeCandidate::addDaughter(), TtFullHadDaughter::B, b_, TtFullHadDaughter::BBar, bBar_, TtFullHadDaughter::LightP, lightP_, TtFullHadDaughter::LightPBar, lightPBar_, TtFullHadDaughter::LightQ, lightQ_, TtFullHadDaughter::LightQBar, lightQBar_, eostools::move(), AddFourMomenta::set(), TtFullHadDaughter::Top, TtFullHadDaughter::TopBar, w(), TtFullHadDaughter::WMinus, and TtFullHadDaughter::WPlus.
Referenced by produce().
|
inlineprotected |
check if index is in valid range of selected jets
Definition at line 54 of file TtFullHadHypothesis.h.
References heavyIonCSV_trainingSettings::idx, and PDWG_EXODelayedJetMET_cff::jets.
Referenced by ntupleDataFormat._Object::_checkIsValid(), TtFullHadHypGenMatch::buildHypo(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
protected |
helper function to construct the proper correction level string for corresponding quarkType
helper function to construct the proper correction level string for corresponding quarkType, for unknown quarkTypes an empty string is returned
Definition at line 105 of file TtFullHadHypothesis.cc.
References jetCorrectionLevel_, personalPlayback::level, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by TtFullHadHypGenMatch::buildHypo().
|
inlineprotected |
return key
Definition at line 50 of file TtFullHadHypothesis.h.
References key_.
Referenced by produce().
|
protected |
use one object in a collection to set a ShallowClonePtrCandidate
Definition at line 96 of file TtFullHadHypothesis.h.
References patZpeak::handle, and heavyIonCSV_trainingSettings::idx.
Referenced by TtFullHadHypGenMatch::buildHypo(), and TtFullHadHypKinFit::buildHypo().
|
protected |
use one object in a jet collection to set a ShallowClonePtrCandidate with proper jet corrections
Definition at line 140 of file TtFullHadHypothesis.cc.
References reco::LeafCandidate::charge(), patZpeak::handle, heavyIonCSV_trainingSettings::idx, pat::Jet::jecFactor(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprotected |
produce the event hypothesis as CompositeCandidate and Key
Definition at line 20 of file TtFullHadHypothesis.cc.
References buildHypo(), buildKey(), edm::Event::getByToken(), getMatch_, hypo(), mps_fire::i, PDWG_EXODelayedJetMET_cff::jets, jetsToken_, key(), match(), matchToken_, eostools::move(), edm::Event::put(), resetCandidates(), and trackerHitRTTI::vector.
|
protected |
reset candidate pointers before hypo build process
Definition at line 61 of file TtFullHadHypothesis.cc.
References b_, bBar_, lightP_, lightPBar_, lightQ_, and lightQBar_.
Referenced by produce().
|
protected |
Definition at line 87 of file TtFullHadHypothesis.h.
Referenced by TtFullHadHypGenMatch::buildHypo(), TtFullHadHypKinFit::buildHypo(), hypo(), and resetCandidates().
|
protected |
Definition at line 88 of file TtFullHadHypothesis.h.
Referenced by TtFullHadHypGenMatch::buildHypo(), TtFullHadHypKinFit::buildHypo(), hypo(), and resetCandidates().
|
protected |
internal check whether the match information exists or not, if false a blind dummy match vector will be used internally
Definition at line 74 of file TtFullHadHypothesis.h.
Referenced by produce(), and TtFullHadHypothesis().
|
protected |
specify the desired jet correction level (the default should be L3Absolute-'abs')
Definition at line 80 of file TtFullHadHypothesis.h.
Referenced by jetCorrectionLevel(), and TtFullHadHypothesis().
|
protected |
input label for all necessary collections
Definition at line 76 of file TtFullHadHypothesis.h.
Referenced by produce().
|
protected |
hypothesis key (to be set by the buildKey function)
Definition at line 82 of file TtFullHadHypothesis.h.
Referenced by TtFullHadHypGenMatch::buildKey(), TtFullHadHypKinFit::buildKey(), and key().
|
protected |
Definition at line 89 of file TtFullHadHypothesis.h.
Referenced by TtFullHadHypGenMatch::buildHypo(), TtFullHadHypKinFit::buildHypo(), hypo(), and resetCandidates().
|
protected |
Definition at line 90 of file TtFullHadHypothesis.h.
Referenced by TtFullHadHypGenMatch::buildHypo(), TtFullHadHypKinFit::buildHypo(), hypo(), and resetCandidates().
|
protected |
candidates for internal use for the creation of the hypothesis candidate
Definition at line 85 of file TtFullHadHypothesis.h.
Referenced by TtFullHadHypGenMatch::buildHypo(), TtFullHadHypKinFit::buildHypo(), hypo(), and resetCandidates().
|
protected |
Definition at line 86 of file TtFullHadHypothesis.h.
Referenced by TtFullHadHypGenMatch::buildHypo(), TtFullHadHypKinFit::buildHypo(), hypo(), and resetCandidates().
|
protected |
Definition at line 77 of file TtFullHadHypothesis.h.
Referenced by produce(), and TtFullHadHypothesis().