ATLAS Offline Software
Variables
yodamerge_tmp Namespace Reference

Variables

 parser = argparse.ArgumentParser(usage=__doc__)
 
 nargs
 
 help
 
 default
 
 dest
 
 metavar
 
 action
 
 False
 
 True
 
 args = parser.parse_args()
 
 S1D_MODE
 
 S2D_MODE
 
 S3D_MODE
 
dictionary analysisobjects_in = {}
 
 filename
 
 scale = float(scale)
 
 aos = yoda.read(filename, patterns=args.PATHPATTERNS, unpatterns=args.PATHUNPATTERNS)
 
dictionary analysisobjects_out = {}
 
 aotype = type(aos[0])
 
string msg = "WARNING: cannot merge mismatched analysis object types for path %s: " % p
 
bool scatter_fail = False
 
list saos = []
 
 sao = ao.mkScatter()
 
 saotype = type(saos[0])
 
list aos_nonzero = [ao for ao in aos if ao.sumW() != 0]
 
 rescale = None
 
 ao_out = aos[0].clone()
 
 dim = ao_out.dim()
 
 SND_MODE = getattr(args, "S%dD_MODE" % dim)
 
list axis = ['', 'x', 'y', 'z']
 
 npoints = len(ao_out.points())
 
float val_i = 0.0
 
dictionary ep_i = {}
 
dictionary em_i = {}
 
 variations = ao.variations()
 

Variable Documentation

◆ action

yodamerge_tmp.action

Definition at line 116 of file yodamerge_tmp.py.

◆ analysisobjects_in

dictionary yodamerge_tmp.analysisobjects_in = {}

Definition at line 136 of file yodamerge_tmp.py.

◆ analysisobjects_out

dictionary yodamerge_tmp.analysisobjects_out = {}

Definition at line 150 of file yodamerge_tmp.py.

◆ ao_out

yodamerge_tmp.ao_out = aos[0].clone()

Definition at line 219 of file yodamerge_tmp.py.

◆ aos

list yodamerge_tmp.aos = yoda.read(filename, patterns=args.PATHPATTERNS, unpatterns=args.PATHUNPATTERNS)

Definition at line 145 of file yodamerge_tmp.py.

◆ aos_nonzero

list yodamerge_tmp.aos_nonzero = [ao for ao in aos if ao.sumW() != 0]

Definition at line 185 of file yodamerge_tmp.py.

◆ aotype

yodamerge_tmp.aotype = type(aos[0])

Definition at line 154 of file yodamerge_tmp.py.

◆ args

yodamerge_tmp.args = parser.parse_args()

Definition at line 126 of file yodamerge_tmp.py.

◆ axis

list yodamerge_tmp.axis = ['', 'x', 'y', 'z']

Definition at line 241 of file yodamerge_tmp.py.

◆ default

yodamerge_tmp.default

Definition at line 106 of file yodamerge_tmp.py.

◆ dest

yodamerge_tmp.dest

Definition at line 106 of file yodamerge_tmp.py.

◆ dim

yodamerge_tmp.dim = ao_out.dim()

Definition at line 239 of file yodamerge_tmp.py.

◆ em_i

dictionary yodamerge_tmp.em_i = {}

Definition at line 254 of file yodamerge_tmp.py.

◆ ep_i

dictionary yodamerge_tmp.ep_i = {}

Definition at line 253 of file yodamerge_tmp.py.

◆ False

yodamerge_tmp.False

Definition at line 116 of file yodamerge_tmp.py.

◆ filename

yodamerge_tmp.filename

Definition at line 138 of file yodamerge_tmp.py.

◆ help

yodamerge_tmp.help

Definition at line 105 of file yodamerge_tmp.py.

◆ metavar

yodamerge_tmp.metavar

Definition at line 106 of file yodamerge_tmp.py.

◆ msg

string yodamerge_tmp.msg = "WARNING: cannot merge mismatched analysis object types for path %s: " % p

Definition at line 158 of file yodamerge_tmp.py.

◆ nargs

yodamerge_tmp.nargs

Definition at line 105 of file yodamerge_tmp.py.

◆ npoints

yodamerge_tmp.npoints = len(ao_out.points())

Definition at line 250 of file yodamerge_tmp.py.

◆ parser

yodamerge_tmp.parser = argparse.ArgumentParser(usage=__doc__)

Definition at line 104 of file yodamerge_tmp.py.

◆ rescale

float yodamerge_tmp.rescale = None

Definition at line 198 of file yodamerge_tmp.py.

◆ S1D_MODE

yodamerge_tmp.S1D_MODE

Definition at line 131 of file yodamerge_tmp.py.

◆ S2D_MODE

yodamerge_tmp.S2D_MODE

Definition at line 132 of file yodamerge_tmp.py.

◆ S3D_MODE

yodamerge_tmp.S3D_MODE

Definition at line 133 of file yodamerge_tmp.py.

◆ sao

yodamerge_tmp.sao = ao.mkScatter()

Definition at line 163 of file yodamerge_tmp.py.

◆ saos

list yodamerge_tmp.saos = []

Definition at line 161 of file yodamerge_tmp.py.

◆ saotype

yodamerge_tmp.saotype = type(saos[0])

Definition at line 166 of file yodamerge_tmp.py.

◆ scale

yodamerge_tmp.scale = float(scale)

Definition at line 138 of file yodamerge_tmp.py.

◆ scatter_fail

bool yodamerge_tmp.scatter_fail = False

Definition at line 159 of file yodamerge_tmp.py.

◆ SND_MODE

yodamerge_tmp.SND_MODE = getattr(args, "S%dD_MODE" % dim)

Definition at line 240 of file yodamerge_tmp.py.

◆ True

yodamerge_tmp.True

Definition at line 118 of file yodamerge_tmp.py.

◆ val_i

float yodamerge_tmp.val_i = 0.0

Definition at line 252 of file yodamerge_tmp.py.

◆ variations

yodamerge_tmp.variations = ao.variations()

Definition at line 257 of file yodamerge_tmp.py.