#include <TtSemiEvtSolutionMaker.h>
Public Member Functions | |
TtSemiLepKinFitter::Constraint | constraint (unsigned) |
std::vector < TtSemiLepKinFitter::Constraint > | constraints (std::vector< unsigned > &) |
TtSemiLepKinFitter::Param | param (unsigned) |
virtual void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) |
TtSemiEvtSolutionMaker (const edm::ParameterSet &iConfig) | |
constructor More... | |
~TtSemiEvtSolutionMaker () | |
destructor More... | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Attributes | |
bool | addLRJetComb_ |
bool | addLRSignalSel_ |
std::vector< unsigned > | constraints_ |
bool | doKinFit_ |
edm::InputTag | electronSrc_ |
int | jetCorrScheme_ |
int | jetParam_ |
edm::InputTag | jetSrc_ |
int | lepParam_ |
std::string | leptonFlavour_ |
std::string | lrJetCombFile_ |
std::vector< int > | lrJetCombObs_ |
std::string | lrSignalSelFile_ |
std::vector< int > | lrSignalSelObs_ |
int | matchingAlgo_ |
bool | matchToGenEvt_ |
double | maxDeltaS_ |
double | maxDist_ |
double | maxF_ |
int | maxNrIter_ |
int | metParam_ |
edm::InputTag | metSrc_ |
edm::InputTag | muonSrc_ |
TtSemiLepKinFitter * | myKinFitter |
TtSemiLRJetCombCalc * | myLRJetCombCalc |
TtSemiLRJetCombObservables * | myLRJetCombObservables |
TtSemiLRSignalSelCalc * | myLRSignalSelCalc |
TtSemiLRSignalSelObservables * | myLRSignalSelObservables |
TtSemiSimpleBestJetComb * | mySimpleBestJetComb |
unsigned int | nrCombJets_ |
bool | useDeltaR_ |
bool | useMaxDist_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 24 of file TtSemiEvtSolutionMaker.h.
|
explicit |
constructor
Definition at line 23 of file TtSemiEvtSolutionMaker.cc.
References addLRJetComb_, addLRSignalSel_, constraints(), constraints_, doKinFit_, electronSrc_, edm::ParameterSet::getParameter(), jetCorrScheme_, jetParam_, jetSrc_, lepParam_, leptonFlavour_, lrJetCombFile_, lrJetCombObs_, lrSignalSelFile_, lrSignalSelObs_, matchingAlgo_, matchToGenEvt_, maxDeltaS_, maxDist_, maxF_, maxNrIter_, metParam_, metSrc_, muonSrc_, myKinFitter, myLRJetCombCalc, myLRJetCombObservables, myLRSignalSelCalc, myLRSignalSelObservables, mySimpleBestJetComb, nrCombJets_, param(), useDeltaR_, and useMaxDist_.
TtSemiEvtSolutionMaker::~TtSemiEvtSolutionMaker | ( | ) |
destructor
Definition at line 73 of file TtSemiEvtSolutionMaker.cc.
References addLRJetComb_, addLRSignalSel_, doKinFit_, myKinFitter, myLRJetCombCalc, myLRJetCombObservables, myLRSignalSelCalc, myLRSignalSelObservables, and mySimpleBestJetComb.
TtSemiLepKinFitter::Constraint TtSemiEvtSolutionMaker::constraint | ( | unsigned | val | ) |
Definition at line 290 of file TtSemiEvtSolutionMaker.cc.
References edm::hlt::Exception, TtSemiLepKinFitter::kNeutrinoMass, TtSemiLepKinFitter::kTopHadMass, TtSemiLepKinFitter::kTopLepMass, TtSemiLepKinFitter::kWHadMass, TtSemiLepKinFitter::kWLepMass, and query::result.
Referenced by constraints().
std::vector< TtSemiLepKinFitter::Constraint > TtSemiEvtSolutionMaker::constraints | ( | std::vector< unsigned > & | val | ) |
Definition at line 307 of file TtSemiEvtSolutionMaker.cc.
References constraint(), i, and query::result.
Referenced by TtSemiEvtSolutionMaker().
TtSemiLepKinFitter::Param TtSemiEvtSolutionMaker::param | ( | unsigned | val | ) |
Definition at line 275 of file TtSemiEvtSolutionMaker.cc.
References edm::hlt::Exception, TopKinFitter::kEMom, TopKinFitter::kEtEtaPhi, TopKinFitter::kEtThetaPhi, and query::result.
Referenced by TtSemiEvtSolutionMaker().
|
virtual |
Implements edm::EDProducer.
Definition at line 83 of file TtSemiEvtSolutionMaker.cc.
References TtSemiLepKinFitter::addKinFitInfo(), addLRJetComb_, addLRSignalSel_, doKinFit_, HI_PhotonSkim_cff::electrons, electronSrc_, TtGenEvtProducer_cfi::genEvt, EgammaValidation_cff::genp, edm::Event::getByLabel(), JetPartonMatching::getDistanceForParton(), JetPartonMatching::getMatchForParton(), JetPartonMatching::getSumDistances(), iEvent, jetCorrScheme_, jetParam_, fwrapper::jets, jetSrc_, lepParam_, leptonFlavour_, matchingAlgo_, matchToGenEvt_, maxDist_, metParam_, metSrc_, patZpeak::muons, muonSrc_, myKinFitter, nrCombJets_, AlCaHLTBitMon_ParallelJobs::p, edm::Event::put(), lumiQueryAPI::q, alignCSCRings::s, TtSemiEvtSolution::setElectron(), TtSemiEvtSolution::setGenEvt(), TtSemiEvtSolution::setHadb(), TtSemiEvtSolution::setHadp(), TtSemiEvtSolution::setHadq(), TtSemiEvtSolution::setJetCorrectionScheme(), TtSemiEvtSolution::setJetParametrisation(), TtSemiEvtSolution::setLepb(), TtSemiEvtSolution::setLeptonParametrisation(), TtSemiEvtSolution::setMuon(), TtSemiEvtSolution::setNeutrino(), TtSemiEvtSolution::setNeutrinoParametrisation(), useDeltaR_, and useMaxDist_.
|
private |
Definition at line 51 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), TtSemiEvtSolutionMaker(), and ~TtSemiEvtSolutionMaker().
|
private |
Definition at line 51 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), TtSemiEvtSolutionMaker(), and ~TtSemiEvtSolutionMaker().
|
private |
Definition at line 59 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker().
|
private |
Definition at line 51 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), TtSemiEvtSolutionMaker(), and ~TtSemiEvtSolutionMaker().
|
private |
Definition at line 43 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 48 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 57 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 46 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 57 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 47 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 50 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker().
|
private |
Definition at line 58 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker().
|
private |
Definition at line 50 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker().
|
private |
Definition at line 58 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker().
|
private |
Definition at line 52 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 51 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 56 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker().
|
private |
Definition at line 54 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 56 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker().
|
private |
Definition at line 55 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker().
|
private |
Definition at line 57 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 45 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 44 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 61 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), TtSemiEvtSolutionMaker(), and ~TtSemiEvtSolutionMaker().
|
private |
Definition at line 64 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker(), and ~TtSemiEvtSolutionMaker().
|
private |
Definition at line 63 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker(), and ~TtSemiEvtSolutionMaker().
|
private |
Definition at line 66 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker(), and ~TtSemiEvtSolutionMaker().
|
private |
Definition at line 65 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker(), and ~TtSemiEvtSolutionMaker().
|
private |
Definition at line 62 of file TtSemiEvtSolutionMaker.h.
Referenced by TtSemiEvtSolutionMaker(), and ~TtSemiEvtSolutionMaker().
|
private |
Definition at line 49 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 53 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().
|
private |
Definition at line 53 of file TtSemiEvtSolutionMaker.h.
Referenced by produce(), and TtSemiEvtSolutionMaker().