Public Member Functions | |
SpyIdentifyRunsModule (const edm::ParameterSet &) | |
~SpyIdentifyRunsModule () | |
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 () |
void | writeRunInFile (const unsigned int aRunNumber) |
Private Attributes | |
std::string | fileName_ |
std::ofstream | outFile_ |
uint32_t | prevRun_ |
edm::InputTag | srcTag_ |
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 |
Definition at line 37 of file SiStripSpyIdentifyRuns.cc.
|
explicit |
Definition at line 73 of file SiStripSpyIdentifyRuns.cc.
sistrip::SpyIdentifyRunsModule::~SpyIdentifyRunsModule | ( | ) |
Definition at line 82 of file SiStripSpyIdentifyRuns.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 100 of file SiStripSpyIdentifyRuns.cc.
References FEDRawData::data(), FEDRawDataCollection::FEDData(), edm::Event::getByLabel(), edm::EventBase::id(), collect_tpl::input, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, prevRun_, edm::EventID::run(), FEDRawData::size(), srcTag_, cms::Exception::what(), and writeRunInFile().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 86 of file SiStripSpyIdentifyRuns.cc.
References fileName_, dbtoconf::out, and outFile_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 157 of file SiStripSpyIdentifyRuns.cc.
References outFile_.
|
private |
Definition at line 147 of file SiStripSpyIdentifyRuns.cc.
References outFile_.
Referenced by analyze().
|
private |
Definition at line 54 of file SiStripSpyIdentifyRuns.cc.
Referenced by beginJob().
|
private |
Definition at line 55 of file SiStripSpyIdentifyRuns.cc.
Referenced by beginJob(), endJob(), and writeRunInFile().
|
private |
Definition at line 60 of file SiStripSpyIdentifyRuns.cc.
Referenced by analyze().
|
private |
Definition at line 58 of file SiStripSpyIdentifyRuns.cc.
Referenced by analyze().