Functions | |
def | countBadROCBarrel |
barrel######################################################## More... | |
def | countBadROCForward |
endacp######################################### More... | |
def | getRunNumber |
Variables | |
int | bpix_tot_deadROC = 0 |
int | bpix_tot_ineffROC = 0 |
int | bpix_tot_Nrocspopulated = 0 |
int | bpix_tot_totalentries = 0 |
string | commonPath = "DQMData/Run " |
tuple | fin = TFile(fname) |
list | fname = sys.argv[1] |
main####################################### More... | |
int | fpix_tot_deadROC = 0 |
int | fpix_tot_ineffROC = 0 |
int | fpix_tot_Nrocspopulated = 0 |
int | fpix_tot_totalentries = 0 |
tuple | hnpixclus_bpix = fin.Get(commonPath + "charge_PXBarrel") |
tuple | hnpixclus_fpix = fin.Get(commonPath + "charge_PXForward") |
tuple | out_file = open(outname, "w") |
string | outname = "PixZeroOccROCs_run" |
def DeadROCCounter_Phase1.countBadROCBarrel | ( | fin, | |
layerNo, | |||
os | |||
) |
barrel########################################################
Definition at line 14 of file DeadROCCounter_Phase1.py.
References if(), print(), sistrip::SpyUtilities.range(), and str.
def DeadROCCounter_Phase1.countBadROCForward | ( | fin, | |
ringNo, | |||
os | |||
) |
endacp#########################################
Definition at line 61 of file DeadROCCounter_Phase1.py.
References if(), print(), sistrip::SpyUtilities.range(), and str.
def DeadROCCounter_Phase1.getRunNumber | ( | filename | ) |
Definition at line 7 of file DeadROCCounter_Phase1.py.
int DeadROCCounter_Phase1.bpix_tot_deadROC = 0 |
Definition at line 128 of file DeadROCCounter_Phase1.py.
int DeadROCCounter_Phase1.bpix_tot_ineffROC = 0 |
Definition at line 129 of file DeadROCCounter_Phase1.py.
int DeadROCCounter_Phase1.bpix_tot_Nrocspopulated = 0 |
Definition at line 130 of file DeadROCCounter_Phase1.py.
int DeadROCCounter_Phase1.bpix_tot_totalentries = 0 |
Definition at line 131 of file DeadROCCounter_Phase1.py.
string DeadROCCounter_Phase1.commonPath = "DQMData/Run " |
Definition at line 139 of file DeadROCCounter_Phase1.py.
tuple DeadROCCounter_Phase1.fin = TFile(fname) |
Definition at line 126 of file DeadROCCounter_Phase1.py.
list DeadROCCounter_Phase1.fname = sys.argv[1] |
main#######################################
Definition at line 124 of file DeadROCCounter_Phase1.py.
int DeadROCCounter_Phase1.fpix_tot_deadROC = 0 |
Definition at line 133 of file DeadROCCounter_Phase1.py.
int DeadROCCounter_Phase1.fpix_tot_ineffROC = 0 |
Definition at line 134 of file DeadROCCounter_Phase1.py.
int DeadROCCounter_Phase1.fpix_tot_Nrocspopulated = 0 |
Definition at line 135 of file DeadROCCounter_Phase1.py.
int DeadROCCounter_Phase1.fpix_tot_totalentries = 0 |
Definition at line 136 of file DeadROCCounter_Phase1.py.
tuple DeadROCCounter_Phase1.hnpixclus_bpix = fin.Get(commonPath + "charge_PXBarrel") |
Definition at line 141 of file DeadROCCounter_Phase1.py.
tuple DeadROCCounter_Phase1.hnpixclus_fpix = fin.Get(commonPath + "charge_PXForward") |
Definition at line 142 of file DeadROCCounter_Phase1.py.
tuple DeadROCCounter_Phase1.out_file = open(outname, "w") |
Definition at line 144 of file DeadROCCounter_Phase1.py.
string DeadROCCounter_Phase1.outname = "PixZeroOccROCs_run" |
Definition at line 127 of file DeadROCCounter_Phase1.py.
Referenced by compileDMRTrends(), main(), and SideBandSubtract.printResults().