ATLAS Offline Software
Functions
AFPPostProcessing Namespace Reference

Functions

def tefficiency2th (inputs)
 

Function Documentation

◆ tefficiency2th()

def AFPPostProcessing.tefficiency2th (   inputs)

Definition at line 5 of file AFPPostProcessing.py.

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