ATLAS Offline Software
Loading...
Searching...
No Matches
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.

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