#include <METFileSaver.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
METFileSaver (const edm::ParameterSet &) | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Attributes | |
DQMStore * | dbe_ |
std::map< std::string, MonitorElement * > | me |
std::string | outputFile_ |
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) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 25 of file METFileSaver.h.
|
explicit |
Definition at line 29 of file METFileSaver.cc.
References edm::ParameterSet::getUntrackedParameter(), and outputFile_.
|
virtual |
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 38 of file METFileSaver.cc.
References dbe_, and cppFunctionSkipper::operator.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 49 of file METFileSaver.cc.
References dbe_, outputFile_, and DQMStore::save().
|
private |
Definition at line 37 of file METFileSaver.h.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 38 of file METFileSaver.h.
|
private |
Definition at line 41 of file METFileSaver.h.
Referenced by endJob(), and METFileSaver().