ATLAS Offline Software
AFPPostProcessing.py
Go to the documentation of this file.
1 #
2 # Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 #
4 
5 def tefficiency2th(inputs):
6  rv = []
7  for group in inputs:
8  rv.extend(histo.CreateHistogram() for histo in group[1])
9  return rv
AFPPostProcessing.tefficiency2th
def tefficiency2th(inputs)
Definition: AFPPostProcessing.py:5