|
ATLAS Offline Software
|
|
def | MuonCalibStreamReadCfg (flags) |
|
def | MuonCalibStreamTestAlgCfg (flags, name="MuonCalibStreamTestAlg", **kwargs) |
|
def | EventInfoCalibRawDataProviderCfg (flags, name="EventInfoCalibRawDataProviderAlg", **kwargs) |
|
def | MdtCalibRawDataProviderCfg (flags, name="MdtCalibRawDataProviderAlg", **kwargs) |
|
def | RpcCalibRawDataProviderCfg (flags, name="RpcCalibRawDataProviderAlg", **kwargs) |
|
def | TgcCalibRawDataProviderCfg (flags, name="TgcCalibRawDataProviderAlg", **kwargs) |
|
◆ EventInfoCalibRawDataProviderCfg()
def MuonCalibStreamCnvConfig.EventInfoCalibRawDataProviderCfg |
( |
|
flags, |
|
|
|
name = "EventInfoCalibRawDataProviderAlg" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 72 of file MuonCalibStreamCnvConfig.py.
75 result.addEventAlgo(CompFactory.EventInfoCalibRawDataProvider(name, lb_from_cool =
False, **kwargs))
◆ MdtCalibRawDataProviderCfg()
def MuonCalibStreamCnvConfig.MdtCalibRawDataProviderCfg |
( |
|
flags, |
|
|
|
name = "MdtCalibRawDataProviderAlg" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 80 of file MuonCalibStreamCnvConfig.py.
83 from MuonConfig.MuonGeometryConfig
import MuonIdHelperSvcCfg,MuonGeoModelCfg
87 result.addEventAlgo(CompFactory.MdtCalibRawDataProvider(name,**kwargs))
◆ MuonCalibStreamReadCfg()
def MuonCalibStreamCnvConfig.MuonCalibStreamReadCfg |
( |
|
flags | ) |
|
Set up to read from a muon calibration stream bytestream file
The function adds the components required to read events and metadata from
bytestream input. May be used to read events from a secondary input as well
primary input file.
Args:
flags: Job configuration flags
Fix the type_names for MDT, TGC and RPC in this configuration
Services:
MuonCalibStreamCnvSvcCfg
MuonCalibStreamDataProviderSvcCfg
MuonCalibStreamFileInputSvcCfg
MuonCalibStreamAddressProviderSvcCfg (comment out after changing from converter to alg)
EventSelectorMuonCalibStreamCfg
MuonCalibRunLumiBlockCoolSvcCfg (to be fixed)
Returns:
A component accumulator fragment containing the components required to read
from Muon calibration stream bytestream data. Should be merged into main job configuration.
Definition at line 7 of file MuonCalibStreamCnvConfig.py.
8 """Set up to read from a muon calibration stream bytestream file
10 The function adds the components required to read events and metadata from
11 bytestream input. May be used to read events from a secondary input as well
15 flags: Job configuration flags
16 Fix the type_names for MDT, TGC and RPC in this configuration
19 MuonCalibStreamCnvSvcCfg
20 MuonCalibStreamDataProviderSvcCfg
21 MuonCalibStreamFileInputSvcCfg
22 MuonCalibStreamAddressProviderSvcCfg (comment out after changing from converter to alg)
23 EventSelectorMuonCalibStreamCfg
24 MuonCalibRunLumiBlockCoolSvcCfg (to be fixed)
27 A component accumulator fragment containing the components required to read
28 from Muon calibration stream bytestream data. Should be merged into main job configuration.
33 from MuonConfig.MuonGeometryConfig
import MuonIdHelperSvcCfg,MuonGeoModelCfg
37 from MuonCalibStreamCnvSvc.MuonCalibStreamCnvSvcConfig
import MuonCalibStreamCnvSvcCfg,\
38 MuonCalibStreamDataProviderSvcCfg,\
39 MuonCalibStreamFileInputSvcCfg,\
40 EventSelectorMuonCalibStreamCfg,\
41 MuonCalibRunLumiBlockCoolSvcCfg
45 event_persistency = CompFactory.EvtPersistencySvc(name=
"EventPersistencySvc", CnvServices=[
"MuonCalibStreamCnvSvc"])
46 result.addService(event_persistency)
50 result.setAppProperty(
"EvtSel",
"EventSelector")
◆ MuonCalibStreamTestAlgCfg()
def MuonCalibStreamCnvConfig.MuonCalibStreamTestAlgCfg |
( |
|
flags, |
|
|
|
name = "MuonCalibStreamTestAlg" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 61 of file MuonCalibStreamCnvConfig.py.
64 from MuonConfig.MuonGeometryConfig
import MuonIdHelperSvcCfg,MuonGeoModelCfg
68 result.addEventAlgo(CompFactory.MuonCalibStreamTestAlg(name, **kwargs))
◆ RpcCalibRawDataProviderCfg()
def MuonCalibStreamCnvConfig.RpcCalibRawDataProviderCfg |
( |
|
flags, |
|
|
|
name = "RpcCalibRawDataProviderAlg" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 91 of file MuonCalibStreamCnvConfig.py.
94 from MuonConfig.MuonGeometryConfig
import MuonIdHelperSvcCfg,MuonGeoModelCfg
98 result.addEventAlgo(CompFactory.RpcCalibRawDataProvider(name,**kwargs))
◆ TgcCalibRawDataProviderCfg()
def MuonCalibStreamCnvConfig.TgcCalibRawDataProviderCfg |
( |
|
flags, |
|
|
|
name = "TgcCalibRawDataProviderAlg" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 102 of file MuonCalibStreamCnvConfig.py.
105 from MuonConfig.MuonGeometryConfig
import MuonIdHelperSvcCfg,MuonGeoModelCfg
109 result.addEventAlgo(CompFactory.TgcCalibRawDataProvider(name,**kwargs))
def MuonCalibStreamReadCfg(flags)
def RpcCalibRawDataProviderCfg(flags, name="RpcCalibRawDataProviderAlg", **kwargs)
def EventInfoCalibRawDataProviderCfg(flags, name="EventInfoCalibRawDataProviderAlg", **kwargs)
def MdtCalibRawDataProviderCfg(flags, name="MdtCalibRawDataProviderAlg", **kwargs)
def MuonIdHelperSvcCfg(flags)
def MuonCalibStreamFileInputSvcCfg(flags, name='MuonCalibStreamFileInputSvc')
def EventSelectorMuonCalibStreamCfg(flags, name='EventSelectorMuonCalibStream')
def MuonCalibStreamTestAlgCfg(flags, name="MuonCalibStreamTestAlg", **kwargs)
def TgcCalibRawDataProviderCfg(flags, name="TgcCalibRawDataProviderAlg", **kwargs)
def MuonGeoModelCfg(flags)
def MuonCalibStreamDataProviderSvcCfg(flags, name='MuonCalibStreamDataProviderSvc')
def MuonCalibStreamCnvSvcCfg(flags, name='MuonCalibStreamCnvSvc')
def MuonCalibRunLumiBlockCoolSvcCfg(flags, name='MuonCalibRunLumiBlockCoolSvc')