#include <OmtfRpcPacker.h>
Public Member Functions | |
void | init (const edm::EventSetup &es) |
void | init (const edm::EventSetup &es, const std::string &connectionFile) |
void | pack (const RPCDigiCollection *prod, FedAmcRawsMap &raws) |
RpcPacker () | |
Private Member Functions | |
void | initCabling (const edm::EventSetup &es) |
Private Attributes | |
MapLBIndex2EleIndex | thePact2Omtf |
std::unique_ptr< const RPCReadOutMapping > | thePactCabling |
Definition at line 16 of file OmtfRpcPacker.h.
|
inline |
Definition at line 19 of file OmtfRpcPacker.h.
References init, timeUnitHelper::pack(), parseEventContent::prod, and AlCaHLTBitMon_QueryRunRegistry::string.
void omtf::RpcPacker::init | ( | const edm::EventSetup & | es | ) |
Definition at line 24 of file OmtfRpcPacker.cc.
References omtf::RpcLinkMap::init(), initCabling(), thePact2Omtf, thePactCabling, and omtf::translatePact2Omtf().
Referenced by omtf::OmtfPacker::beginRun().
void omtf::RpcPacker::init | ( | const edm::EventSetup & | es, |
const std::string & | connectionFile | ||
) |
Definition at line 32 of file OmtfRpcPacker.cc.
References omtf::RpcLinkMap::init(), initCabling(), thePact2Omtf, thePactCabling, and omtf::translatePact2Omtf().
|
private |
Definition at line 17 of file OmtfRpcPacker.cc.
References RPCEMap::convert(), edm::EventSetup::get(), LogDebug, and thePactCabling.
Referenced by init().
void omtf::RpcPacker::pack | ( | const RPCDigiCollection * | prod, |
FedAmcRawsMap & | raws | ||
) |
Definition at line 40 of file OmtfRpcPacker.cc.
References omtf::EleIndex::amc(), omtf::RpcDataWord64::bxNum_, data, RPCPackingModule::eventRecords(), omtf::EleIndex::fed(), omtf::RpcDataWord64::frame1_, omtf::EleIndex::link(), omtf::RpcDataWord64::linkNum_, LogTrace, omtf::RpcDataWord64::rawData, thePact2Omtf, and thePactCabling.
Referenced by pyrootRender.interactiveRender::draw(), and omtf::OmtfPacker::produce().
|
private |
Definition at line 28 of file OmtfRpcPacker.h.
|
private |
Definition at line 29 of file OmtfRpcPacker.h.
Referenced by init(), initCabling(), and pack().