![]() |
ATLAS Offline Software
|
Functions | |
| CaloCellDecoratorCfg (flags, **kwargs) | |
| MaxCellDecoratorCfg (flags, name="MaxCellDecorator", **kwargs) | |
| GainDecoratorCfg (flags, **kwargs) | |
| EgammaCoreCellRecoveryCfg (flags, **kwargs) | |
| CaloFillRectangularClusterCfg (flags, **kwargs) | |
| ClusterEnergyPerLayerDecoratorCfg (flags, **kwargs) | |
| CaloCellDecoratorKernelCfg (flags, name="CaloCellDecoratorKernel", **kwargs) | |
| MaxCellDecoratorKernelCfg (flags, name="MaxCellDecoratorKernel", **kwargs) | |
| CaloDecoratorKernelCfg (flags, name="CaloDecoratorKernel", **kwargs) | |
| CaloClusterThinningCfg (flags, **kwargs) | |
| JetCaloClusterThinningCfg (flags, **kwargs) | |
| getGainLayerNames (tool) | |
| additional utilities to return the list of decorations added by the tools | |
| getGainDecorations (acc, flags, kernel, collections=None, info=["E", "nCells"]) | |
| getClusterEnergyPerLayerDecorations (acc, kernel) | |
| DerivationFrameworkCaloConfig.CaloCellDecoratorCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 6 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.CaloCellDecoratorKernelCfg | ( | flags, | |
| name = "CaloCellDecoratorKernel", | |||
| ** | kwargs ) |
Definition at line 101 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.CaloClusterThinningCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 149 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.CaloDecoratorKernelCfg | ( | flags, | |
| name = "CaloDecoratorKernel", | |||
| ** | kwargs ) |
Definition at line 127 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.CaloFillRectangularClusterCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 69 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.ClusterEnergyPerLayerDecoratorCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 77 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.EgammaCoreCellRecoveryCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 55 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.GainDecoratorCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 35 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.getClusterEnergyPerLayerDecorations | ( | acc, | |
| kernel ) |
getClusterEnergyPerLayerDecorationsLegacy( acc, kernel ) -> return a list of names of the decorations added to the egamma object, given the ClusterEnergyPerLayerDecorations object (e.g. Photons.E7x11_Lr0, ...)
Definition at line 206 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.getGainDecorations | ( | acc, | |
| flags, | |||
| kernel, | |||
| collections = None, | |||
| info = ["E", "nCells"] ) |
getGainDecorations( acc, kernel collections=["Electrons", "Photons"] ) -> Return a list with the 'ExtraContent' to be added to the decorations to save the gain information per layer
Definition at line 177 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.getGainLayerNames | ( | tool | ) |
additional utilities to return the list of decorations added by the tools
getGainLayerNames( tool ) -> return a list of names of the decorations added to the egamma tool, given the GainDecorator tool
Definition at line 166 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.JetCaloClusterThinningCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 155 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.MaxCellDecoratorCfg | ( | flags, | |
| name = "MaxCellDecorator", | |||
| ** | kwargs ) |
Definition at line 17 of file DerivationFrameworkCaloConfig.py.
| DerivationFrameworkCaloConfig.MaxCellDecoratorKernelCfg | ( | flags, | |
| name = "MaxCellDecoratorKernel", | |||
| ** | kwargs ) |
Definition at line 114 of file DerivationFrameworkCaloConfig.py.