CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtSemiLepHypGeom.h
Go to the documentation of this file.
1 #ifndef TtSemiLepHypGeom_h
2 #define TtSemiLepHypGeom_h
3 
5 
6 
8 
9  public:
10 
11  explicit TtSemiLepHypGeom(const edm::ParameterSet&);
13 
14  private:
15 
17  virtual void buildKey() { key_= TtSemiLeptonicEvent::kGeom; };
19  virtual void buildHypo(edm::Event&,
21  const edm::Handle<std::vector<pat::MET> >&,
22  const edm::Handle<std::vector<pat::Jet> >&,
23  std::vector<int>&, const unsigned int iComb);
24 
25  private:
26 
28 };
29 
30 #endif
TtSemiLepHypGeom(const edm::ParameterSet &)
virtual void buildKey()
build the event hypothesis key
virtual 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)
build event hypothesis from the reco objects of a semi-leptonic event
int key_
hypothesis key (to be set by the buildKey function)