Main Page
Namespaces
Classes
Package Documentation
EventFilter
L1TRawToDigi
interface
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
6
#include "
DataFormats/RPCDigi/interface/RPCDigiCollection.h
"
7
#include "
DataFormats/L1TMuon/interface/OMTF/OmtfDataWord64.h
"
8
#include "
EventFilter/L1TRawToDigi/interface/OmtfLinkMappingRpc.h
"
9
#include "
CondFormats/RPCObjects/interface/RPCReadOutMapping.h
"
10
11
12
namespace
edm
{
class
EventSetup
; }
13
14
namespace
omtf
{
15
16
class
RpcPacker
{
17
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
28
MapLBIndex2EleIndex
thePact2Omtf
;
29
std::unique_ptr<const RPCReadOutMapping>
thePactCabling
;
30
31
};
32
}
33
#endif
parseEventContent.prod
prod
Definition:
parseEventContent.py:154
timeUnitHelper.pack
def pack(high, low)
Definition:
timeUnitHelper.py:3
omtf::RpcPacker::thePactCabling
std::unique_ptr< const RPCReadOutMapping > thePactCabling
Definition:
OmtfRpcPacker.h:29
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
OmtfDataWord64.h
init
int init
Definition:
HydjetWrapper.h:67
RPCReadOutMapping.h
omtf::FedAmcRawsMap
std::map< std::pair< unsigned int, unsigned int >, std::vector< Word64 > > FedAmcRawsMap
Definition:
OmtfDataWord64.h:13
omtf::RpcPacker::RpcPacker
RpcPacker()
Definition:
OmtfRpcPacker.h:19
EventSetup
omtf::MapLBIndex2EleIndex
std::map< LinkBoardElectronicIndex, std::pair< EleIndex, EleIndex >, lessLinkBoardElectronicIndex > MapLBIndex2EleIndex
Definition:
OmtfLinkMappingRpc.h:25
edm::EventSetup
Definition:
EventSetup.h:54
omtf::RpcPacker
Definition:
OmtfRpcPacker.h:16
RPCDigiCollection
omtf
Definition:
OmtfCscDataWord64.h:7
edm
HLT enums.
Definition:
AlignableModifier.h:17
omtf::RpcPacker::thePact2Omtf
MapLBIndex2EleIndex thePact2Omtf
Definition:
OmtfRpcPacker.h:28
OmtfLinkMappingRpc.h
RPCDigiCollection.h
Generated for CMSSW Reference Manual by
1.8.11