CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
TtSemiLepHypHitFit Class Reference
Inheritance diagram for TtSemiLepHypHitFit:
TtSemiLepHypothesis edm::stream::EDProducer<>

Public Member Functions

 TtSemiLepHypHitFit (const edm::ParameterSet &)
 
- Public Member Functions inherited from TtSemiLepHypothesis
 TtSemiLepHypothesis (const edm::ParameterSet &)
 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 EDProduceroperator= (const EDProducer &)=delete
 

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::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
 
- 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...
 
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...
 
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 Attributes inherited from TtSemiLepHypothesis
bool getMatch_
 
std::unique_ptr
< reco::ShallowClonePtrCandidate
hadronicB_
 
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_
 
std::unique_ptr
< reco::ShallowClonePtrCandidate
lepton_
 
std::unique_ptr
< reco::ShallowClonePtrCandidate
leptonicB_
 
std::unique_ptr
< reco::ShallowClonePtrCandidate
lightQ_
 
std::unique_ptr
< reco::ShallowClonePtrCandidate
lightQBar_
 
edm::EDGetTokenT< std::vector
< std::vector< int > > > 
matchToken_
 
edm::EDGetTokenT< std::vector
< pat::MET > > 
metsToken_
 
std::unique_ptr
< reco::ShallowClonePtrCandidate
neutrino_
 
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 5 of file TtSemiLepHypHitFit.cc.

Constructor & Destructor Documentation

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

Definition at line 29 of file TtSemiLepHypHitFit.cc.

30  : TtSemiLepHypothesis(cfg),
31  statusToken_(consumes<std::vector<int> >(cfg.getParameter<edm::InputTag>("status"))),
32  partonsHadPToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("partonsHadP"))),
33  partonsHadQToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("partonsHadQ"))),
34  partonsHadBToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("partonsHadB"))),
35  partonsLepBToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("partonsLepB"))),
36  leptonsToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("leptons"))),
37  neutrinosToken_(consumes<std::vector<pat::Particle> >(cfg.getParameter<edm::InputTag>("neutrinos"))) {}
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadPToken_
edm::EDGetTokenT< std::vector< int > > statusToken_
edm::EDGetTokenT< std::vector< pat::Particle > > leptonsToken_
TtSemiLepHypothesis(const edm::ParameterSet &)
default constructor
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadQToken_
edm::EDGetTokenT< std::vector< pat::Particle > > partonsLepBToken_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadBToken_
edm::EDGetTokenT< std::vector< pat::Particle > > neutrinosToken_

Member Function Documentation

void TtSemiLepHypHitFit::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 39 of file TtSemiLepHypHitFit.cc.

References edm::Event::getByToken(), TtSemiLepHypothesis::hadronicB_, TtSemiLepHypothesis::lepton_, TtSemiLepHypothesis::leptonicB_, HLT_FULL_cff::leptons, leptonsToken_, TtSemiLepHypothesis::lightQ_, TtSemiLepHypothesis::lightQBar_, TtSemiLepHypothesis::makeCandidate(), TtSemiLepHypothesis::neutrino_, neutrinosToken_, partonsHadBToken_, partonsHadPToken_, partonsHadQToken_, partonsLepBToken_, mps_update::status, and statusToken_.

44  {
46  evt.getByToken(statusToken_, status);
47  if ((*status)[iComb] != 0) {
48  // create empty hypothesis if kinematic fit did not converge
49  return;
50  }
51 
58 
59  evt.getByToken(partonsHadPToken_, partonsHadP);
60  evt.getByToken(partonsHadQToken_, partonsHadQ);
61  evt.getByToken(partonsHadBToken_, partonsHadB);
62  evt.getByToken(partonsLepBToken_, partonsLepB);
63  evt.getByToken(leptonsToken_, leptons);
64  evt.getByToken(neutrinosToken_, neutrinos);
65 
66  // -----------------------------------------------------
67  // add jets
68  // -----------------------------------------------------
69  if (!(partonsHadP->empty() || partonsHadQ->empty() || partonsHadB->empty() || partonsLepB->empty())) {
70  lightQ_ = makeCandidate(partonsHadP, iComb);
71  lightQBar_ = makeCandidate(partonsHadQ, iComb);
72  hadronicB_ = makeCandidate(partonsHadB, iComb);
73  leptonicB_ = makeCandidate(partonsLepB, iComb);
74  }
75 
76  // -----------------------------------------------------
77  // add lepton
78  // -----------------------------------------------------
79  if (!leptons->empty()) {
80  lepton_ = makeCandidate(leptons, iComb);
81  }
82  match.push_back(0);
83 
84  // -----------------------------------------------------
85  // add neutrino
86  // -----------------------------------------------------
87  if (!neutrinos->empty()) {
88  neutrino_ = makeCandidate(neutrinos, iComb);
89  }
90 }
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadPToken_
edm::EDGetTokenT< std::vector< int > > statusToken_
edm::EDGetTokenT< std::vector< pat::Particle > > leptonsToken_
list status
Definition: mps_update.py:107
std::unique_ptr< reco::ShallowClonePtrCandidate > leptonicB_
std::unique_ptr< reco::ShallowClonePtrCandidate > lepton_
std::unique_ptr< reco::ShallowClonePtrCandidate > makeCandidate(const edm::Handle< C > &handle, const int &idx)
use one object in a collection to set a ShallowClonePtrCandidate
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadQToken_
std::unique_ptr< reco::ShallowClonePtrCandidate > lightQBar_
edm::EDGetTokenT< std::vector< pat::Particle > > partonsLepBToken_
edm::EDGetTokenT< std::vector< pat::Particle > > partonsHadBToken_
std::unique_ptr< reco::ShallowClonePtrCandidate > neutrino_
std::unique_ptr< reco::ShallowClonePtrCandidate > lightQ_
edm::EDGetTokenT< std::vector< pat::Particle > > neutrinosToken_
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
std::unique_ptr< reco::ShallowClonePtrCandidate > hadronicB_
void TtSemiLepHypHitFit::buildKey ( )
inlineoverrideprivatevirtual

build the event hypothesis key

Implements TtSemiLepHypothesis.

Definition at line 11 of file TtSemiLepHypHitFit.cc.

References TtSemiLepHypothesis::key_, and TtEvent::kHitFit.

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

Member Data Documentation

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

Definition at line 25 of file TtSemiLepHypHitFit.cc.

Referenced by buildHypo().

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

Definition at line 26 of file TtSemiLepHypHitFit.cc.

Referenced by buildHypo().

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

Definition at line 23 of file TtSemiLepHypHitFit.cc.

Referenced by buildHypo().

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

Definition at line 21 of file TtSemiLepHypHitFit.cc.

Referenced by buildHypo().

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

Definition at line 22 of file TtSemiLepHypHitFit.cc.

Referenced by buildHypo().

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

Definition at line 24 of file TtSemiLepHypHitFit.cc.

Referenced by buildHypo().

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

Definition at line 20 of file TtSemiLepHypHitFit.cc.

Referenced by buildHypo().