#include <MVAJetTagPlotter.h>
Public Member Functions | |
void | analyzeTag (const std::vector< const reco::BaseTagInfo * > &baseTagInfos, double jec, int jetFlavour, float w=1) override |
void | epsPlot (const std::string &name) override |
void | finalize (DQMStore::IBooker &ibook_, DQMStore::IGetter &igetter_) override |
MVAJetTagPlotter (const std::string &tagName, const EtaPtBin &etaPtBin, const edm::ParameterSet &pSet, const std::string &folderName, unsigned int mc, bool willFinalize, DQMStore::IBooker &ibook) | |
void | psPlot (const std::string &name) override |
void | setEventSetup (const edm::EventSetup &setup) override |
std::vector< std::string > | tagInfoRequirements () const override |
~MVAJetTagPlotter () override | |
Public Member Functions inherited from BaseTagInfoPlotter | |
virtual void | analyzeTag (const reco::BaseTagInfo *tagInfo, double jec, int jetFlavour, float w=1) |
BaseTagInfoPlotter (const std::string &tagName, const EtaPtBin &etaPtBin) | |
~BaseTagInfoPlotter () override | |
Public Member Functions inherited from BaseBTagPlotter | |
BaseBTagPlotter (const std::string &tagName, const EtaPtBin &etaPtBin) | |
const EtaPtBin & | etaPtBin () |
virtual | ~BaseBTagPlotter () |
Private Attributes | |
std::vector< std::unique_ptr< TaggingVariablePlotter > > | categoryPlotters |
reco::TaggingVariableName | categoryVariable |
const GenericMVAJetTagComputer * | computer |
std::string | jetTagComputer |
Additional Inherited Members | |
Protected Attributes inherited from BaseBTagPlotter | |
const EtaPtBin | etaPtBin_ |
const std::string | tagName_ |
const std::string | theExtensionString |
Definition at line 16 of file MVAJetTagPlotter.h.
MVAJetTagPlotter::MVAJetTagPlotter | ( | const std::string & | tagName, |
const EtaPtBin & | etaPtBin, | ||
const edm::ParameterSet & | pSet, | ||
const std::string & | folderName, | ||
unsigned int | mc, | ||
bool | willFinalize, | ||
DQMStore::IBooker & | ibook | ||
) |
Definition at line 16 of file MVAJetTagPlotter.cc.
References categoryPlotters, categoryVariable, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), reco::getTaggingVariableName(), mps_fire::i, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 45 of file MVAJetTagPlotter.cc.
|
overridevirtual |
Reimplemented from BaseTagInfoPlotter.
Definition at line 60 of file MVAJetTagPlotter.cc.
References eostools::cat(), categoryPlotters, categoryVariable, computer, reco::TaggingVariableList::get(), createfilelist::int, reco::btau::lastTaggingVariable, and GenericMVAJetTagComputer::taggingVariables().
|
overridevirtual |
Implements BaseBTagPlotter.
Definition at line 88 of file MVAJetTagPlotter.cc.
References categoryPlotters, and plotFactory::plot.
|
overridevirtual |
Implements BaseBTagPlotter.
Definition at line 73 of file MVAJetTagPlotter.cc.
|
overridevirtual |
Implements BaseBTagPlotter.
Definition at line 82 of file MVAJetTagPlotter.cc.
References categoryPlotters, and plotFactory::plot.
|
overridevirtual |
Reimplemented from BaseTagInfoPlotter.
Definition at line 47 of file MVAJetTagPlotter.cc.
References computer, Exception, edm::EventSetup::get(), cmsBatch::handle, jetTagComputer, and edm::ESHandle< T >::product().
|
overridevirtual |
Reimplemented from BaseTagInfoPlotter.
Definition at line 94 of file MVAJetTagPlotter.cc.
References computer, JetTagComputer::getInputLabels(), and tablePrinter::labels.
|
private |
Definition at line 43 of file MVAJetTagPlotter.h.
Referenced by analyzeTag(), epsPlot(), MVAJetTagPlotter(), and psPlot().
|
private |
Definition at line 42 of file MVAJetTagPlotter.h.
Referenced by analyzeTag(), and MVAJetTagPlotter().
|
private |
Definition at line 40 of file MVAJetTagPlotter.h.
Referenced by analyzeTag(), setEventSetup(), and tagInfoRequirements().
|
private |
Definition at line 39 of file MVAJetTagPlotter.h.
Referenced by setEventSetup().