Main Page
Namespaces
Classes
Package Documentation
EventFilter
L1TRawToDigi
interface
OmtfRpcUnpacker.h
Go to the documentation of this file.
1
#ifndef EventFilter_L1TRawToDigi_Omtf_RpcUnpacker_H
2
#define EventFilter_L1TRawToDigi_Omtf_RpcUnpacker_H
3
4
#include <string>
5
#include <memory>
6
7
#include "
DataFormats/RPCDigi/interface/RPCDigiCollection.h
"
8
#include "
DataFormats/L1TMuon/interface/OMTF/OmtfDataWord64.h
"
9
#include "
EventFilter/L1TRawToDigi/interface/OmtfLinkMappingRpc.h
"
10
#include "
CondFormats/RPCObjects/interface/RPCReadOutMapping.h
"
11
12
namespace
edm
{
class
EventSetup
; }
13
namespace
omtf
{
class
RpcDataWord64; }
14
15
namespace
omtf
{
16
17
class
RpcUnpacker
{
18
19
public
:
20
RpcUnpacker
() {}
21
22
void
init
(
const
edm::EventSetup
& es);
23
void
init
(
const
edm::EventSetup
& es,
const
std::string
& connectionFile);
24
void
unpack
(
int
triggerBX,
unsigned
int
fed,
unsigned
int
amc
,
const
RpcDataWord64
&raw,
RPCDigiCollection
*
prod
);
25
26
private
:
27
void
initCabling(
const
edm::EventSetup
& es);
28
29
MapEleIndex2LBIndex
theOmtf2Pact
;
30
std::unique_ptr<const RPCReadOutMapping>
thePactCabling
;
31
};
32
}
33
#endif
34
parseEventContent.prod
prod
Definition:
parseEventContent.py:154
omtf::RpcUnpacker::RpcUnpacker
RpcUnpacker()
Definition:
OmtfRpcUnpacker.h:20
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
OmtfDataWord64.h
init
int init
Definition:
HydjetWrapper.h:67
RPCReadOutMapping.h
omtf::MapEleIndex2LBIndex
std::map< EleIndex, LinkBoardElectronicIndex > MapEleIndex2LBIndex
Definition:
OmtfLinkMappingRpc.h:18
EventSetup
edm::EventSetup
Definition:
EventSetup.h:57
RPCDigiCollection
omtf
Definition:
OmtfCscDataWord64.h:7
edm
HLT enums.
Definition:
AlignableModifier.h:17
omtf::RpcUnpacker::thePactCabling
std::unique_ptr< const RPCReadOutMapping > thePactCabling
Definition:
OmtfRpcUnpacker.h:30
OmtfLinkMappingRpc.h
omtf::RpcUnpacker
Definition:
OmtfRpcUnpacker.h:17
RPCDigiCollection.h
amc
Definition:
AMCSpec.h:8
omtf::RpcUnpacker::theOmtf2Pact
MapEleIndex2LBIndex theOmtf2Pact
Definition:
OmtfRpcUnpacker.h:29
omtf::RpcDataWord64
Definition:
OmtfRpcDataWord64.h:9
timeUnitHelper.unpack
def unpack(i)
Definition:
timeUnitHelper.py:17
Generated for CMSSW Reference Manual by
1.8.11