ATLAS Offline Software
Functions | Variables
plot_times Namespace Reference

Functions

def times (fn)
 

Variables

 fn
 
 x
 

Function Documentation

◆ times()

def plot_times.times (   fn)

Definition at line 10 of file plot_times.py.

10 def times(fn):
11  result = []
12  with open(fn) as iff:
13  for l in iff:
14  if 'tav' in l and 'node: 0 parent: 0' in l:
15  result.append(float(l[:-1].split()[-1]))
16 
17  return result
18 
19 

Variable Documentation

◆ fn

plot_times.fn

Definition at line 27 of file plot_times.py.

◆ x

plot_times.x

Definition at line 31 of file plot_times.py.

Trk::open
@ open
Definition: BinningType.h:40
Trk::split
@ split
Definition: LayerMaterialProperties.h:38
plot_times.times
def times(fn)
Definition: plot_times.py:10
python.LArMinBiasAlgConfig.float
float
Definition: LArMinBiasAlgConfig.py:65