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 11 of file plot_times.py.

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

Variable Documentation

◆ fn

plot_times.fn

Definition at line 28 of file plot_times.py.

◆ x

plot_times.x

Definition at line 32 of file plot_times.py.

Trk::open
@ open
Definition: BinningType.h:40
readCCLHist.float
float
Definition: readCCLHist.py:83
Trk::split
@ split
Definition: LayerMaterialProperties.h:38
plot_times.times
def times(fn)
Definition: plot_times.py:11