CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
RPCAMCUnpacker Class Reference

#include <RPCAMCUnpacker.h>

Inheritance diagram for RPCAMCUnpacker:
RPCCPPFUnpacker

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::ConsumesCollector, edm::ProducesCollector)
 
virtual ~RPCAMCUnpacker ()
 

Static Public Member Functions

static void fillDescription (edm::ParameterSetDescription &desc)
 

Protected Attributes

std::vector< int > feds_
 

Detailed Description

Definition at line 20 of file RPCAMCUnpacker.h.

Constructor & Destructor Documentation

◆ RPCAMCUnpacker()

RPCAMCUnpacker::RPCAMCUnpacker ( edm::ParameterSet const &  ,
edm::ConsumesCollector  ,
edm::ProducesCollector   
)

Definition at line 5 of file RPCAMCUnpacker.cc.

5 {}

◆ ~RPCAMCUnpacker()

RPCAMCUnpacker::~RPCAMCUnpacker ( )
virtual

Definition at line 6 of file RPCAMCUnpacker.cc.

6 {}

Member Function Documentation

◆ beginRun()

void RPCAMCUnpacker::beginRun ( edm::Run const &  run,
edm::EventSetup const &  setup 
)
virtual

Reimplemented in RPCCPPFUnpacker.

Definition at line 17 of file RPCAMCUnpacker.cc.

17 {}

◆ fillDescription()

void RPCAMCUnpacker::fillDescription ( edm::ParameterSetDescription desc)
static

Definition at line 8 of file RPCAMCUnpacker.cc.

References submitPVResolutionJobs::desc, and muonDTDigis_cfi::pset.

Referenced by RPCAMCRawToDigi::fillDescriptions().

8  {
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 }

◆ getFeds()

std::vector< int > const & RPCAMCUnpacker::getFeds ( ) const
inline

Definition at line 38 of file RPCAMCUnpacker.h.

References feds_.

38 { return feds_; }
std::vector< int > feds_

◆ produce()

void RPCAMCUnpacker::produce ( edm::Event event,
edm::EventSetup const &  setup,
std::map< RPCAMCLink, rpcamc13::AMCPayload > const &  amc_payload 
)
virtual

Reimplemented in RPCCPPFUnpacker.

Definition at line 19 of file RPCAMCUnpacker.cc.

21  {}

Member Data Documentation

◆ feds_

std::vector<int> RPCAMCUnpacker::feds_
protected

Definition at line 35 of file RPCAMCUnpacker.h.

Referenced by RPCCPPFUnpacker::beginRun(), and getFeds().