CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
TtSemiLepHypKinFit Class Reference

#include <TtSemiLepHypKinFit.h>

Inheritance diagram for TtSemiLepHypKinFit:
TtSemiLepHypothesis edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 TtSemiLepHypKinFit (const edm::ParameterSet &)
 
 ~TtSemiLepHypKinFit () override
 
- Public Member Functions inherited from TtSemiLepHypothesis
 TtSemiLepHypothesis (const edm::ParameterSet &)
 default constructor More...
 
 ~TtSemiLepHypothesis () override
 default destructor More...
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducer () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void buildHypo (edm::Event &, const edm::Handle< edm::View< reco::RecoCandidate > > &, const edm::Handle< std::vector< pat::MET > > &, const edm::Handle< std::vector< pat::Jet > > &, std::vector< int > &, const unsigned int iComb) override
 build event hypothesis from the reco objects of a semi-leptonic event More...
 
void buildKey () override
 build the event hypothesis key More...
 

Private Attributes

edm::EDGetTokenT< std::vector< pat::Particle > > leptonsToken_
 
edm::EDGetTokenT< std::vector< pat::Particle > > neutrinosToken_
 
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadBToken_
 
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadPToken_
 
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadQToken_
 
edm::EDGetTokenT< std::vector< pat::Particle > > partonsLepBToken_
 
edm::EDGetTokenT< std::vector< int > > statusToken_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
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)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from TtSemiLepHypothesis
void buildHypo (const edm::Handle< edm::View< reco::RecoCandidate > > &leps, const edm::Handle< std::vector< pat::MET > > &mets, const edm::Handle< std::vector< pat::Jet > > &jets, std::vector< int > &jetPartonAssociation)
 minimalistic build function for simple hypotheses 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
 
WDecay::LeptonType leptonType (const reco::RecoCandidate *cand)
 determine lepton type of reco candidate and return a corresponding WDecay::LeptonType; the type is kNone if it is whether a muon nor an electron 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...
 
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...
 
void setNeutrino (const edm::Handle< std::vector< pat::MET > > &met, const edm::Handle< edm::View< reco::RecoCandidate > > &leps, const int &idx, const int &type)
 set neutrino, using mW = 80.4 to calculate the neutrino pz 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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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 TtSemiLepHypothesis
bool getMatch_
 
reco::ShallowClonePtrCandidatehadronicB_
 
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...
 
edm::EDGetTokenT< edm::View< reco::RecoCandidate > > lepsToken_
 
reco::ShallowClonePtrCandidatelepton_
 
reco::ShallowClonePtrCandidateleptonicB_
 
reco::ShallowClonePtrCandidatelightQ_
 
reco::ShallowClonePtrCandidatelightQBar_
 
edm::EDGetTokenT< std::vector< std::vector< int > > > matchToken_
 
edm::EDGetTokenT< std::vector< pat::MET > > metsToken_
 
reco::ShallowClonePtrCandidateneutrino_
 
int neutrinoSolutionType_
 algorithm used to calculate neutrino solutions (see cfi for further details) More...
 
edm::EDGetTokenT< int > nJetsConsideredToken_
 
int numberOfRealNeutrinoSolutions_
 

Detailed Description

Definition at line 8 of file TtSemiLepHypKinFit.h.

Constructor & Destructor Documentation

TtSemiLepHypKinFit::TtSemiLepHypKinFit ( const edm::ParameterSet cfg)
explicit

Definition at line 4 of file TtSemiLepHypKinFit.cc.

4  :
5  TtSemiLepHypothesis( cfg ),
6  statusToken_ (consumes<std::vector<int> >(cfg.getParameter<edm::InputTag>("status" ))),
7  partonsHadPToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("partonsHadP"))),
8  partonsHadQToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("partonsHadQ"))),
9  partonsHadBToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("partonsHadB"))),
10  partonsLepBToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("partonsLepB"))),
11  leptonsToken_ (consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("leptons" ))),
12  neutrinosToken_ (consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("neutrinos" )))
13 {
14 }
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadPToken_
T getParameter(std::string const &) const
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
TtSemiLepHypothesis(const edm::ParameterSet &)
default constructor
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadBToken_
edm::EDGetTokenT< std::vector< int > > statusToken_
edm::EDGetTokenT< std::vector< pat::Particle > > partonsLepBToken_
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadQToken_
edm::EDGetTokenT< std::vector< pat::Particle > > neutrinosToken_
edm::EDGetTokenT< std::vector< pat::Particle > > leptonsToken_
TtSemiLepHypKinFit::~TtSemiLepHypKinFit ( )
override

Definition at line 16 of file TtSemiLepHypKinFit.cc.

16 { }

Member Function Documentation

void TtSemiLepHypKinFit::buildHypo ( edm::Event evt,
const edm::Handle< edm::View< reco::RecoCandidate > > &  leps,
const edm::Handle< std::vector< pat::MET > > &  mets,
const edm::Handle< std::vector< pat::Jet > > &  jets,
std::vector< int > &  match,
const unsigned int  iComb 
)
overrideprivatevirtual

build event hypothesis from the reco objects of a semi-leptonic event

Implements TtSemiLepHypothesis.

Definition at line 19 of file TtSemiLepHypKinFit.cc.

