ATLAS Offline Software
Functions
python.InDetMeasurementsUtilitiesConfig Namespace Reference

Functions

ComponentAccumulator xAODSpacePointReaderAlgCfg (flags, str name, **dict kwargs)
 

Function Documentation

◆ xAODSpacePointReaderAlgCfg()

ComponentAccumulator python.InDetMeasurementsUtilitiesConfig.xAODSpacePointReaderAlgCfg (   flags,
str  name,
**dict  kwargs 
)
Read xAOD::SpacePoints from file and attach bare pointer to xAOD::UncalibratedMeasurements as a decoration 

Definition at line 6 of file InDetMeasurementsUtilitiesConfig.py.

7  name: str,
8  **kwargs: dict) -> ComponentAccumulator:
9  """ Read xAOD::SpacePoints from file and attach bare pointer to xAOD::UncalibratedMeasurements as a decoration """
10  acc = ComponentAccumulator()
11  acc.addEventAlgo(CompFactory.InDet.SpacePointReader(name=name, **kwargs))
12  return acc
13 
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.InDetMeasurementsUtilitiesConfig.xAODSpacePointReaderAlgCfg
ComponentAccumulator xAODSpacePointReaderAlgCfg(flags, str name, **dict kwargs)
Definition: InDetMeasurementsUtilitiesConfig.py:6