CMS 3D CMS Logo

RPCAMCUnpacker.cc
Go to the documentation of this file.
2 
4 
7 
10  pset.add<bool>("fillAMCCounters", true);
11  pset.add<int>("bxMin", -2);
12  pset.add<int>("bxMax", +2);
13  pset.add<int>("cppfDaqDelay", 0);
14  desc.add<edm::ParameterSetDescription>("RPCAMCUnpackerSettings", pset);
15 }
16 
18 
20  edm::EventSetup const& setup,
21  std::map<RPCAMCLink, rpcamc13::AMCPayload> const& amc_payload) {}
22 
virtual void beginRun(edm::Run const &run, edm::EventSetup const &setup)
RPCAMCUnpacker(edm::ParameterSet const &, edm::ConsumesCollector, edm::ProducesCollector)
virtual ~RPCAMCUnpacker()
static void fillDescription(edm::ParameterSetDescription &desc)
virtual void produce(edm::Event &event, edm::EventSetup const &setup, std::map< RPCAMCLink, rpcamc13::AMCPayload > const &amc_payload)
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition: event.py:1
Definition: Run.h:45