#include <HcalPedestalAnalyzer.h>
Public Member Functions | |
HcalPedestalAnalyzer (const edm::ParameterSet &ps) | |
Constructor. More... | |
~HcalPedestalAnalyzer () | |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
void | endJob (void) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Private Attributes | |
int | m_endSample |
int | m_ievt |
int | m_inputPedestals_run |
std::string | m_inputPedestals_source |
std::string | m_inputPedestals_tag |
int | m_inputPedestalWidths_run |
std::string | m_inputPedestalWidths_source |
std::string | m_inputPedestalWidths_tag |
std::string | m_outputPedestals_dest |
int | m_outputPedestals_run |
std::string | m_outputPedestals_tag |
std::string | m_outputPedestalWidths_dest |
int | m_outputPedestalWidths_run |
std::string | m_outputPedestalWidths_tag |
HcalPedestalAnalysis * | m_pedAnal |
int | m_startSample |
int | ped_sample |
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 &) |
Definition at line 41 of file HcalPedestalAnalyzer.h.
HcalPedestalAnalyzer::HcalPedestalAnalyzer | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 105 of file HcalPedestalAnalyzer.cc.
References edm::ParameterSet::getUntrackedParameter(), m_endSample, m_inputPedestals_run, m_inputPedestals_source, m_inputPedestals_tag, m_inputPedestalWidths_run, m_inputPedestalWidths_source, m_inputPedestalWidths_tag, m_outputPedestals_dest, m_outputPedestals_run, m_outputPedestals_tag, m_outputPedestalWidths_dest, m_outputPedestalWidths_run, m_outputPedestalWidths_tag, m_pedAnal, m_startSample, and HcalPedestalAnalysis::setup().
HcalPedestalAnalyzer::~HcalPedestalAnalyzer | ( | ) |
Destructor.
Definition at line 132 of file HcalPedestalAnalyzer.cc.
|
protectedvirtual |
Analyze.
get digis
Implements edm::EDAnalyzer.
Definition at line 194 of file HcalPedestalAnalyzer.cc.
References gather_cfg::cout, edm::EventSetup::get(), edm::Event::getByType(), m_ievt, m_pedAnal, and HcalPedestalAnalysis::processEvent().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 136 of file HcalPedestalAnalyzer.cc.
References m_ievt, and ped_sample.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 141 of file HcalPedestalAnalyzer.cc.
References dtNoiseDBValidation_cfg::cerr, HcalPedestalAnalysis::done(), getObject(), m_inputPedestals_run, m_inputPedestals_source, m_inputPedestals_tag, m_inputPedestalWidths_run, m_inputPedestalWidths_source, m_inputPedestalWidths_tag, m_outputPedestals_dest, m_outputPedestals_run, m_outputPedestals_tag, m_outputPedestalWidths_dest, m_outputPedestalWidths_run, m_outputPedestalWidths_tag, m_pedAnal, and xmlFile().
|
private |
Definition at line 74 of file HcalPedestalAnalyzer.h.
Referenced by HcalPedestalAnalyzer().
|
private |
Definition at line 66 of file HcalPedestalAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 78 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 76 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 77 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 81 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 79 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 80 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 82 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 84 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 83 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 85 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 87 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 86 of file HcalPedestalAnalyzer.h.
Referenced by endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 71 of file HcalPedestalAnalyzer.h.
Referenced by analyze(), endJob(), and HcalPedestalAnalyzer().
|
private |
Definition at line 73 of file HcalPedestalAnalyzer.h.
Referenced by HcalPedestalAnalyzer().
|
private |
Definition at line 67 of file HcalPedestalAnalyzer.h.
Referenced by beginJob().