#include <TtSemiLepHypMVADisc.h>
Public Member Functions | |
TtSemiLepHypMVADisc (const edm::ParameterSet &cfg) | |
~TtSemiLepHypMVADisc () | |
Private Member Functions | |
virtual 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) |
build event hypothesis from the reco objects of a semi-leptonic event | |
virtual void | buildKey () |
build the event hypothesis key |
Definition at line 7 of file TtSemiLepHypMVADisc.h.
TtSemiLepHypMVADisc::TtSemiLepHypMVADisc | ( | const edm::ParameterSet & | cfg | ) | [inline, explicit] |
Definition at line 11 of file TtSemiLepHypMVADisc.h.
: TtSemiLepHypothesis(cfg) {};
TtSemiLepHypMVADisc::~TtSemiLepHypMVADisc | ( | ) | [inline] |
Definition at line 12 of file TtSemiLepHypMVADisc.h.
{};
virtual void TtSemiLepHypMVADisc::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 | ||
) | [inline, private, virtual] |
build event hypothesis from the reco objects of a semi-leptonic event
Implements TtSemiLepHypothesis.
Definition at line 19 of file TtSemiLepHypMVADisc.h.
References fwrapper::jets.
{ TtSemiLepHypothesis::buildHypo(leps, mets, jets, match); };
virtual void TtSemiLepHypMVADisc::buildKey | ( | ) | [inline, private, virtual] |
build the event hypothesis key
Implements TtSemiLepHypothesis.
Definition at line 17 of file TtSemiLepHypMVADisc.h.
References TtSemiLepHypothesis::key_, and TtEvent::kMVADisc.