References edm::Event::getByToken(), TtSemiLepHypothesis::hadronicB_, TtSemiLepHypothesis::lepton_, TtSemiLepHypothesis::leptonicB_, AK4GenJetFlavourInfos_cfi::leptons, leptonsToken_, TtSemiLepHypothesis::lightQ_, TtSemiLepHypothesis::lightQBar_, TtSemiLepHypothesis::neutrino_, TtSemiLepHypHitFit_cfi::neutrinos, neutrinosToken_, TtSemiLepHypHitFit_cfi::partonsHadB, partonsHadBToken_, TtSemiLepHypHitFit_cfi::partonsHadP, partonsHadPToken_, TtSemiLepHypHitFit_cfi::partonsHadQ, partonsHadQToken_, TtSemiLepHypHitFit_cfi::partonsLepB, partonsLepBToken_, TtSemiLepHypothesis::setCandidate(), mps_update::status, and statusToken_.

Referenced by buildKey().

24 {
26  evt.getByToken(statusToken_, status);
27  if( (*status)[iComb] != 0 ){
28  // create empty hypothesis if kinematic fit did not converge
29  return;
30  }
31 
38 
39  evt.getByToken(partonsHadPToken_, partonsHadP);
40  evt.getByToken(partonsHadQToken_, partonsHadQ);
41  evt.getByToken(partonsHadBToken_, partonsHadB);
42  evt.getByToken(partonsLepBToken_, partonsLepB);
43  evt.getByToken(leptonsToken_ , leptons );
44  evt.getByToken(neutrinosToken_ , neutrinos );
45 
46  // -----------------------------------------------------
47  // add jets
48  // -----------------------------------------------------
49  if( !( partonsHadP->empty() || partonsHadQ->empty() ||
50  partonsHadB->empty() || partonsLepB->empty() ) ) {
51  setCandidate(partonsHadP, iComb, lightQ_ );
52  setCandidate(partonsHadQ, iComb, lightQBar_);
53  setCandidate(partonsHadB, iComb, hadronicB_);
54  setCandidate(partonsLepB, iComb, leptonicB_);
55  }
56 
57  // -----------------------------------------------------
58  // add lepton
59  // -----------------------------------------------------
60  if( !leptons->empty() ){
61  setCandidate(leptons, iComb, lepton_);
62  }
63  match.push_back( 0 );
64 
65  // -----------------------------------------------------
66  // add neutrino
67  // -----------------------------------------------------
68  if( !neutrinos->empty() ){
69  setCandidate(neutrinos, iComb, neutrino_);
70  }
71 }
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadPToken_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:517
reco::ShallowClonePtrCandidate * lepton_
reco::ShallowClonePtrCandidate * lightQBar_
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadBToken_
edm::EDGetTokenT< std::vector< int > > statusToken_
reco::ShallowClonePtrCandidate * neutrino_
edm::EDGetTokenT< std::vector< pat::Particle > > partonsLepBToken_
reco::ShallowClonePtrCandidate * hadronicB_
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadQToken_
edm::EDGetTokenT< std::vector< pat::Particle > > neutrinosToken_
void setCandidate(const edm::Handle< C > &handle, const int &idx, reco::ShallowClonePtrCandidate *&clone)
use one object in a collection to set a ShallowClonePtrCandidate
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
reco::ShallowClonePtrCandidate * lightQ_
reco::ShallowClonePtrCandidate * leptonicB_
edm::EDGetTokenT< std::vector< pat::Particle > > leptonsToken_
void TtSemiLepHypKinFit::buildKey ( )
inlineoverrideprivatevirtual

build the event hypothesis key

Implements TtSemiLepHypothesis.

Definition at line 18 of file TtSemiLepHypKinFit.h.

References buildHypo(), TtSemiLepHypothesis::key_, and TtEvent::kKinFit.

int key_
hypothesis key (to be set by the buildKey function)

Member Data Documentation

edm::EDGetTokenT<std::vector<pat::Particle> > TtSemiLepHypKinFit::leptonsToken_
private

Definition at line 31 of file TtSemiLepHypKinFit.h.

Referenced by buildHypo().

edm::EDGetTokenT<std::vector<pat::Particle> > TtSemiLepHypKinFit::neutrinosToken_
private

Definition at line 32 of file TtSemiLepHypKinFit.h.

Referenced by buildHypo().

edm::EDGetTokenT<std::vector<pat::Particle> > TtSemiLepHypKinFit::partonsHadBToken_
private

Definition at line 29 of file TtSemiLepHypKinFit.h.

Referenced by buildHypo().

edm::EDGetTokenT<std::vector<pat::Particle> > TtSemiLepHypKinFit::partonsHadPToken_
private

Definition at line 27 of file TtSemiLepHypKinFit.h.

Referenced by buildHypo().

edm::EDGetTokenT<std::vector<pat::Particle> > TtSemiLepHypKinFit::partonsHadQToken_
private

Definition at line 28 of file TtSemiLepHypKinFit.h.

Referenced by buildHypo().

edm::EDGetTokenT<std::vector<pat::Particle> > TtSemiLepHypKinFit::partonsLepBToken_
private

Definition at line 30 of file TtSemiLepHypKinFit.h.

Referenced by buildHypo().

edm::EDGetTokenT<std::vector<int> > TtSemiLepHypKinFit::statusToken_
private

Definition at line 26 of file TtSemiLepHypKinFit.h.

Referenced by buildHypo().