#include <RawToText.h>
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
Private Attributes | |
int | fedId_ |
std::ofstream | file_ |
std::string | filename_ |
edm::InputTag | inputLabel_ |
int | nevt_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 25 of file RawToText.h.
|
explicit |
Definition at line 16 of file RawToText.cc.
References filename_.
RawToText::~RawToText | ( | ) |
Definition at line 25 of file RawToText.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 28 of file RawToText.cc.
References FEDRawData::data(), data, TauDecayModes::dec, fedId_, file_, edm::Event::getByLabel(), i, inputLabel_, j, nevt_, and FEDRawData::size().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 67 of file RawToText.cc.
References file_, filename_, and dbtoconf::out.
|
privatevirtual |
|
private |
Definition at line 41 of file RawToText.h.
Referenced by analyze().
|
private |
Definition at line 45 of file RawToText.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 44 of file RawToText.h.
Referenced by beginJob(), and RawToText().
|
private |
Definition at line 38 of file RawToText.h.
Referenced by analyze().
|
private |
Definition at line 47 of file RawToText.h.
Referenced by analyze().