CMS 3D CMS Logo

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

#include <TtFullHadHypKinFit.h>

Inheritance diagram for TtFullHadHypKinFit:
TtFullHadHypothesis edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 TtFullHadHypKinFit (const edm::ParameterSet &)
 
 ~TtFullHadHypKinFit () override
 
- Public Member Functions inherited from TtFullHadHypothesis
 TtFullHadHypothesis (const edm::ParameterSet &cfg)
 default constructor More...
 
 ~TtFullHadHypothesis () 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
 
std::vector< bool > const & recordProvenanceList () 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)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
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< std::vector< pat::Jet > > &, std::vector< int > &, const unsigned int iComb) override
 build event hypothesis from the reco objects of a full-hadronic event More...
 
void buildKey () override
 build the event hypothesis key More...
 

Private Attributes

edm::EDGetTokenT< std::vector< pat::Particle > > bBarToken_
 
edm::EDGetTokenT< std::vector< pat::Particle > > bToken_
 
edm::EDGetTokenT< std::vector< pat::Particle > > lightPBarToken_
 
edm::EDGetTokenT< std::vector< pat::Particle > > lightPToken_
 
edm::EDGetTokenT< std::vector< pat::Particle > > lightQBarToken_
 
edm::EDGetTokenT< std::vector< pat::Particle > > lightQToken_
 
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 wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from TtFullHadHypothesis
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...
 
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...
 
- Protected Member Functions inherited from edm::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- 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 = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
- Protected Attributes inherited from TtFullHadHypothesis
reco::ShallowClonePtrCandidateb_
 
reco::ShallowClonePtrCandidatebBar_
 
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...
 
reco::ShallowClonePtrCandidatelightP_
 
reco::ShallowClonePtrCandidatelightPBar_
 
reco::ShallowClonePtrCandidatelightQ_
 
reco::ShallowClonePtrCandidatelightQBar_
 
edm::EDGetTokenT< std::vector< std::vector< int > > > matchToken_
 

Detailed Description

Definition at line 8 of file TtFullHadHypKinFit.h.

Constructor & Destructor Documentation

◆ TtFullHadHypKinFit()

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

Definition at line 3 of file TtFullHadHypKinFit.cc.

5  statusToken_(consumes<std::vector<int> >(cfg.getParameter<edm::InputTag>("status"))),
6  lightQToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("lightQTag"))),
7  lightQBarToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("lightQBarTag"))),
8  bToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("bTag"))),
9  bBarToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("bBarTag"))),
10  lightPToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("lightPTag"))),
11  lightPBarToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("lightPBarTag"))) {}

◆ ~TtFullHadHypKinFit()

TtFullHadHypKinFit::~TtFullHadHypKinFit ( )
override

Definition at line 13 of file TtFullHadHypKinFit.cc.

13 {}

Member Function Documentation

◆ buildHypo()

