#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::stream::EDProducerBase &producer, edm::ParameterSet const &config) | |
virtual | ~RPCAMCUnpacker () |
Static Public Member Functions | |
static void | fillDescription (edm::ParameterSetDescription &desc) |
Protected Attributes | |
std::vector< int > | feds_ |
Definition at line 21 of file RPCAMCUnpacker.h.
RPCAMCUnpacker::RPCAMCUnpacker | ( | edm::stream::EDProducerBase & | producer, |
edm::ParameterSet const & | config | ||
) |
Definition at line 5 of file RPCAMCUnpacker.cc.
|
virtual |
Definition at line 8 of file RPCAMCUnpacker.cc.
|
virtual |
|
static |
Definition at line 11 of file RPCAMCUnpacker.cc.
References edm::ParameterSetDescription::add(), and muonDTDigis_cfi::pset.
Referenced by RPCAMCRawToDigi::fillDescriptions().
|
inline |
Definition at line 39 of file RPCAMCUnpacker.h.
|
virtual |
Reimplemented in RPCCPPFUnpacker.
Definition at line 23 of file RPCAMCUnpacker.cc.
References DEFINE_EDM_PLUGIN.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
protected |
Definition at line 36 of file RPCAMCUnpacker.h.
Referenced by RPCCPPFUnpacker::beginRun().