CMS 3D CMS Logo

RPCAMCUnpacker.cc
Go to the documentation of this file.
2 
4 
6 {}
7 
9 {}
10 
12 {
14  pset.add<bool>("fillAMCCounters", true);
15  pset.add<int>("bxMin", -2);
16  pset.add<int>("bxMax", +2);
17  desc.add<edm::ParameterSetDescription>("RPCAMCUnpackerSettings", pset);
18 }
19 
21 {}
22 
24  , std::map<RPCAMCLink, rpcamc13::AMCPayload> const & amc_payload)
25 {}
26 
virtual void beginRun(edm::Run const &run, edm::EventSetup const &setup)
virtual ~RPCAMCUnpacker()
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:1
Definition: config.py:1
static void fillDescription(edm::ParameterSetDescription &desc)
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)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition: event.py:1
Definition: Run.h:43