Public Member Functions | |
virtual void | analyze (const edm::Event &evt, const edm::EventSetup &es) |
RecoTauMVATrainer (const edm::ParameterSet &pset) | |
virtual | ~RecoTauMVATrainer () |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Attributes | |
bool | applyWeights_ |
edm::InputTag | backgroundSrc_ |
edm::InputTag | backgroundWeightsSrc_ |
reco::tau::RecoTauMVAHelper | mva_ |
edm::InputTag | signalSrc_ |
edm::InputTag | signalWeightsSrc_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 26 of file RecoTauMVATrainer.cc.
|
explicit |
Definition at line 40 of file RecoTauMVATrainer.cc.
References applyWeights_, backgroundWeightsSrc_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), and signalWeightsSrc_.
|
inlinevirtual |
Definition at line 29 of file RecoTauMVATrainer.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 76 of file RecoTauMVATrainer.cc.
References applyWeights_, backgroundSrc_, backgroundWeightsSrc_, edm::Event::getByLabel(), edm::HandleBase::isValid(), mva_, reco::tau::RecoTauMVAHelper::setEvent(), signalSrc_, and signalWeightsSrc_.
|
private |
Definition at line 35 of file RecoTauMVATrainer.cc.
Referenced by analyze(), and RecoTauMVATrainer().
|
private |
Definition at line 34 of file RecoTauMVATrainer.cc.
Referenced by analyze().
|
private |
Definition at line 37 of file RecoTauMVATrainer.cc.
Referenced by analyze(), and RecoTauMVATrainer().
|
private |
Definition at line 32 of file RecoTauMVATrainer.cc.
Referenced by analyze().
|
private |
Definition at line 33 of file RecoTauMVATrainer.cc.
Referenced by analyze().
|
private |
Definition at line 36 of file RecoTauMVATrainer.cc.
Referenced by analyze(), and RecoTauMVATrainer().