#include <CSCFileDumper.h>
Public Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
CSCFileDumper (const edm::ParameterSet &pset) | |
virtual | ~CSCFileDumper (void) |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Public Attributes | |
std::map< int, FILE * > | dump_files |
std::string | events |
std::set< unsigned long > | eventsToDump |
int | fedID_first |
int | fedID_last |
std::string | output |
Private Attributes | |
std::string | source_ |
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 | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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 13 of file CSCFileDumper.h.
CSCFileDumper::CSCFileDumper | ( | const edm::ParameterSet & | pset | ) |
Definition at line 23 of file CSCFileDumper.cc.
References event(), events, eventsToDump, fedID_first, fedID_last, edm::ParameterSet::getUntrackedParameter(), FEDNumbering::MAXCSCTFFEDID, FEDNumbering::MINCSCFEDID, output, source_, AlCaHLTBitMon_QueryRunRegistry::string, and tmp.
|
virtual |
|
virtual |
Take a reference to this FED's data
Implements edm::EDAnalyzer.
Definition at line 63 of file CSCFileDumper.cc.
References FEDRawData::data(), dump_files, edm::EventID::event(), eventsToDump, fedID_first, fedID_last, mergeVDriftHistosByStation::file, edm::Event::getByLabel(), edm::EventBase::id(), mergeVDriftHistosByStation::name, NULL, output, lumiPlot::rawdata, FEDRawData::size(), findQualityFiles::size, and source_.
std::map<int,FILE*> CSCFileDumper::dump_files |
Definition at line 15 of file CSCFileDumper.h.
Referenced by analyze(), and ~CSCFileDumper().
std::string CSCFileDumper::events |
Definition at line 19 of file CSCFileDumper.h.
Referenced by CSCFileDumper().
std::set<unsigned long> CSCFileDumper::eventsToDump |
Definition at line 16 of file CSCFileDumper.h.
Referenced by analyze(), and CSCFileDumper().
int CSCFileDumper::fedID_first |
Definition at line 20 of file CSCFileDumper.h.
Referenced by analyze(), and CSCFileDumper().
int CSCFileDumper::fedID_last |
Definition at line 20 of file CSCFileDumper.h.
Referenced by analyze(), and CSCFileDumper().
std::string CSCFileDumper::output |
Definition at line 19 of file CSCFileDumper.h.
Referenced by analyze(), and CSCFileDumper().
|
private |
Definition at line 29 of file CSCFileDumper.h.
Referenced by analyze(), CSCFileDumper(), Config.Process::dumpConfig(), and Config.Process::dumpPython().