#include <PhysicsTools/UtilAlgos/interface/Plotter.h>
Public Member Functions | |
virtual void | complete ()=0 |
virtual void | fill (std::string subDir, const edm::Event &iEvent)=0 |
Plotter (edm::ParameterSet iConfig) | |
Plotter () | |
virtual void | setDir (std::string dir)=0 |
virtual | ~Plotter () |
Definition at line 17 of file Plotter.h.
Plotter::Plotter | ( | edm::ParameterSet | iConfig | ) | [inline] |
virtual void Plotter::complete | ( | ) | [pure virtual] |
virtual void Plotter::fill | ( | std::string | subDir, | |
const edm::Event & | iEvent | |||
) | [pure virtual] |
Implemented in VariablePlotter.
Referenced by PlottingDevice::analyze(), and ConfigurableAnalysis::filter().
virtual void Plotter::setDir | ( | std::string | dir | ) | [pure virtual] |
Implemented in VariablePlotter.
Referenced by PlottingDevice::analyze(), and ConfigurableAnalysis::filter().