#include <Workspace/PlottingDevice/src/PlottingDevice.cc>
Public Member Functions | |
PlottingDevice (const edm::ParameterSet &) | |
~PlottingDevice () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
Private Attributes | |
std::string | plotDirectoryName_ |
Plotter * | plotter_ |
std::string | vHelperInstance_ |
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 |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 39 of file PlottingDevice.cc.
|
explicit |
Definition at line 67 of file PlottingDevice.cc.
References edm::ParameterSet::exists(), reco::get(), edm::ParameterSet::getParameter(), init, plotDirectoryName_, plotter_, and vHelperInstance_.
PlottingDevice::~PlottingDevice | ( | ) |
Definition at line 86 of file PlottingDevice.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 95 of file PlottingDevice.cc.
References Plotter::fill(), plotDirectoryName_, plotter_, and Plotter::setDir().
|
privatevirtual |
|
privatevirtual |
|
private |
Definition at line 52 of file PlottingDevice.cc.
Referenced by analyze(), and PlottingDevice().
|
private |
Definition at line 53 of file PlottingDevice.cc.
Referenced by analyze(), and PlottingDevice().
|
private |
Definition at line 51 of file PlottingDevice.cc.
Referenced by PlottingDevice().