CMS 3D CMS Logo

OmtfRpcPacker.h
Go to the documentation of this file.
1 #ifndef EventFilter_L1TRawToDigi_Omtf_RpcPacker_H
2 #define EventFilter_L1TRawToDigi_Omtf_RpcPacker_H
3 
4 #include <string>
5 
10 
11 namespace edm {
12  class EventSetup;
13 }
14 
15 namespace omtf {
16 
17  class RpcPacker {
18  public:
19  RpcPacker() {}
20 
21  void init(const edm::EventSetup& es);
22  void init(const edm::EventSetup& es, const std::string& connectionFile);
23  void pack(const RPCDigiCollection* prod, FedAmcRawsMap& raws);
24 
25  private:
26  void initCabling(const edm::EventSetup& es);
27 
29  std::unique_ptr<const RPCReadOutMapping> thePactCabling;
30  };
31 } // namespace omtf
32 #endif
omtf::RpcPacker::thePact2Omtf
MapLBIndex2EleIndex thePact2Omtf
Definition: OmtfRpcPacker.h:28
RPCReadOutMapping.h
omtf::RpcPacker::initCabling
void initCabling(const edm::EventSetup &es)
Definition: OmtfRpcPacker.cc:17
OmtfLinkMappingRpc.h
edm
HLT enums.
Definition: AlignableModifier.h:19
omtf::RpcPacker
Definition: OmtfRpcPacker.h:17
RPCDigiCollection
dumpMFGeometry_cfg.prod
prod
Definition: dumpMFGeometry_cfg.py:24
omtf::RpcPacker::RpcPacker
RpcPacker()
Definition: OmtfRpcPacker.h:19
omtf::RpcPacker::pack
void pack(const RPCDigiCollection *prod, FedAmcRawsMap &raws)
Definition: OmtfRpcPacker.cc:38
omtf::RpcPacker::init
void init(const edm::EventSetup &es)
Definition: OmtfRpcPacker.cc:24
omtf::FedAmcRawsMap
std::map< std::pair< unsigned int, unsigned int >, std::vector< Word64 > > FedAmcRawsMap
Definition: OmtfDataWord64.h:13
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
omtf::RpcPacker::thePactCabling
std::unique_ptr< const RPCReadOutMapping > thePactCabling
Definition: OmtfRpcPacker.h:29
edm::EventSetup
Definition: EventSetup.h:57
omtf::MapLBIndex2EleIndex
std::map< LinkBoardElectronicIndex, std::pair< EleIndex, EleIndex >, lessLinkBoardElectronicIndex > MapLBIndex2EleIndex
Definition: OmtfLinkMappingRpc.h:29
OmtfDataWord64.h
RPCDigiCollection.h
EventSetup
omtf
Definition: OmtfCscDataWord64.h:7