Variables | |
myT = r.TTree("myT","myT") | |
int | nPartsTot = 0 |
outF = open('run2021pass0.txt','w') | |
nfiles = run.evio_files_count | |
RN = run.number | |
str | fullpath = f'/mss/hallb/hps/physrun2021/data/hps_0{RN}/hps_0{RN}.evio.00000' |
str | pin = "" |
passList = glob.glob(f'/mss/hallb/hps/physrun2021/data/hps{pin}_0{RN}/hps{pin}_0{RN}.evio.0[1230]03[1234567890]') | |
Definition at line 14 of file build2021filenames.py.
myT = r.TTree("myT","myT") |
Definition at line 5 of file build2021filenames.py.
nfiles = run.evio_files_count |
Definition at line 12 of file build2021filenames.py.
int nPartsTot = 0 |
Definition at line 7 of file build2021filenames.py.
outF = open('run2021pass0.txt','w') |
Definition at line 9 of file build2021filenames.py.
passList = glob.glob(f'/mss/hallb/hps/physrun2021/data/hps{pin}_0{RN}/hps{pin}_0{RN}.evio.0[1230]03[1234567890]') |
Definition at line 22 of file build2021filenames.py.
str pin = "" |
Definition at line 15 of file build2021filenames.py.
RN = run.number |
Definition at line 13 of file build2021filenames.py.