#include <TtFullLepHypKinSolution.h>
Private Member Functions | |
virtual void | buildHypo (edm::Event &evt, const edm::Handle< std::vector< pat::Electron > > &elecs, const edm::Handle< std::vector< pat::Muon > > &mus, const edm::Handle< std::vector< pat::Jet > > &jets, const edm::Handle< std::vector< pat::MET > > &mets, std::vector< int > &match, const unsigned int iComb) |
build event hypothesis from the reco objects of a full-leptonic event More... | |
virtual void | buildKey () |
build the event hypothesis key More... | |
Private Attributes | |
edm::EDGetTokenT< std::vector< reco::LeafCandidate > > | nuBarsToken_ |
edm::EDGetTokenT< std::vector< reco::LeafCandidate > > | nusToken_ |
edm::EDGetTokenT< std::vector< double > > | solWeightToken_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from TtFullLepHypothesis | |
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... | |
int | key () const |
return key More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
produce the event hypothesis as CompositeCandidate and Key More... | |
void | resetCandidates () |
reset candidate pointers before hypo build process More... | |
template<typename C > | |
void | setCandidate (const edm::Handle< C > &handle, const int &idx, reco::ShallowClonePtrCandidate *&clone) |
use one object in a collection to set a ShallowClonePtrCandidate More... | |
void | setCandidate (const edm::Handle< std::vector< pat::Jet > > &handle, const int &idx, reco::ShallowClonePtrCandidate *&clone, const std::string &correctionLevel) |
use one object in a jet collection to set a ShallowClonePtrCandidate with proper jet corrections More... | |
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) |
Protected Attributes inherited from TtFullLepHypothesis | |
reco::ShallowClonePtrCandidate * | b_ |
reco::ShallowClonePtrCandidate * | bBar_ |
edm::EDGetTokenT< std::vector< pat::Electron > > | elecsToken_ |
bool | getMatch_ |
std::string | jetCorrectionLevel_ |
edm::EDGetTokenT< std::vector< pat::Jet > > | jetsToken_ |
int | key_ |
hypothesis key (to be set by the buildKey function) More... | |
reco::ShallowClonePtrCandidate * | lepton_ |
reco::ShallowClonePtrCandidate * | leptonBar_ |
edm::EDGetTokenT< std::vector< std::vector< int > > > | matchToken_ |
input label for all necessary collections More... | |
edm::EDGetTokenT< std::vector< pat::MET > > | metsToken_ |
edm::EDGetTokenT< std::vector< pat::Muon > > | musToken_ |
reco::ShallowClonePtrCandidate * | neutrino_ |
reco::ShallowClonePtrCandidate * | neutrinoBar_ |
reco::LeafCandidate * | recNu |
candidates needed for the genmatch hypothesis More... | |
reco::LeafCandidate * | recNuBar |
Definition at line 6 of file TtFullLepHypKinSolution.h.
|
explicit |
Definition at line 5 of file TtFullLepHypKinSolution.cc.
TtFullLepHypKinSolution::~TtFullLepHypKinSolution | ( | ) |
Definition at line 13 of file TtFullLepHypKinSolution.cc.
|
privatevirtual |
build event hypothesis from the reco objects of a full-leptonic event
Implements TtFullLepHypothesis.
Definition at line 16 of file TtFullLepHypKinSolution.cc.
References TtFullLepHypothesis::b_, TtFullLepHypothesis::bBar_, PatTopSelectionAnalyzer_cfi::elecs, edm::Event::getByToken(), TtFullLepHypothesis::jetCorrectionLevel_, fwrapper::jets, TtFullLepHypothesis::lepton_, TtFullLepHypothesis::leptonBar_, TtFullLepHypothesis::neutrino_, TtFullLepHypothesis::neutrinoBar_, nuBarsToken_, nusToken_, TtFullLepHypothesis::setCandidate(), TtFullLepEvtBuilder_cfi::solWeight, and solWeightToken_.
Referenced by buildKey().
|
inlineprivatevirtual |
build the event hypothesis key
Implements TtFullLepHypothesis.
Definition at line 16 of file TtFullLepHypKinSolution.h.
References buildHypo(), PatTopSelectionAnalyzer_cfi::elecs, fwrapper::jets, TtFullLepHypothesis::key_, TtEvent::kKinSolution, match(), and TtSemiLepSignalSelMVAComputer_cfi::mets.
|
private |
Definition at line 28 of file TtFullLepHypKinSolution.h.
Referenced by buildHypo().
|
private |
Definition at line 27 of file TtFullLepHypKinSolution.h.
Referenced by buildHypo().
|
private |
Definition at line 29 of file TtFullLepHypKinSolution.h.
Referenced by buildHypo().