CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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  desc.add<edm::ParameterSetDescription>("RPCAMCUnpackerSettings", pset);
14 }
15 
17 
19  edm::EventSetup const& setup,
20  std::map<RPCAMCLink, rpcamc13::AMCPayload> const& amc_payload) {}
21 
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)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition: Run.h:45