HPS-MC
 
All Classes Namespaces Files Functions Variables Pages
Loading...
Searching...
No Matches
build2019filenames Namespace Reference

Variables

 myT = r.TTree("myT","myT")
 
list nPartsList = []
 
int nPartsTot = 0
 
int nPartsPass = 0
 
 outF = open('run2019pass0.txt','w')
 
 RN = run.number
 
str fullpath = f'/mss/hallb/hps/physrun2019/data/hps_0{RN}/hps_0{RN}.evio.*'
 
 nParts = len(glob.glob(fullpath))
 
 passList = glob.glob(f'/mss/hallb/hps/physrun2019/data/hps_0{RN}/hps_0{RN}.evio.0[1230]03[1234567890]')
 

Variable Documentation

◆ fullpath

str fullpath = f'/mss/hallb/hps/physrun2019/data/hps_0{RN}/hps_0{RN}.evio.*'

Definition at line 15 of file build2019filenames.py.

◆ myT

myT = r.TTree("myT","myT")

Definition at line 5 of file build2019filenames.py.

◆ nParts

nParts = len(glob.glob(fullpath))

Definition at line 16 of file build2019filenames.py.

◆ nPartsList

list nPartsList = []

Definition at line 7 of file build2019filenames.py.

◆ nPartsPass

int nPartsPass = 0

Definition at line 9 of file build2019filenames.py.

◆ nPartsTot

int nPartsTot = 0

Definition at line 8 of file build2019filenames.py.

◆ outF

outF = open('run2019pass0.txt','w')

Definition at line 11 of file build2019filenames.py.

◆ passList

passList = glob.glob(f'/mss/hallb/hps/physrun2019/data/hps_0{RN}/hps_0{RN}.evio.0[1230]03[1234567890]')

Definition at line 21 of file build2019filenames.py.

◆ RN

RN = run.number

Definition at line 14 of file build2019filenames.py.