00001 #ifndef TtSemiLepHypGeom_h 00002 #define TtSemiLepHypGeom_h 00003 00004 #include "TopQuarkAnalysis/TopJetCombination/interface/TtSemiLepHypothesis.h" 00005 00006 00007 class TtSemiLepHypGeom : public TtSemiLepHypothesis { 00008 00009 public: 00010 00011 explicit TtSemiLepHypGeom(const edm::ParameterSet&); 00012 ~TtSemiLepHypGeom(); 00013 00014 private: 00015 00017 virtual void buildKey() { key_= TtSemiLeptonicEvent::kGeom; }; 00019 virtual void buildHypo(edm::Event&, 00020 const edm::Handle<edm::View<reco::RecoCandidate> >&, 00021 const edm::Handle<std::vector<pat::MET> >&, 00022 const edm::Handle<std::vector<pat::Jet> >&, 00023 std::vector<int>&, const unsigned int iComb); 00024 double distance(const math::XYZTLorentzVector&, const math::XYZTLorentzVector&); 00025 00026 private: 00027 00028 int maxNJets_; 00029 bool useDeltaR_; 00030 }; 00031 00032 #endif