SND@LHC Software
Loading...
Searching...
No Matches
readMilleBinary Namespace Reference

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 = []
 

Variable Documentation

◆ Cfiles

int readMilleBinary.Cfiles = 1

Binary file type (C or Fortran)

Definition at line 51 of file readMilleBinary.py.

◆ f

readMilleBinary.f = open(fname, "rb")

Definition at line 86 of file readMilleBinary.py.

◆ fname

readMilleBinary.fname = "milleBinaryISN.dat"

Binary file name.

Definition at line 59 of file readMilleBinary.py.

◆ glder

readMilleBinary.glder = array.array('f')

Definition at line 103 of file readMilleBinary.py.

◆ i

int readMilleBinary.i = 0

Definition at line 124 of file readMilleBinary.py.

◆ inder

readMilleBinary.inder = array.array(intfmt)

Definition at line 108 of file readMilleBinary.py.

◆ intfmt

str readMilleBinary.intfmt = 'i'

Integer format.

Definition at line 55 of file readMilleBinary.py.

◆ ja

int readMilleBinary.ja = 0

Definition at line 126 of file readMilleBinary.py.

◆ jb

int readMilleBinary.jb = 0

Definition at line 127 of file readMilleBinary.py.

◆ jsp

int readMilleBinary.jsp = 0

Definition at line 128 of file readMilleBinary.py.

◆ lab

list readMilleBinary.lab = []

Definition at line 155 of file readMilleBinary.py.

◆ lenf

readMilleBinary.lenf = array.array(intfmt)

Definition at line 94 of file readMilleBinary.py.

◆ length

readMilleBinary.length = array.array(intfmt)

Definition at line 97 of file readMilleBinary.py.

◆ minval

readMilleBinary.minval = None

minimum value to print derivatives

Definition at line 66 of file readMilleBinary.py.

◆ mrec

readMilleBinary.mrec = 10

number of records (tracks) to show

Definition at line 62 of file readMilleBinary.py.

◆ narg

readMilleBinary.narg = len(sys.argv)

Definition at line 71 of file readMilleBinary.py.

◆ nh

int readMilleBinary.nh = 0

Definition at line 125 of file readMilleBinary.py.

◆ nr

readMilleBinary.nr = 0

Definition at line 92 of file readMilleBinary.py.

◆ nrec

int readMilleBinary.nrec = 0

Definition at line 88 of file readMilleBinary.py.

◆ nsp

readMilleBinary.nsp = 0

Definition at line 129 of file readMilleBinary.py.

◆ skiprec

readMilleBinary.skiprec = 0

number of records (track) to skip before

Definition at line 64 of file readMilleBinary.py.

◆ val

list readMilleBinary.val = []

Definition at line 156 of file readMilleBinary.py.