#include <RPCAMCUnpacker.h>
Public Member Functions | |
virtual void | beginRun (edm::Run const &run, edm::EventSetup const &setup) |
std::vector< int > const & | getFeds () const |
virtual void | produce (edm::Event &event, edm::EventSetup const &setup, std::map< RPCAMCLink, rpcamc13::AMCPayload > const &amc_payload) |
RPCAMCUnpacker (edm::ParameterSet const &, edm::ProducesCollector) | |
virtual | ~RPCAMCUnpacker () |
Static Public Member Functions | |
static void | fillDescription (edm::ParameterSetDescription &desc) |
Protected Attributes | |
std::vector< int > | feds_ |
Definition at line 19 of file RPCAMCUnpacker.h.
RPCAMCUnpacker::RPCAMCUnpacker | ( | edm::ParameterSet const & | , |
edm::ProducesCollector | |||
) |
Definition at line 5 of file RPCAMCUnpacker.cc.
|
virtual |
Definition at line 6 of file RPCAMCUnpacker.cc.
|
virtual |
|
static |
Definition at line 8 of file RPCAMCUnpacker.cc.
References edm::ParameterSetDescription::add(), and muonDTDigis_cfi::pset.
Referenced by RPCAMCRawToDigi::fillDescriptions().
|
inline |
Definition at line 37 of file RPCAMCUnpacker.h.
|
virtual |
Reimplemented in RPCCPPFUnpacker.
Definition at line 18 of file RPCAMCUnpacker.cc.
References DEFINE_EDM_PLUGIN.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
protected |
Definition at line 34 of file RPCAMCUnpacker.h.
Referenced by RPCCPPFUnpacker::beginRun().