![]() |
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 182 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MdtBytestreamDecodeCfg | ( | flags, | |
| name = "MdtRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 138 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MmBytestreamDecodeCfg | ( | flags, | |
| name = "MmRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 348 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MmRDODDecoderCfg | ( | flags, | |
| name = "MmROD_Decoder", | |||
| ** | kwargs ) |
Definition at line 332 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MuonByteStreamDecodersCfg | ( | flags | ) |
Definition at line 407 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 17 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NrpcBytestreamDecodeCfg | ( | flags, | |
| name = "NrpcRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 73 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswMMTPByteStreamDecodeCfg | ( | flags, | |
| name = "NswMMTPByteStreamDecode", | |||
| ** | kwargs ) |
Definition at line 395 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswMMTPRawDataProviderToolCfg | ( | flags, | |
| name = "NswMMTPRawDataProviderTool", | |||
| ** | kwargs ) |
Definition at line 387 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswMMTPRodDecoderCfg | ( | flags, | |
| name = "NswMMTPRodDecoder", | |||
| ** | kwargs ) |
Definition at line 381 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswTrigProcByteStreamDecodeCfg | ( | flags, | |
| name = "NswProcByteStream" ) |
Definition at line 293 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswTrigProcessorRawDataProviderToolCfg | ( | flags, | |
| name = "NswTrigProcessorRawDataTool", | |||
| ** | kwargs ) |
Definition at line 286 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NswTrigProcessorRodDecoderCfg | ( | flags, | |
| name = "NswTrigProcessorDecoder", | |||
| ** | kwargs ) |
Definition at line 281 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 34 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.sTgcBytestreamDecodeCfg | ( | flags, | |
| name = "sTgcRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 245 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.sTgcPadTriggerBytestreamDecodeCfg | ( | flags, | |
| name = "sTgcPadTriggerRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 303 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.sTgcRODDecoderCfg | ( | flags, | |
| name = "sTgcROD_Decoder", | |||
| ** | kwargs ) |
Definition at line 222 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.TgcBytestreamDecodeCfg | ( | flags, | |
| name = "TgcRawDataProvider", | |||
| ** | kwargs ) |
Definition at line 97 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.args = flags.fillFromArgs() |
Definition at line 465 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.AtlasVersion |
Definition at line 461 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.cfg = MainServicesCfg(flags) |
Definition at line 470 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.Files |
Definition at line 459 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.flags = initConfigFlags() |
Definition at line 457 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.GlobalTag |
Definition at line 460 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.MaxEvents |
Definition at line 463 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.NumThreads |
Definition at line 462 of file MuonBytestreamDecodeConfig.py.
| MuonBytestreamDecodeConfig.withDetails |
Definition at line 475 of file MuonBytestreamDecodeConfig.py.