ATLAS Offline Software
ReadLVL1CaloBSRun2_jobOptions.py
Go to the documentation of this file.
1 # Bytestream to TrigT1Calo objects conversions for data with Run 2 formats
2 include.block("L1TopoByteStream/ReadLVL1CaloBSRun2_jobOptions.py")
3 
4 from L1TopoByteStream.L1TopoByteStreamConf import L1TopoByteStreamTool
5 
6 ToolSvc = Service("ToolSvc")
7 ToolSvc += L1TopoByteStreamTool("L1TopoByteStreamTool")
8 
9 ByteStreamAddressProviderSvc = Service( "ByteStreamAddressProviderSvc" )
10 
11 # =============================================================================
12 # TOPO
13 # =============================================================================
14 ByteStreamAddressProviderSvc.TypeNames += [ "xAOD::L1TopoRawDataContainer/L1TopoRawData"]
15 ByteStreamAddressProviderSvc.TypeNames += [ "xAOD::L1TopoRawDataAuxContainer/L1TopoRawDataAux."]
16 
17 ByteStreamAddressProviderSvc.TypeNames += [ "L1TopoRDOCollection/L1TopoRDOCollection"]
18 
python.FakeAthena.Service
def Service(name)
Definition: FakeAthena.py:38