#include <CSCFileDumper.h>
Public Attributes | |
std::map< int, FILE * > | dump_files |
std::string | events |
std::set< unsigned long > | eventsToDump |
std::string | output |
Private Attributes | |
std::vector< unsigned int > | cscFEDids |
edm::EDGetTokenT< FEDRawDataCollection > | i_token |
Token for consumes interface & access to data. More... | |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 14 of file CSCFileDumper.h.
CSCFileDumper::CSCFileDumper | ( | edm::ParameterSet const & | pset | ) |
Definition at line 23 of file CSCFileDumper.cc.
References cscFEDids, edmPickEvents::event, events, eventsToDump, i_token, triggerObjects_cff::id, FEDNumbering::MAXCSCDDUFEDID, FEDNumbering::MINCSCDDUFEDID, output, muonDTDigis_cfi::pset, AlCaHLTBitMon_QueryRunRegistry::string, and createJobs::tmp.
|
override |
Definition at line 75 of file CSCFileDumper.cc.
References dump_files, and cms::cuda::stream.
|
overridevirtual |
Take a reference to this FED's data
Implements edm::one::EDAnalyzerBase.
Definition at line 83 of file CSCFileDumper.cc.
References visDQMUpload::buf, cscFEDids, FEDRawData::data(), dump_files, MillePedeFileConverter_cfg::e, eventsToDump, FEDRawDataCollection::FEDData(), geometryDiff::file, mps_fire::i, i_token, triggerObjects_cff::id, Skims_PA_cff::name, output, FEDRawData::size(), findQualityFiles::size, and cms::cuda::stream.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
private |
Definition at line 28 of file CSCFileDumper.h.
Referenced by analyze(), and CSCFileDumper().
std::map<int, FILE*> CSCFileDumper::dump_files |
Definition at line 16 of file CSCFileDumper.h.
Referenced by analyze(), and ~CSCFileDumper().
std::string CSCFileDumper::events |
Definition at line 20 of file CSCFileDumper.h.
Referenced by eventsfwlite.Events::__getattr__(), eventsfwlite.Events::__getitem__(), eventsfwlite.Events::__len__(), CSCFileDumper(), looper.Looper::loop(), and looper.Looper::process().
std::set<unsigned long> CSCFileDumper::eventsToDump |
Definition at line 17 of file CSCFileDumper.h.
Referenced by analyze(), and CSCFileDumper().
|
private |
Token for consumes interface & access to data.
Definition at line 35 of file CSCFileDumper.h.
Referenced by analyze(), and CSCFileDumper().
std::string CSCFileDumper::output |
Definition at line 20 of file CSCFileDumper.h.
Referenced by analyze(), and CSCFileDumper().