CMS 3D CMS Logo

TtFullHadHypKinFit.h
Go to the documentation of this file.
1 #ifndef TtFullHadHypKinFit_h
2 #define TtFullHadHypKinFit_h
3 
5 
7 
9 public:
10  explicit TtFullHadHypKinFit(const edm::ParameterSet&);
11  ~TtFullHadHypKinFit() override;
12 
13 private:
15  void buildKey() override { key_ = TtFullHadronicEvent::kKinFit; };
17  void buildHypo(edm::Event&,
18  const edm::Handle<std::vector<pat::Jet> >&,
19  std::vector<int>&,
20  const unsigned int iComb) override;
21 
29 };
30 
31 #endif
void buildKey() override
build the event hypothesis key
edm::EDGetTokenT< std::vector< pat::Particle > > lightQToken_
void buildHypo(edm::Event &, const edm::Handle< std::vector< pat::Jet > > &, std::vector< int > &, const unsigned int iComb) override
build event hypothesis from the reco objects of a full-hadronic event
edm::EDGetTokenT< std::vector< int > > statusToken_
edm::EDGetTokenT< std::vector< pat::Particle > > bBarToken_
edm::EDGetTokenT< std::vector< pat::Particle > > lightQBarToken_
~TtFullHadHypKinFit() override
edm::EDGetTokenT< std::vector< pat::Particle > > lightPToken_
TtFullHadHypKinFit(const edm::ParameterSet &)
edm::EDGetTokenT< std::vector< pat::Particle > > bToken_
int key_
hypothesis key (to be set by the buildKey function)
edm::EDGetTokenT< std::vector< pat::Particle > > lightPBarToken_