![]() |
ATLAS Offline Software
|
Classes | |
| class | MuonCacheNames |
| Small class to hold the names for cache containers, should help to avoid copy / paste errors. More... | |
Functions | |
| MuonCacheCfg (flags) | |
| This configuration function creates the IdentifiableCaches for RDO. | |
| RpcBytestreamDecodeCfg (flags, name="RpcRawDataProvider", **kwargs) | |
| This configuration function sets up everything for decoding RPC bytestream data into RDOs. | |
| NrpcBytestreamDecodeCfg (flags, name="NrpcRawDataProvider", **kwargs) | |
| TgcBytestreamDecodeCfg (flags, name="TgcRawDataProvider", **kwargs) | |
| MdtBytestreamDecodeCfg (flags, name="MdtRawDataProvider", **kwargs) | |
| CscBytestreamDecodeCfg (flags, name="CscRawDataProvider", **kwargs) | |
| sTgcRODDecoderCfg (flags, name="sTgcROD_Decoder", **kwargs) | |
| sTgcBytestreamDecodeCfg (flags, name="sTgcRawDataProvider", **kwargs) | |
| NswTrigProcessorRodDecoderCfg (flags, name="NswTrigProcessorDecoder", **kwargs) | |
| NswTrigProcessorRawDataProviderToolCfg (flags, name="NswTrigProcessorRawDataTool", **kwargs) | |
| NswTrigProcByteStreamDecodeCfg (flags, name="NswProcByteStream") | |
| sTgcPadTriggerBytestreamDecodeCfg (flags, name="sTgcPadTriggerRawDataProvider", **kwargs) | |
| MmRDODDecoderCfg (flags, name="MmROD_Decoder", **kwargs) | |
| MmBytestreamDecodeCfg (flags, name="MmRawDataProvider", **kwargs) | |
| NswMMTPRodDecoderCfg (flags, name="NswMMTPRodDecoder", **kwargs) | |
| NswMMTPRawDataProviderToolCfg (flags, name="NswMMTPRawDataProviderTool", **kwargs) | |
| NswMMTPByteStreamDecodeCfg (flags, name="NswMMTPByteStreamDecode", **kwargs) | |
| MuonByteStreamDecodersCfg (flags) | |
Variables | |
| flags = initConfigFlags() | |
| Files | |
| GlobalTag | |
| AtlasVersion | |
| NumThreads | |
| MaxEvents | |
| args = flags.fillFromArgs() | |
| cfg = MainServicesCfg(flags) | |
| withDetails | |
| MuonBytestreamDecodeConfig.CscBytestreamDecodeCfg | ( | flags, | |
| name = "CscRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 183 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MdtBytestreamDecodeCfg | ( | flags, | |
| name = "MdtRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 139 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MmBytestreamDecodeCfg | ( | flags, | |
| name = "MmRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 349 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MmRDODDecoderCfg | ( | flags, | |
| name = "MmROD_Decoder", | |||
| ** | kwargs ) |
Definition at line 333 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MuonByteStreamDecodersCfg | ( | flags | ) |
Definition at line 408 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MuonCacheCfg | ( | flags | ) |
This configuration function creates the IdentifiableCaches for RDO.
The function returns a ComponentAccumulator which should be loaded first If a configuration wants to use the cache, they need to use the same names as defined here
Definition at line 18 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NrpcBytestreamDecodeCfg | ( | flags, | |
| name = "NrpcRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 74 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswMMTPByteStreamDecodeCfg | ( | flags, | |
| name = "NswMMTPByteStreamDecode", | |||
| ** | kwargs ) |
Definition at line 396 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswMMTPRawDataProviderToolCfg | ( | flags, | |
| name = "NswMMTPRawDataProviderTool", | |||
| ** | kwargs ) |
Definition at line 388 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswMMTPRodDecoderCfg | ( | flags, | |
| name = "NswMMTPRodDecoder", | |||
| ** | kwargs ) |
Definition at line 382 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswTrigProcByteStreamDecodeCfg | ( | flags, | |
| name = "NswProcByteStream" ) |
Definition at line 294 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswTrigProcessorRawDataProviderToolCfg | ( | flags, | |
| name = "NswTrigProcessorRawDataTool", | |||
| ** | kwargs ) |
Definition at line 287 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswTrigProcessorRodDecoderCfg | ( | flags, | |
| name = "NswTrigProcessorDecoder", | |||
| ** | kwargs ) |
Definition at line 282 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.RpcBytestreamDecodeCfg | ( | flags, | |
| name = "RpcRawDataProvider", | |||
| ** | kwargs ) |
This configuration function sets up everything for decoding RPC bytestream data into RDOs.
The function returns a ComponentAccumulator and the data-decoding algorithm, which should be added to the right sequence by the user
Definition at line 35 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.sTgcBytestreamDecodeCfg | ( | flags, | |
| name = "sTgcRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 246 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.sTgcPadTriggerBytestreamDecodeCfg | ( | flags, | |
| name = "sTgcPadTriggerRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 304 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.sTgcRODDecoderCfg | ( | flags, | |
| name = "sTgcROD_Decoder", | |||
| ** | kwargs ) |
Definition at line 223 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.TgcBytestreamDecodeCfg | ( | flags, | |
| name = "TgcRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 98 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.args = flags.fillFromArgs() |
Definition at line 466 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.AtlasVersion |
Definition at line 462 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.cfg = MainServicesCfg(flags) |
Definition at line 471 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.Files |
Definition at line 460 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.flags = initConfigFlags() |
Definition at line 458 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.GlobalTag |
Definition at line 461 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MaxEvents |
Definition at line 464 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NumThreads |
Definition at line 463 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.withDetails |
Definition at line 476 of file MuonBytestreamDecodeConfig.py.