CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
TtFullLepHypKinSolution Class Reference

#include <TtFullLepHypKinSolution.h>

Inheritance diagram for TtFullLepHypKinSolution:
TtFullLepHypothesis edm::EDProducer edm::ProducerBase edm::ProductRegistryHelper

Public Member Functions

 TtFullLepHypKinSolution (const edm::ParameterSet &)
 
 ~TtFullLepHypKinSolution ()
 
- Public Member Functions inherited from TtFullLepHypothesis
 TtFullLepHypothesis (const edm::ParameterSet &)
 default constructor More...
 
 ~TtFullLepHypothesis ()
 default destructor More...
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
virtual ~EDProducer ()
 
- Public Member Functions inherited from edm::ProducerBase
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
boost::function< void(const
BranchDescription &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 

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::InputTag nuBars_
 
edm::InputTag nus_
 
edm::InputTag particleIdcs_
 
edm::InputTag solWeight_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
typedef WorkerT< EDProducerWorkerType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- 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::EDProducer
CurrentProcessingContext const * currentContext () const
 
- Protected Member Functions inherited from edm::ProducerBase
template<class TProducer , class TMethod >
void callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod)
 
- Protected Attributes inherited from TtFullLepHypothesis
reco::ShallowClonePtrCandidateb_
 
reco::ShallowClonePtrCandidatebBar_
 
edm::InputTag elecs_
 
bool getMatch_
 
std::string jetCorrectionLevel_
 
edm::InputTag jets_
 
int key_
 hypothesis key (to be set by the buildKey function) More...
 
reco::ShallowClonePtrCandidatelepton_
 
reco::ShallowClonePtrCandidateleptonBar_
 
edm::InputTag match_
 input label for all necessary collections More...
 
edm::InputTag mets_
 
edm::InputTag mus_
 
reco::ShallowClonePtrCandidateneutrino_
 
reco::ShallowClonePtrCandidateneutrinoBar_
 
reco::LeafCandidaterecNu
 candidates needed for the genmatch hypothesis More...
 
reco::LeafCandidaterecNuBar
 

Detailed Description

Definition at line 6 of file TtFullLepHypKinSolution.h.

Constructor & Destructor Documentation

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

Definition at line 5 of file TtFullLepHypKinSolution.cc.

5  :
6  TtFullLepHypothesis( cfg ),
7  nus_ (cfg.getParameter<edm::InputTag>("Neutrinos" )),
8  nuBars_ (cfg.getParameter<edm::InputTag>("NeutrinoBars" )),
9  solWeight_ (cfg.getParameter<edm::InputTag>("solutionWeight" ))
10 {
11 }
T getParameter(std::string const &) const
TtFullLepHypothesis(const edm::ParameterSet &)
default constructor
TtFullLepHypKinSolution::~TtFullLepHypKinSolution ( )

Definition at line 13 of file TtFullLepHypKinSolution.cc.

13 { }

Member Function Documentation

void TtFullLepHypKinSolution::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 
)
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_, edm::Event::getByLabel(), TtFullLepHypothesis::jetCorrectionLevel_, fwrapper::jets, TtFullLepHypothesis::lepton_, TtFullLepHypothesis::leptonBar_, TtFullLepHypothesis::neutrino_, TtFullLepHypothesis::neutrinoBar_, nuBars_, nus_, particleIdcs_, TtFullLepHypothesis::setCandidate(), and solWeight_.

23 {
28 
29  evt.getByLabel(solWeight_, solWeight);
30  evt.getByLabel(particleIdcs_, idcsVec );
31  evt.getByLabel(nus_, nus );
32  evt.getByLabel(nuBars_, nuBars );
33 
34  if( (*solWeight)[iComb]<0 ){
35  // create empty hypothesis if no solution exists
36  return;
37  }
38 
39  // -----------------------------------------------------
40  // add jets
41  // -----------------------------------------------------
42  if( !jets->empty() ){
45  }
46  // -----------------------------------------------------
47  // add leptons
48  // -----------------------------------------------------
49  if( !elecs->empty() && match[2]>=0)
50  setCandidate(elecs, match[2], leptonBar_);
51 
52  if( !elecs->empty() && match[3]>=0)
53  setCandidate(elecs, match[3], lepton_);
54 
55  if( !mus->empty() && match[4]>=0 && match[2]<0)
56  setCandidate(mus, match[4], leptonBar_);
57 
58  // this 'else' happens if you have a wrong charge electron-muon-
59  // solution so the indices are (b-idx, bbar-idx, 0, -1, 0, -1)
60  // so the mu^+ is stored as l^-
61  else if( !mus->empty() && match[4]>=0)
62  setCandidate(mus, match[4], lepton_);
63 
64  if( !mus->empty() && match[5]>=0 && match[3]<0)
65  setCandidate(mus, match[5], lepton_);
66 
67  // this 'else' happens if you have a wrong charge electron-muon-
68  // solution so the indices are (b-idx, bbar-idx, -1, 0, -1, 0)
69  // so the mu^- is stored as l^+
70  else if( !mus->empty() && match[5]>=0)
71  setCandidate(mus, match[5], leptonBar_);
72 
73  // -----------------------------------------------------
74  // add neutrinos
75  // -----------------------------------------------------
76  if( !nus->empty() )
77  setCandidate(nus, iComb, neutrino_);
78 
79  if( !nuBars->empty() )
80  setCandidate(nuBars, iComb, neutrinoBar_);
81 
82 }
reco::ShallowClonePtrCandidate * neutrino_
reco::ShallowClonePtrCandidate * leptonBar_
void setCandidate(const edm::Handle< C > &handle, const int &idx, reco::ShallowClonePtrCandidate *&clone)
use one object in a collection to set a ShallowClonePtrCandidate
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:356
reco::ShallowClonePtrCandidate * lepton_
reco::ShallowClonePtrCandidate * bBar_
std::string jetCorrectionLevel_
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:6
reco::ShallowClonePtrCandidate * b_
reco::ShallowClonePtrCandidate * neutrinoBar_
virtual void TtFullLepHypKinSolution::buildKey ( )
inlineprivatevirtual

build the event hypothesis key

Implements TtFullLepHypothesis.

Definition at line 16 of file TtFullLepHypKinSolution.h.

References TtFullLepHypothesis::key_, and TtEvent::kKinSolution.

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

Member Data Documentation

edm::InputTag TtFullLepHypKinSolution::nuBars_
private

Definition at line 28 of file TtFullLepHypKinSolution.h.

Referenced by buildHypo().

edm::InputTag TtFullLepHypKinSolution::nus_
private

Definition at line 27 of file TtFullLepHypKinSolution.h.

Referenced by buildHypo().

edm::InputTag TtFullLepHypKinSolution::particleIdcs_
private

Definition at line 26 of file TtFullLepHypKinSolution.h.

Referenced by buildHypo().

edm::InputTag TtFullLepHypKinSolution::solWeight_
private

Definition at line 29 of file TtFullLepHypKinSolution.h.

Referenced by buildHypo().