ATLAS Offline Software
Loading...
Searching...
No Matches
ReadLVL1CaloBSRun2_jobOptions.py
Go to the documentation of this file.
1# Bytestream to TrigT1Calo objects conversions for data with Run 2 formats
2include.block("L1TopoByteStream/ReadLVL1CaloBSRun2_jobOptions.py")
3
4from L1TopoByteStream.L1TopoByteStreamConf import L1TopoByteStreamTool
5
6ToolSvc = Service("ToolSvc")
7ToolSvc += L1TopoByteStreamTool("L1TopoByteStreamTool")
8
9ByteStreamAddressProviderSvc = Service( "ByteStreamAddressProviderSvc" )
10
11# =============================================================================
12# TOPO
13# =============================================================================
14ByteStreamAddressProviderSvc.TypeNames += [ "xAOD::L1TopoRawDataContainer/L1TopoRawData"]
15ByteStreamAddressProviderSvc.TypeNames += [ "xAOD::L1TopoRawDataAuxContainer/L1TopoRawDataAux."]
16
17ByteStreamAddressProviderSvc.TypeNames += [ "L1TopoRDOCollection/L1TopoRDOCollection"]
18
Tool doing the L1TopoRDO <-> ByteStream conversion.