void TtFullHadHypKinFit::buildHypo ( edm::Event evt,
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 full-hadronic event

Implements TtFullHadHypothesis.

Definition at line 15 of file TtFullHadHypKinFit.cc.

18  {
21  if ((*status)[iComb] != 0) {
22  // create empty hypothesis if kinematic fit did not converge
23  return;
24  }
25 
32 
33  evt.getByToken(lightQToken_, lightQ);
34  evt.getByToken(lightQBarToken_, lightQBar);
35  evt.getByToken(bToken_, b);
36  evt.getByToken(bBarToken_, bBar);
37  evt.getByToken(lightPToken_, lightP);
38  evt.getByToken(lightPBarToken_, lightPBar);
39 
40  // -----------------------------------------------------
41  // add jets
42  // -----------------------------------------------------
43  if (!(lightQ->empty() || lightQBar->empty() || b->empty() || bBar->empty() || lightP->empty() ||
44  lightPBar->empty())) {
45  setCandidate(lightQ, iComb, lightQ_);
46  setCandidate(lightQBar, iComb, lightQBar_);
47  setCandidate(b, iComb, b_);
48  setCandidate(bBar, iComb, bBar_);
49  setCandidate(lightP, iComb, lightP_);
50  setCandidate(lightPBar, iComb, lightPBar_);
51  }
52 }

References b, TtFullHadHypothesis::b_, TtFullHadHypothesis::bBar_, bBarToken_, bToken_, edm::Event::getByToken(), TtFullHadHypothesis::lightP_, TtFullHadHypothesis::lightPBar_, lightPBarToken_, lightPToken_, TtFullHadHypothesis::lightQ_, TtFullHadHypothesis::lightQBar_, lightQBarToken_, lightQToken_, TtFullHadHypothesis::setCandidate(), mps_update::status, and statusToken_.

◆ buildKey()

void TtFullHadHypKinFit::buildKey ( )
inlineoverrideprivatevirtual

build the event hypothesis key

Implements TtFullHadHypothesis.

Definition at line 15 of file TtFullHadHypKinFit.h.

References TtFullHadHypothesis::key_, and TtEvent::kKinFit.

Member Data Documentation

◆ bBarToken_

edm::EDGetTokenT<std::vector<pat::Particle> > TtFullHadHypKinFit::bBarToken_
private

Definition at line 26 of file TtFullHadHypKinFit.h.

Referenced by buildHypo().

◆ bToken_

edm::EDGetTokenT<std::vector<pat::Particle> > TtFullHadHypKinFit::bToken_
private

Definition at line 25 of file TtFullHadHypKinFit.h.

Referenced by buildHypo().

◆ lightPBarToken_

edm::EDGetTokenT<std::vector<pat::Particle> > TtFullHadHypKinFit::lightPBarToken_
private

Definition at line 28 of file TtFullHadHypKinFit.h.

Referenced by buildHypo().

◆ lightPToken_

edm::EDGetTokenT<std::vector<pat::Particle> > TtFullHadHypKinFit::lightPToken_
private

Definition at line 27 of file TtFullHadHypKinFit.h.

Referenced by buildHypo().

◆ lightQBarToken_

edm::EDGetTokenT<std::vector<pat::Particle> > TtFullHadHypKinFit::lightQBarToken_
private

Definition at line 24 of file TtFullHadHypKinFit.h.

Referenced by buildHypo().

◆ lightQToken_

edm::EDGetTokenT<std::vector<pat::Particle> > TtFullHadHypKinFit::lightQToken_
private

Definition at line 23 of file TtFullHadHypKinFit.h.

Referenced by buildHypo().

◆ statusToken_

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

Definition at line 22 of file TtFullHadHypKinFit.h.

Referenced by buildHypo().

TtFullHadHypKinFit::bToken_
edm::EDGetTokenT< std::vector< pat::Particle > > bToken_
Definition: TtFullHadHypKinFit.h:25
TtFullHadHypothesis::lightP_
reco::ShallowClonePtrCandidate * lightP_
Definition: TtFullHadHypothesis.h:92
mps_update.status
status
Definition: mps_update.py:68
TtFullHadHypothesis::setCandidate
void setCandidate(const edm::Handle< C > &handle, const int &idx, reco::ShallowClonePtrCandidate *&clone)
use one object in a collection to set a ShallowClonePtrCandidate
Definition: TtFullHadHypothesis.h:99
TtEvent::kKinFit
Definition: TtEvent.h:32
TtFullHadHypKinFit::lightQBarToken_
edm::EDGetTokenT< std::vector< pat::Particle > > lightQBarToken_
Definition: TtFullHadHypKinFit.h:24
TtFullHadHypothesis::bBar_
reco::ShallowClonePtrCandidate * bBar_
Definition: TtFullHadHypothesis.h:91
edm::Handle
Definition: AssociativeIterator.h:50
TtFullHadHypothesis::lightPBar_
reco::ShallowClonePtrCandidate * lightPBar_
Definition: TtFullHadHypothesis.h:93
TtFullHadHypothesis::b_
reco::ShallowClonePtrCandidate * b_
Definition: TtFullHadHypothesis.h:90
TtFullHadHypothesis::key_
int key_
hypothesis key (to be set by the buildKey function)
Definition: TtFullHadHypothesis.h:85
edm::Event::getByToken
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
TtFullHadHypKinFit::lightPBarToken_
edm::EDGetTokenT< std::vector< pat::Particle > > lightPBarToken_
Definition: TtFullHadHypKinFit.h:28
b
double b
Definition: hdecay.h:118
TtFullHadHypKinFit::statusToken_
edm::EDGetTokenT< std::vector< int > > statusToken_
Definition: TtFullHadHypKinFit.h:22
TtFullHadHypothesis::TtFullHadHypothesis
TtFullHadHypothesis(const edm::ParameterSet &cfg)
default constructor
Definition: TtFullHadHypothesis.cc:5
looper.cfg
cfg
Definition: looper.py:296
TtFullHadHypKinFit::lightPToken_
edm::EDGetTokenT< std::vector< pat::Particle > > lightPToken_
Definition: TtFullHadHypKinFit.h:27
TtFullHadHypothesis::lightQ_
reco::ShallowClonePtrCandidate * lightQ_
Definition: TtFullHadHypothesis.h:88
edm::EDConsumerBase::consumes
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
Definition: EDConsumerBase.h:159
edm::InputTag
Definition: InputTag.h:15
TtFullHadHypKinFit::lightQToken_
edm::EDGetTokenT< std::vector< pat::Particle > > lightQToken_
Definition: TtFullHadHypKinFit.h:23
TtFullHadHypothesis::lightQBar_
reco::ShallowClonePtrCandidate * lightQBar_
Definition: TtFullHadHypothesis.h:89
TtFullHadHypKinFit::bBarToken_
edm::EDGetTokenT< std::vector< pat::Particle > > bBarToken_
Definition: TtFullHadHypKinFit.h:26