#include <RBCProcessRPCDigis.h>
Public Member Functions | |
void | builddata () |
void | configure () |
int | next () override |
void | print_output () |
RBCProcessRPCDigis (const edm::ESHandle< RPCGeometry > &, const edm::Handle< RPCDigiCollection > &) | |
Standard constructor. More... | |
void | reset () |
RPCInputSignal * | retrievedata () override |
void | rewind () |
void | showfirst () |
~RBCProcessRPCDigis () override | |
Destructor. More... | |
Public Member Functions inherited from ProcessInputSignal | |
virtual | ~ProcessInputSignal () |
Private Member Functions | |
int | getBarrelLayer (const int &, const int &) |
void | initialize (std::vector< RPCData > &) const |
void | setDigiAt (int, int, RPCData &) |
void | setInputBit (std::bitset< 15 > &, int) |
Private Attributes | |
std::map< int, RBCInput * > | m_data |
const bool | m_debug |
std::map< int, l1trigger::Counters > | m_digiCounters |
std::unique_ptr< RPCInputSignal > | m_lbin |
const int | m_maxBxWindow |
const edm::Handle< RPCDigiCollection > * | m_ptr_digiColl |
const edm::ESHandle< RPCGeometry > * | m_ptr_rpcGeom |
std::map< int, std::vector< RPCData > > | m_vecDataperBx |
Definition at line 39 of file RBCProcessRPCDigis.h.
RBCProcessRPCDigis::RBCProcessRPCDigis | ( | const edm::ESHandle< RPCGeometry > & | rpcGeom, |
const edm::Handle< RPCDigiCollection > & | digiColl | ||
) |
Standard constructor.
Definition at line 20 of file RBCProcessRPCDigis.cc.
References configure(), m_data, m_debug, m_lbin, m_ptr_digiColl, and m_ptr_rpcGeom.
|
override |
void RBCProcessRPCDigis::builddata | ( | ) |
Definition at line 187 of file RBCProcessRPCDigis.cc.
References funct::abs(), gather_cfg::cout, gen::k, m_data, m_debug, m_vecDataperBx, and RBCInput::needmapping.
Referenced by next().
void RBCProcessRPCDigis::configure | ( | ) |
Definition at line 35 of file RBCProcessRPCDigis.cc.
References m_digiCounters, rpctechnicaltrigger::s_wheelid, and makeMuonMisalignmentScenario::wheel.
Referenced by RBCProcessRPCDigis().
|
private |
Definition at line 222 of file RBCProcessRPCDigis.cc.
Referenced by next(), and showfirst().
|
private |
Definition at line 159 of file RBCProcessRPCDigis.cc.
References groupFilesInBlocks::block, constexpr, gather_cfg::cout, mps_fire::i, m_debug, rpctechnicaltrigger::s_sec1id, rpctechnicaltrigger::s_sec2id, and rpctechnicaltrigger::s_wheelid.
Referenced by next(), and showfirst().
|
overridevirtual |
Implements ProcessInputSignal.
Definition at line 49 of file RBCProcessRPCDigis.cc.
References funct::abs(), builddata(), gather_cfg::cout, getBarrelLayer(), RPCRoll::id(), initialize(), RPCRoll::isForward(), RPCDetId::layer(), m_data, m_debug, m_digiCounters, m_maxBxWindow, m_ptr_digiColl, m_vecDataperBx, print_output(), reset(), RPCDetId::ring(), RPCDetId::sector(), setDigiAt(), relativeConstraints::station, RPCDetId::station(), and makeMuonMisalignmentScenario::wheel.
void RBCProcessRPCDigis::print_output | ( | ) |
Definition at line 281 of file RBCProcessRPCDigis.cc.
References gather_cfg::cout, and m_data.
Referenced by next().
void RBCProcessRPCDigis::reset | ( | void | ) |
Definition at line 153 of file RBCProcessRPCDigis.cc.
References m_vecDataperBx.
Referenced by next().
|
inlineoverridevirtual |
Implements ProcessInputSignal.
Definition at line 58 of file RBCProcessRPCDigis.h.
References m_lbin.
|
inline |
Definition at line 62 of file RBCProcessRPCDigis.h.
|
private |
Definition at line 240 of file RBCProcessRPCDigis.cc.
References gather_cfg::cout, spr::find(), m_debug, RPCData::m_orsignals, RPCData::m_sec1, RPCData::m_sec2, rpctechnicaltrigger::s_sec1id, rpctechnicaltrigger::s_sec2id, and setInputBit().
Referenced by next(), and showfirst().
|
private |
Definition at line 272 of file RBCProcessRPCDigis.cc.
References gather_cfg::cout, m_debug, and rpctechnicaltrigger::s_layermap.
Referenced by setDigiAt(), and showfirst().
|
inline |
Definition at line 63 of file RBCProcessRPCDigis.h.
References getBarrelLayer(), initialize(), setDigiAt(), and setInputBit().
|
private |
Definition at line 81 of file RBCProcessRPCDigis.h.
Referenced by builddata(), next(), print_output(), and RBCProcessRPCDigis().
|
private |
Definition at line 88 of file RBCProcessRPCDigis.h.
Referenced by builddata(), initialize(), next(), RBCProcessRPCDigis(), setDigiAt(), and setInputBit().
|
private |
Definition at line 86 of file RBCProcessRPCDigis.h.
Referenced by configure(), and next().
|
private |
Definition at line 79 of file RBCProcessRPCDigis.h.
Referenced by RBCProcessRPCDigis(), and retrievedata().
|
private |
Definition at line 87 of file RBCProcessRPCDigis.h.
Referenced by next().
|
private |
Definition at line 77 of file RBCProcessRPCDigis.h.
Referenced by next(), and RBCProcessRPCDigis().
|
private |
Definition at line 76 of file RBCProcessRPCDigis.h.
Referenced by RBCProcessRPCDigis().
|
private |
Definition at line 83 of file RBCProcessRPCDigis.h.
Referenced by builddata(), next(), and reset().