CMS 3D CMS Logo

TtSemiLepHypGeom.h
Go to the documentation of this file.
1 #ifndef TtSemiLepHypGeom_h
2 #define TtSemiLepHypGeom_h
3 
5 
7 public:
9  ~TtSemiLepHypGeom() override{};
10 
11 private:
13  void buildKey() override { key_ = TtSemiLeptonicEvent::kGeom; };
15  void buildHypo(edm::Event& evt,
17  const edm::Handle<std::vector<pat::MET> >& mets,
18  const edm::Handle<std::vector<pat::Jet> >& jets,
19  std::vector<int>& match,
20  const unsigned int iComb) override {
22  };
23 };
24 
25 #endif
TtSemiLepHypGeom::buildHypo
void 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) override
build event hypothesis from the reco objects of a semi-leptonic event
Definition: TtSemiLepHypGeom.h:15
TtSemiLepHypothesis::key_
int key_
hypothesis key (to be set by the buildKey function)
Definition: TtSemiLepHypothesis.h:104
singleTopDQM_cfi.jets
jets
Definition: singleTopDQM_cfi.py:42
singleTopDQM_cfi.mets
mets
Definition: singleTopDQM_cfi.py:43
edm::Handle
Definition: AssociativeIterator.h:50
TtSemiLepHypGeom::~TtSemiLepHypGeom
~TtSemiLepHypGeom() override
Definition: TtSemiLepHypGeom.h:9
TtSemiLepHitFitProducer_Electrons_cfi.leps
leps
Definition: TtSemiLepHitFitProducer_Electrons_cfi.py:5
TtSemiLepHypothesis
Definition: TtSemiLepHypothesis.h:31
edm::View
Definition: CaloClusterFwd.h:14
edm::ParameterSet
Definition: ParameterSet.h:36
match
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
looper.cfg
cfg
Definition: looper.py:297
TtSemiLepHypGeom
Definition: TtSemiLepHypGeom.h:6
TtSemiLepHypGeom::TtSemiLepHypGeom
TtSemiLepHypGeom(const edm::ParameterSet &cfg)
Definition: TtSemiLepHypGeom.h:8
TtSemiLepHypGeom::buildKey
void buildKey() override
build the event hypothesis key
Definition: TtSemiLepHypGeom.h:13
edm::Event
Definition: Event.h:73
TtSemiLepHypothesis::buildHypo
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
Definition: TtSemiLepHypothesis.cc:249
TtSemiLepHypothesis.h
TtEvent::kGeom
Definition: TtEvent.h:31