SND@LHC Software
|
Variables | |
int | Cfiles = 1 |
Binary file type (C or Fortran) | |
str | intfmt = 'i' |
Integer format. | |
str | fname = "milleBinaryISN.dat" |
Binary file name. | |
int | mrec = 10 |
number of records (tracks) to show | |
int | skiprec = 0 |
number of records (track) to skip before | |
minval = None | |
minimum value to print derivatives | |
narg = len(sys.argv) | |
f = open(fname, "rb") | |
int | nrec = 0 |
int | nr = 0 |
lenf = array.array(intfmt) | |
length = array.array(intfmt) | |
glder = array.array('f') | |
inder = array.array(intfmt) | |
int | i = 0 |
int | nh = 0 |
int | ja = 0 |
int | jb = 0 |
int | jsp = 0 |
int | nsp = 0 |
list | lab = [] |
list | val = [] |
int readMilleBinary.Cfiles = 1 |
Binary file type (C or Fortran)
Definition at line 51 of file readMilleBinary.py.
readMilleBinary.f = open(fname, "rb") |
Definition at line 86 of file readMilleBinary.py.
readMilleBinary.fname = "milleBinaryISN.dat" |
Binary file name.
Definition at line 59 of file readMilleBinary.py.
readMilleBinary.glder = array.array('f') |
Definition at line 103 of file readMilleBinary.py.
int readMilleBinary.i = 0 |
Definition at line 124 of file readMilleBinary.py.
readMilleBinary.inder = array.array(intfmt) |
Definition at line 108 of file readMilleBinary.py.
str readMilleBinary.intfmt = 'i' |
Integer format.
Definition at line 55 of file readMilleBinary.py.
int readMilleBinary.ja = 0 |
Definition at line 126 of file readMilleBinary.py.
int readMilleBinary.jb = 0 |
Definition at line 127 of file readMilleBinary.py.
int readMilleBinary.jsp = 0 |
Definition at line 128 of file readMilleBinary.py.
list readMilleBinary.lab = [] |
Definition at line 155 of file readMilleBinary.py.
readMilleBinary.lenf = array.array(intfmt) |
Definition at line 94 of file readMilleBinary.py.
readMilleBinary.length = array.array(intfmt) |
Definition at line 97 of file readMilleBinary.py.
readMilleBinary.minval = None |
minimum value to print derivatives
Definition at line 66 of file readMilleBinary.py.
readMilleBinary.mrec = 10 |
number of records (tracks) to show
Definition at line 62 of file readMilleBinary.py.
readMilleBinary.narg = len(sys.argv) |
Definition at line 71 of file readMilleBinary.py.
int readMilleBinary.nh = 0 |
Definition at line 125 of file readMilleBinary.py.
readMilleBinary.nr = 0 |
Definition at line 92 of file readMilleBinary.py.
int readMilleBinary.nrec = 0 |
Definition at line 88 of file readMilleBinary.py.
readMilleBinary.nsp = 0 |
Definition at line 129 of file readMilleBinary.py.
readMilleBinary.skiprec = 0 |
number of records (track) to skip before
Definition at line 64 of file readMilleBinary.py.
list readMilleBinary.val = [] |
Definition at line 156 of file readMilleBinary.py.