Variables
LookForProcessingFailures Namespace Reference

Variables

 fullpath = root
 
 splitdir = fullpath.split("/")
 
int n_tuples = 0
 
int n_histos = 0
 
 version = splitdir[7]
 
 plist = splitdir[8]
 
 macro = splitdir[9]
 
 current = splitdir[10]
 
string oppcurrent = "-"
 

Variable Documentation

LookForProcessingFailures.current = splitdir[10]

Definition at line 31 of file LookForProcessingFailures.py.

LookForProcessingFailures.fullpath = root

Definition at line 7 of file LookForProcessingFailures.py.

LookForProcessingFailures.macro = splitdir[9]

Definition at line 30 of file LookForProcessingFailures.py.

int LookForProcessingFailures.n_histos = 0

Definition at line 20 of file LookForProcessingFailures.py.

int LookForProcessingFailures.n_tuples = 0

Definition at line 19 of file LookForProcessingFailures.py.

LookForProcessingFailures.oppcurrent = "-"

Definition at line 40 of file LookForProcessingFailures.py.

LookForProcessingFailures.plist = splitdir[8]

Definition at line 29 of file LookForProcessingFailures.py.

LookForProcessingFailures.splitdir = fullpath.split("/")

Definition at line 9 of file LookForProcessingFailures.py.

LookForProcessingFailures.version = splitdir[7]

Definition at line 28 of file LookForProcessingFailures.py.