# Analyzer output definition file used by THaOutput class. # See http://hallaweb.jlab.org/root/THaOutput.html # R. Michaels, June 2003 # Comments start with '# ' (careful, need a space after #) # # There are at present 3 places where output is defined # in the C++ analyzer, and this is one of them. # The other two are THaRun (run-dependent info) and # THaEvent (event-dependent info), which provide quantities # like run number and event number that you always need. # In this place, the "outdef" file, one can define # global variables, formulas, and histograms, as well # as cuts on histograms. The results of the formulas appear # in the tree with the formula-name given. # # Syntax of file -- by example: # # variable L.vdc.u2.nclust # variable R.s1.lt # formula targetX 1.464*BB.bpm4b.x-0.464*BB.bpm4a.x # TH1F rv1n 'R-arm vdc hits on V1' R.vdc.v1.nhit 100 0 10 # TH1F rv1w 'R-arm vdc wiremap on V1' R.vdc.v1.wire 100 0 500 # TH1F tgtx 'Target X position' targetX 100 -2 2 # TH2F t12 'Time stamps on roc1 vs roc2' D.timeroc1 D.timeroc2 # 100 0 1000 100 0 1000 # TH1F Rv1n 'R-arm VDC nhit (cut)' R.vdc.v1.nhit 100 0 10 R.vdc.v1.nhit>3 # (note, the cut R.vdc.v1.nhit appears optionally at the end, also # this variable cannot be a variable-sized array) # # # The lines are of the form # keyword rest-of-line # # where the keywords are as follows : # (the keywords are case-insensitive, the rest of the line is not) # # VARIABLE -- indicates that a global variable is to # be added to the tree. # The next string is the name of the variable. # You can see a list of variables by typing # gHaVars->Print() at the analyzer's root shell prompt. # A variable can also be an array, e.g. R.s1.lt # Then the values in the tree will be R.s1.lt.data[0], # R.s1.lt.data[1], etc, up to the array size which # is Ndata.R.s1.lt # # BLOCK -- An entire block of variables are written to the # output. E.g. "L.*" writes all Left HRS variables. # # FORMULA -- indicates a THaFormula to add to the output. # The next word will be the "name" of the formula result # in the tree. The 3rd string is the formula to evaluate. # Note, it cannot have spaces in it. # Formulas can be vectors if the arrays are fixed size. # # CUT -- Like a formula, but the data are 0 (false) or 1 (true) # # TH1F, TH2F, TH1D, TH2D -- defines histograms (1D or 2D). # The next word is the name of the object. # The following string (must be in single quotes) is # the title of the histogram. Next, the variables # or formulas names that are put into the histogram # are listed together with bin info: nbin, xlo, xhi and if 2D # the same bin info for y. Optional cuts can be specified # at the end of the line. See examples below. # # ------------------------------------ # List of the variable blocks to be written out block BB.* block PriKineBB.* #block PK.* # ---------------------------------------------------------------------------------- # BigBite Wire Chamber: (Xin Qian) TH1F bbtrack 'BigBite Track Found' BB.tr.n 10 0 10 TH1F bbu1wire 'BigBite MWDC u1 hits per wire' BB.mwdc.u1.hit.wire 141 0 141 TH1F bbu1pwire 'BigBite MWDC u1p hits per wire' BB.mwdc.u1p.hit.wire 141 0 141 TH1F bbu2wire 'BigBite MWDC u2 hits per wire' BB.mwdc.u2.hit.wire 202 0 201 TH1F bbu2pwire 'BigBite MWDC u2p hits per wire' BB.mwdc.u2p.hit.wire 202 0 201 TH1F bbx1wire 'BigBite MWDC x1 hits per wire' BB.mwdc.x1.hit.wire 141 0 141 TH1F bbx1pwire 'BigBite MWDC x1p hits per wire' BB.mwdc.x1p.hit.wire 141 0 141 TH1F bbx2wire 'BigBite MWDC x2 hits per wire' BB.mwdc.x2.hit.wire 202 0 201 TH1F bbx2pwire 'BigBite MWDC x2p hits per wire' BB.mwdc.x2p.hit.wire 202 0 201 TH1F bbv1wire 'BigBite MWDC v1 hits per wire' BB.mwdc.v1.hit.wire 141 0 141 TH1F bbv1pwire 'BigBite MWDC v1p hits per wire' BB.mwdc.v1p.hit.wire 141 0 141 TH1F bbv2wire 'BigBite MWDC v2 hits per wire' BB.mwdc.v2.hit.wire 202 0 201 TH1F bbv2pwire 'BigBite MWDC v2p hits per wire' BB.mwdc.v2p.hit.wire 202 0 201 TH1F bbu1time 'BigBite MWDC u1 time' BB.mwdc.u1.hit.time 200 0 200e-9 TH1F bbu1ptime 'BigBite MWDC u1p time' BB.mwdc.u1p.hit.time 200 0 200e-9 TH1F bbu2time 'BigBite MWDC u2 time' BB.mwdc.u2.hit.time 200 0 200e-9 TH1F bbu2ptime 'BigBite MWDC u2p time' BB.mwdc.u2p.hit.time 200 0 200e-9 TH1F bbx1time 'BigBite MWDC x1 time' BB.mwdc.x1.hit.time 200 0 200e-9 TH1F bbx1ptime 'BigBite MWDC x1p time' BB.mwdc.x1p.hit.time 200 0 200e-9 TH1F bbx2time 'BigBite MWDC x2 time' BB.mwdc.x2.hit.time 200 0 200e-9 TH1F bbx2ptime 'BigBite MWDC x2p time' BB.mwdc.x2p.hit.time 200 0 200e-9 TH1F bbv1time 'BigBite MWDC v1 time' BB.mwdc.v1.hit.time 200 0 200e-9 TH1F bbv1ptime 'BigBite MWDC v1p time' BB.mwdc.v1p.hit.time 200 0 200e-9 TH1F bbv2time 'BigBite MWDC v2 time' BB.mwdc.v2.hit.time 200 0 200e-9 TH1F bbv2ptime 'BigBite MWDC v2p time' BB.mwdc.v2p.hit.time 200 0 200e-9 TH1F bbu1hit 'BigBite MWDC u1 hits' BB.mwdc.u1.nwhit 61 0 60 TH1F bbu1phit 'BigBite MWDC u1p hits' BB.mwdc.u1p.nwhit 61 0 60 TH1F bbu2hit 'BigBite MWDC u2 hits' BB.mwdc.u2.nwhit 61 0 60 TH1F bbu2phit 'BigBite MWDC u2p hits' BB.mwdc.u2p.nwhit 61 0 60 TH1F bbx1hit 'BigBite MWDC x1 hits' BB.mwdc.x1.nwhit 61 0 60 TH1F bbx1phit 'BigBite MWDC x1p hits' BB.mwdc.x1p.nwhit 61 0 60 TH1F bbx2hit 'BigBite MWDC x2 hits' BB.mwdc.x2.nwhit 61 0 60 TH1F bbx2phit 'BigBite MWDC x2p hits' BB.mwdc.x2p.nwhit 61 0 60 TH1F bbv1hit 'BigBite MWDC v1 hits' BB.mwdc.v1.nwhit 61 0 60 TH1F bbv1phit 'BigBite MWDC v1p hits' BB.mwdc.v1p.nwhit 61 0 60 TH1F bbv2hit 'BigBite MWDC v2 hits' BB.mwdc.v2.nwhit 61 0 60 TH1F bbv2phit 'BigBite MWDC v2p hits' BB.mwdc.v2p.nwhit 61 0 60 # ------------------------------------------------------------------ # BigBite Hadron Package Scintillator planes # Right E plane ADCs TH1F E_R_adc_1 'E Plane Right Raw ADC 1' BB.tp.e.RA[0] 100 0 4100 BB.tp.e.RA[0]>0. TH1F E_R_adc_2 'E Plane Right Raw ADC 2' BB.tp.e.RA[1] 100 0 4100 BB.tp.e.RA[1]>0. TH1F E_R_adc_3 'E Plane Right Raw ADC 3' BB.tp.e.RA[2] 100 0 4100 BB.tp.e.RA[2]>0. TH1F E_R_adc_4 'E Plane Right Raw ADC 4' BB.tp.e.RA[3] 100 0 4100 BB.tp.e.RA[3]>0. TH1F E_R_adc_5 'E Plane Right Raw ADC 5' BB.tp.e.RA[4] 100 0 4100 BB.tp.e.RA[4]>0. TH1F E_R_adc_6 'E Plane Right Raw ADC 6' BB.tp.e.RA[5] 100 0 4100 BB.tp.e.RA[5]>0. TH1F E_R_adc_7 'E Plane Right Raw ADC 7' BB.tp.e.RA[6] 100 0 4100 BB.tp.e.RA[6]>0. TH1F E_R_adc_8 'E Plane Right Raw ADC 8' BB.tp.e.RA[7] 100 0 4100 BB.tp.e.RA[7]>0. TH1F E_R_adc_9 'E Plane Right Raw ADC 9' BB.tp.e.RA[8] 100 0 4100 BB.tp.e.RA[8]>0. TH1F E_R_adc_10 'E Plane Right Raw ADC 10' BB.tp.e.RA[9] 100 0 4100 BB.tp.e.RA[9]>0. TH1F E_R_adc_11 'E Plane Right Raw ADC 11' BB.tp.e.RA[10] 100 0 4100 BB.tp.e.RA[10]>0. TH1F E_R_adc_12 'E Plane Right Raw ADC 12' BB.tp.e.RA[11] 100 0 4100 BB.tp.e.RA[11]>0. TH1F E_R_adc_13 'E Plane Right Raw ADC 13' BB.tp.e.RA[12] 100 0 4100 BB.tp.e.RA[12]>0. TH1F E_R_adc_14 'E Plane Right Raw ADC 14' BB.tp.e.RA[13] 100 0 4100 BB.tp.e.RA[13]>0. TH1F E_R_adc_15 'E Plane Right Raw ADC 15' BB.tp.e.RA[14] 100 0 4100 BB.tp.e.RA[14]>0. TH1F E_R_adc_16 'E Plane Right Raw ADC 16' BB.tp.e.RA[15] 100 0 4100 BB.tp.e.RA[15]>0. TH1F E_R_adc_17 'E Plane Right Raw ADC 17' BB.tp.e.RA[16] 100 0 4100 BB.tp.e.RA[16]>0. TH1F E_R_adc_18 'E Plane Right Raw ADC 18' BB.tp.e.RA[17] 100 0 4100 BB.tp.e.RA[17]>0. TH1F E_R_adc_19 'E Plane Right Raw ADC 19' BB.tp.e.RA[18] 100 0 4100 BB.tp.e.RA[18]>0. TH1F E_R_adc_20 'E Plane Right Raw ADC 20' BB.tp.e.RA[19] 100 0 4100 BB.tp.e.RA[19]>0. TH1F E_R_adc_21 'E Plane Right Raw ADC 21' BB.tp.e.RA[20] 100 0 4100 BB.tp.e.RA[20]>0. TH1F E_R_adc_22 'E Plane Right Raw ADC 22' BB.tp.e.RA[21] 100 0 4100 BB.tp.e.RA[21]>0. TH1F E_R_adc_23 'E Plane Right Raw ADC 23' BB.tp.e.RA[22] 100 0 4100 BB.tp.e.RA[22]>0. TH1F E_R_adc_24 'E Plane Right Raw ADC 24' BB.tp.e.RA[23] 100 0 4100 BB.tp.e.RA[23]>0. # left E plane ADCs TH1F E_L_adc_1 'E Plane Left Raw ADC 1' BB.tp.e.LA[0] 100 0 4100 BB.tp.e.LA[0]>0. TH1F E_L_adc_2 'E Plane Left Raw ADC 2' BB.tp.e.LA[1] 100 0 4100 BB.tp.e.LA[1]>0. TH1F E_L_adc_3 'E Plane Left Raw ADC 3' BB.tp.e.LA[2] 100 0 4100 BB.tp.e.LA[2]>0. TH1F E_L_adc_4 'E Plane Left Raw ADC 4' BB.tp.e.LA[3] 100 0 4100 BB.tp.e.LA[3]>0. TH1F E_L_adc_5 'E Plane Left Raw ADC 5' BB.tp.e.LA[4] 100 0 4100 BB.tp.e.LA[4]>0. TH1F E_L_adc_6 'E Plane Left Raw ADC 6' BB.tp.e.LA[5] 100 0 4100 BB.tp.e.LA[5]>0. TH1F E_L_adc_7 'E Plane Left Raw ADC 7' BB.tp.e.LA[6] 100 0 4100 BB.tp.e.LA[6]>0. TH1F E_L_adc_8 'E Plane Left Raw ADC 8' BB.tp.e.LA[7] 100 0 4100 BB.tp.e.LA[7]>0. TH1F E_L_adc_9 'E Plane Left Raw ADC 9' BB.tp.e.LA[8] 100 0 4100 BB.tp.e.LA[8]>0. TH1F E_L_adc_10 'E Plane Left Raw ADC 10' BB.tp.e.LA[9] 100 0 4100 BB.tp.e.LA[9]>0. TH1F E_L_adc_11 'E Plane Left Raw ADC 11' BB.tp.e.LA[10] 100 0 4100 BB.tp.e.LA[10]>0. TH1F E_L_adc_12 'E Plane Left Raw ADC 12' BB.tp.e.LA[11] 100 0 4100 BB.tp.e.LA[11]>0. TH1F E_L_adc_13 'E Plane Left Raw ADC 13' BB.tp.e.LA[12] 100 0 4100 BB.tp.e.LA[12]>0. TH1F E_L_adc_14 'E Plane Left Raw ADC 14' BB.tp.e.LA[13] 100 0 4100 BB.tp.e.LA[13]>0. TH1F E_L_adc_15 'E Plane Left Raw ADC 15' BB.tp.e.LA[14] 100 0 4100 BB.tp.e.LA[14]>0. TH1F E_L_adc_16 'E Plane Left Raw ADC 16' BB.tp.e.LA[15] 100 0 4100 BB.tp.e.LA[15]>0. TH1F E_L_adc_17 'E Plane Left Raw ADC 17' BB.tp.e.LA[16] 100 0 4100 BB.tp.e.LA[16]>0. TH1F E_L_adc_18 'E Plane Left Raw ADC 18' BB.tp.e.LA[17] 100 0 4100 BB.tp.e.LA[17]>0. TH1F E_L_adc_19 'E Plane Left Raw ADC 19' BB.tp.e.LA[18] 100 0 4100 BB.tp.e.LA[18]>0. TH1F E_L_adc_20 'E Plane Left Raw ADC 20' BB.tp.e.LA[19] 100 0 4100 BB.tp.e.LA[19]>0. TH1F E_L_adc_21 'E Plane Left Raw ADC 21' BB.tp.e.LA[20] 100 0 4100 BB.tp.e.LA[20]>0. TH1F E_L_adc_22 'E Plane Left Raw ADC 22' BB.tp.e.LA[21] 100 0 4100 BB.tp.e.LA[21]>0. TH1F E_L_adc_23 'E Plane Left Raw ADC 23' BB.tp.e.LA[22] 100 0 4100 BB.tp.e.LA[22]>0. TH1F E_L_adc_24 'E Plane Left Raw ADC 24' BB.tp.e.LA[23] 100 0 4100 BB.tp.e.LA[23]>0. # Right dE plane ADCs TH1F dE_R_adc_1 'dE Plane Right Raw ADC 1' BB.tp.de.RA[0] 100 0 4100 BB.tp.de.RA[0]>0. TH1F dE_R_adc_2 'dE Plane Right Raw ADC 2' BB.tp.de.RA[1] 100 0 4100 BB.tp.de.RA[1]>0. TH1F dE_R_adc_3 'dE Plane Right Raw ADC 3' BB.tp.de.RA[2] 100 0 4100 BB.tp.de.RA[2]>0. TH1F dE_R_adc_4 'dE Plane Right Raw ADC 4' BB.tp.de.RA[3] 100 0 4100 BB.tp.de.RA[3]>0. TH1F dE_R_adc_5 'dE Plane Right Raw ADC 5' BB.tp.de.RA[4] 100 0 4100 BB.tp.de.RA[4]>0. TH1F dE_R_adc_6 'dE Plane Right Raw ADC 6' BB.tp.de.RA[5] 100 0 4100 BB.tp.de.RA[5]>0. TH1F dE_R_adc_7 'dE Plane Right Raw ADC 7' BB.tp.de.RA[6] 100 0 4100 BB.tp.de.RA[6]>0. TH1F dE_R_adc_8 'dE Plane Right Raw ADC 8' BB.tp.de.RA[7] 100 0 4100 BB.tp.de.RA[7]>0. TH1F dE_R_adc_9 'dE Plane Right Raw ADC 9' BB.tp.de.RA[8] 100 0 4100 BB.tp.de.RA[8]>0. TH1F dE_R_adc_10 'dE Plane Right Raw ADC 10' BB.tp.de.RA[9] 100 0 4100 BB.tp.de.RA[9]>0. TH1F dE_R_adc_11 'dE Plane Right Raw ADC 11' BB.tp.de.RA[10] 100 0 4100 BB.tp.de.RA[10]>0. TH1F dE_R_adc_12 'dE Plane Right Raw ADC 12' BB.tp.de.RA[11] 100 0 4100 BB.tp.de.RA[11]>0. TH1F dE_R_adc_13 'dE Plane Right Raw ADC 13' BB.tp.de.RA[12] 100 0 4100 BB.tp.de.RA[12]>0. TH1F dE_R_adc_14 'dE Plane Right Raw ADC 14' BB.tp.de.RA[13] 100 0 4100 BB.tp.de.RA[13]>0. TH1F dE_R_adc_15 'dE Plane Right Raw ADC 15' BB.tp.de.RA[14] 100 0 4100 BB.tp.de.RA[14]>0. TH1F dE_R_adc_16 'dE Plane Right Raw ADC 16' BB.tp.de.RA[15] 100 0 4100 BB.tp.de.RA[15]>0. TH1F dE_R_adc_17 'dE Plane Right Raw ADC 17' BB.tp.de.RA[16] 100 0 4100 BB.tp.de.RA[16]>0. TH1F dE_R_adc_18 'dE Plane Right Raw ADC 18' BB.tp.de.RA[17] 100 0 4100 BB.tp.de.RA[17]>0. TH1F dE_R_adc_19 'dE Plane Right Raw ADC 19' BB.tp.de.RA[18] 100 0 4100 BB.tp.de.RA[18]>0. TH1F dE_R_adc_20 'dE Plane Right Raw ADC 20' BB.tp.de.RA[19] 100 0 4100 BB.tp.de.RA[19]>0. TH1F dE_R_adc_21 'dE Plane Right Raw ADC 21' BB.tp.de.RA[20] 100 0 4100 BB.tp.de.RA[20]>0. TH1F dE_R_adc_22 'dE Plane Right Raw ADC 22' BB.tp.de.RA[21] 100 0 4100 BB.tp.de.RA[21]>0. TH1F dE_R_adc_23 'dE Plane Right Raw ADC 23' BB.tp.de.RA[22] 100 0 4100 BB.tp.de.RA[22]>0. TH1F dE_R_adc_24 'dE Plane Right Raw ADC 24' BB.tp.de.RA[23] 100 0 4100 BB.tp.de.RA[23]>0. # left dE plane ADCs TH1F dE_L_adc_1 'dE Plane Left Raw ADC 1' BB.tp.de.LA[0] 100 0 4100 BB.tp.de.LA[0]>0. TH1F dE_L_adc_2 'dE Plane Left Raw ADC 2' BB.tp.de.LA[1] 100 0 4100 BB.tp.de.LA[1]>0. TH1F dE_L_adc_3 'dE Plane Left Raw ADC 3' BB.tp.de.LA[2] 100 0 4100 BB.tp.de.LA[2]>0. TH1F dE_L_adc_4 'dE Plane Left Raw ADC 4' BB.tp.de.LA[3] 100 0 4100 BB.tp.de.LA[3]>0. TH1F dE_L_adc_5 'dE Plane Left Raw ADC 5' BB.tp.de.LA[4] 100 0 4100 BB.tp.de.LA[4]>0. TH1F dE_L_adc_6 'dE Plane Left Raw ADC 6' BB.tp.de.LA[5] 100 0 4100 BB.tp.de.LA[5]>0. TH1F dE_L_adc_7 'dE Plane Left Raw ADC 7' BB.tp.de.LA[6] 100 0 4100 BB.tp.de.LA[6]>0. TH1F dE_L_adc_8 'dE Plane Left Raw ADC 8' BB.tp.de.LA[7] 100 0 4100 BB.tp.de.LA[7]>0. TH1F dE_L_adc_9 'dE Plane Left Raw ADC 9' BB.tp.de.LA[8] 100 0 4100 BB.tp.de.LA[8]>0. TH1F dE_L_adc_10 'dE Plane Left Raw ADC 10' BB.tp.de.LA[9] 100 0 4100 BB.tp.de.LA[9]>0. TH1F dE_L_adc_11 'dE Plane Left Raw ADC 11' BB.tp.de.LA[10] 100 0 4100 BB.tp.de.LA[10]>0. TH1F dE_L_adc_12 'dE Plane Left Raw ADC 12' BB.tp.de.LA[11] 100 0 4100 BB.tp.de.LA[11]>0. TH1F dE_L_adc_13 'dE Plane Left Raw ADC 13' BB.tp.de.LA[12] 100 0 4100 BB.tp.de.LA[12]>0. TH1F dE_L_adc_14 'dE Plane Left Raw ADC 14' BB.tp.de.LA[13] 100 0 4100 BB.tp.de.LA[13]>0. TH1F dE_L_adc_15 'dE Plane Left Raw ADC 15' BB.tp.de.LA[14] 100 0 4100 BB.tp.de.LA[14]>0. TH1F dE_L_adc_16 'dE Plane Left Raw ADC 16' BB.tp.de.LA[15] 100 0 4100 BB.tp.de.LA[15]>0. TH1F dE_L_adc_17 'dE Plane Left Raw ADC 17' BB.tp.de.LA[16] 100 0 4100 BB.tp.de.LA[16]>0. TH1F dE_L_adc_18 'dE Plane Left Raw ADC 18' BB.tp.de.LA[17] 100 0 4100 BB.tp.de.LA[17]>0. TH1F dE_L_adc_19 'dE Plane Left Raw ADC 19' BB.tp.de.LA[18] 100 0 4100 BB.tp.de.LA[18]>0. TH1F dE_L_adc_20 'dE Plane Left Raw ADC 20' BB.tp.de.LA[19] 100 0 4100 BB.tp.de.LA[19]>0. TH1F dE_L_adc_21 'dE Plane Left Raw ADC 21' BB.tp.de.LA[20] 100 0 4100 BB.tp.de.LA[20]>0. TH1F dE_L_adc_22 'dE Plane Left Raw ADC 22' BB.tp.de.LA[21] 100 0 4100 BB.tp.de.LA[21]>0. TH1F dE_L_adc_23 'dE Plane Left Raw ADC 23' BB.tp.de.LA[22] 100 0 4100 BB.tp.de.LA[22]>0. TH1F dE_L_adc_24 'dE Plane Left Raw ADC 24' BB.tp.de.LA[23] 100 0 4100 BB.tp.de.LA[23]>0. # Right E plane TDCs TH1F E_R_tdc_1 'E Plane Right TDC 1' BB.tp.e.RT[0] 200 -1000 0 BB.tp.e.RT[0]>-10000. TH1F E_R_tdc_2 'E Plane Right TDC 2' BB.tp.e.RT[1] 200 -1000 0 BB.tp.e.RT[1]>-10000. TH1F E_R_tdc_3 'E Plane Right TDC 3' BB.tp.e.RT[2] 200 -1000 0 BB.tp.e.RT[2]>-10000. TH1F E_R_tdc_4 'E Plane Right TDC 4' BB.tp.e.RT[3] 200 -1000 0 BB.tp.e.RT[3]>-10000. TH1F E_R_tdc_5 'E Plane Right TDC 5' BB.tp.e.RT[4] 200 -1000 0 BB.tp.e.RT[4]>-10000. TH1F E_R_tdc_6 'E Plane Right TDC 6' BB.tp.e.RT[5] 200 -1000 0 BB.tp.e.RT[5]>-10000. TH1F E_R_tdc_7 'E Plane Right TDC 7' BB.tp.e.RT[6] 200 -1000 0 BB.tp.e.RT[6]>-10000. TH1F E_R_tdc_8 'E Plane Right TDC 8' BB.tp.e.RT[7] 200 -1000 0 BB.tp.e.RT[7]>-10000. TH1F E_R_tdc_9 'E Plane Right TDC 9' BB.tp.e.RT[8] 200 -1000 0 BB.tp.e.RT[8]>-10000. TH1F E_R_tdc_10 'E Plane Right TDC 10' BB.tp.e.RT[9] 200 -1000 0 BB.tp.e.RT[9]>-10000. TH1F E_R_tdc_11 'E Plane Right TDC 11' BB.tp.e.RT[10] 200 -1000 0 BB.tp.e.RT[10]>-10000. TH1F E_R_tdc_12 'E Plane Right TDC 12' BB.tp.e.RT[11] 200 -1000 0 BB.tp.e.RT[11]>-10000. TH1F E_R_tdc_13 'E Plane Right TDC 13' BB.tp.e.RT[12] 200 -1000 0 BB.tp.e.RT[12]>-10000. TH1F E_R_tdc_14 'E Plane Right TDC 14' BB.tp.e.RT[13] 200 -1000 0 BB.tp.e.RT[13]>-10000. TH1F E_R_tdc_15 'E Plane Right TDC 15' BB.tp.e.RT[14] 200 -1000 0 BB.tp.e.RT[14]>-10000. TH1F E_R_tdc_16 'E Plane Right TDC 16' BB.tp.e.RT[15] 200 -1000 0 BB.tp.e.RT[15]>-10000. TH1F E_R_tdc_17 'E Plane Right TDC 17' BB.tp.e.RT[16] 200 -1000 0 BB.tp.e.RT[16]>-10000. TH1F E_R_tdc_18 'E Plane Right TDC 18' BB.tp.e.RT[17] 200 -1000 0 BB.tp.e.RT[17]>-10000. TH1F E_R_tdc_19 'E Plane Right TDC 19' BB.tp.e.RT[18] 200 -1000 0 BB.tp.e.RT[18]>-10000. TH1F E_R_tdc_20 'E Plane Right TDC 20' BB.tp.e.RT[19] 200 -1000 0 BB.tp.e.RT[19]>-10000. TH1F E_R_tdc_21 'E Plane Right TDC 21' BB.tp.e.RT[20] 200 -1000 0 BB.tp.e.RT[20]>-10000. TH1F E_R_tdc_22 'E Plane Right TDC 22' BB.tp.e.RT[21] 200 -1000 0 BB.tp.e.RT[21]>-10000. TH1F E_R_tdc_23 'E Plane Right TDC 23' BB.tp.e.RT[22] 200 -1000 0 BB.tp.e.RT[22]>-10000. TH1F E_R_tdc_24 'E Plane Right TDC 24' BB.tp.e.RT[23] 200 -1000 0 BB.tp.e.RT[23]>-10000. # Left E plane TDCs TH1F E_L_tdc_1 'E Plane Left TDC 1' BB.tp.e.LT[0] 200 -1000 0 BB.tp.e.LT[0]>-10000. TH1F E_L_tdc_2 'E Plane Left TDC 2' BB.tp.e.LT[1] 200 -1000 0 BB.tp.e.LT[1]>-10000. TH1F E_L_tdc_3 'E Plane Left TDC 3' BB.tp.e.LT[2] 200 -1000 0 BB.tp.e.LT[2]>-10000. TH1F E_L_tdc_4 'E Plane Left TDC 4' BB.tp.e.LT[3] 200 -1000 0 BB.tp.e.LT[3]>-10000. TH1F E_L_tdc_5 'E Plane Left TDC 5' BB.tp.e.LT[4] 200 -1000 0 BB.tp.e.LT[4]>-10000. TH1F E_L_tdc_6 'E Plane Left TDC 6' BB.tp.e.LT[5] 200 -1000 0 BB.tp.e.LT[5]>-10000. TH1F E_L_tdc_7 'E Plane Left TDC 7' BB.tp.e.LT[6] 200 -1000 0 BB.tp.e.LT[6]>-10000. TH1F E_L_tdc_8 'E Plane Left TDC 8' BB.tp.e.LT[7] 200 -1000 0 BB.tp.e.LT[7]>-10000. TH1F E_L_tdc_9 'E Plane Left TDC 9' BB.tp.e.LT[8] 200 -1000 0 BB.tp.e.LT[8]>-10000. TH1F E_L_tdc_10 'E Plane Left TDC 10' BB.tp.e.LT[9] 200 -1000 0 BB.tp.e.LT[9]>-10000. TH1F E_L_tdc_11 'E Plane Left TDC 11' BB.tp.e.LT[10] 200 -1000 0 BB.tp.e.LT[10]>-10000. TH1F E_L_tdc_12 'E Plane Left TDC 12' BB.tp.e.LT[11] 200 -1000 0 BB.tp.e.LT[11]>-10000. TH1F E_L_tdc_13 'E Plane Left TDC 13' BB.tp.e.LT[12] 200 -1000 0 BB.tp.e.LT[12]>-10000. TH1F E_L_tdc_14 'E Plane Left TDC 14' BB.tp.e.LT[13] 200 -1000 0 BB.tp.e.LT[13]>-10000. TH1F E_L_tdc_15 'E Plane Left TDC 15' BB.tp.e.LT[14] 200 -1000 0 BB.tp.e.LT[14]>-10000. TH1F E_L_tdc_16 'E Plane Left TDC 16' BB.tp.e.LT[15] 200 -1000 0 BB.tp.e.LT[15]>-10000. TH1F E_L_tdc_17 'E Plane Left TDC 17' BB.tp.e.LT[16] 200 -1000 0 BB.tp.e.LT[16]>-10000. TH1F E_L_tdc_18 'E Plane Left TDC 18' BB.tp.e.LT[17] 200 -1000 0 BB.tp.e.LT[17]>-10000. TH1F E_L_tdc_19 'E Plane Left TDC 19' BB.tp.e.LT[18] 200 -1000 0 BB.tp.e.LT[18]>-10000. TH1F E_L_tdc_20 'E Plane Left TDC 20' BB.tp.e.LT[19] 200 -1000 0 BB.tp.e.LT[19]>-10000. TH1F E_L_tdc_21 'E Plane Left TDC 21' BB.tp.e.LT[20] 200 -1000 0 BB.tp.e.LT[20]>-10000. TH1F E_L_tdc_22 'E Plane Left TDC 22' BB.tp.e.LT[21] 200 -1000 0 BB.tp.e.LT[21]>-10000. TH1F E_L_tdc_23 'E Plane Left TDC 23' BB.tp.e.LT[22] 200 -1000 0 BB.tp.e.LT[22]>-10000. TH1F E_L_tdc_24 'E Plane Left TDC 24' BB.tp.e.LT[23] 200 -1000 0 BB.tp.e.LT[23]>-10000. #position of E plane TDCs Cut E0 BB.tp.e.LT[0]>-10000 && BB.tp.e.RT[0]>-10000 Cut E1 BB.tp.e.LT[1]>-10000 && BB.tp.e.RT[1]>-10000 Cut E2 BB.tp.e.LT[2]>-10000 && BB.tp.e.RT[2]>-10000 Cut E3 BB.tp.e.LT[3]>-10000 && BB.tp.e.RT[3]>-10000 Cut E4 BB.tp.e.LT[4]>0 && BB.tp.e.RT[4]>0 Cut E5 BB.tp.e.LT[5]>0 && BB.tp.e.RT[5]>0 Cut E6 BB.tp.e.LT[6]>0 && BB.tp.e.RT[6]>0 Cut E7 BB.tp.e.LT[7]>0 && BB.tp.e.RT[7]>0 Cut E8 BB.tp.e.LT[8]>0 && BB.tp.e.RT[8]>0 Cut E9 BB.tp.e.LT[9]>0 && BB.tp.e.RT[9]>0 Cut E10 BB.tp.e.LT[10]>0 && BB.tp.e.RT[10]>0 Cut E11 BB.tp.e.LT[11]>0 && BB.tp.e.RT[11]>0 Cut E12 BB.tp.e.LT[12]>0 && BB.tp.e.RT[12]>0 Cut E13 BB.tp.e.LT[13]>0 && BB.tp.e.RT[13]>0 Cut E14 BB.tp.e.LT[14]>0 && BB.tp.e.RT[14]>0 Cut E15 BB.tp.e.LT[15]>0 && BB.tp.e.RT[15]>0 Cut E16 BB.tp.e.LT[16]>0 && BB.tp.e.RT[16]>0 Cut E17 BB.tp.e.LT[17]>0 && BB.tp.e.RT[17]>0 Cut E18 BB.tp.e.LT[18]>0 && BB.tp.e.RT[18]>0 Cut E19 BB.tp.e.LT[19]>0 && BB.tp.e.RT[19]>0 Cut E20 BB.tp.e.LT[20]>0 && BB.tp.e.RT[20]>0 Cut E21 BB.tp.e.LT[21]>0 && BB.tp.e.RT[21]>0 Cut E22 BB.tp.e.LT[22]>0 && BB.tp.e.RT[22]>0 Cut E23 BB.tp.e.LT[23]>0 && BB.tp.e.RT[23]>0 TH1F positionE0 'E plane Position 0' BB.tp.e.Yt_pos[0] 100 -0.5 0.5 TH1F positionE1 'E plane Position 1' BB.tp.e.Yt_pos[1] 100 -0.5 0.5 TH1F positionE2 'E plane Position 2' BB.tp.e.Yt_pos[2] 100 -0.5 0.5 TH1F positionE3 'E plane Position 3' BB.tp.e.Yt_pos[3] 100 -0.5 0.5 TH1F positionE4 'E plane Position 4' BB.tp.e.Yt_pos[4] 100 -0.5 0.5 TH1F positionE5 'E plane Position 5' BB.tp.e.Yt_pos[5] 100 -0.5 0.5 TH1F positionE6 'E plane Position 6' BB.tp.e.Yt_pos[6] 100 -0.5 0.5 TH1F positionE7 'E plane Position 7' BB.tp.e.Yt_pos[7] 100 -0.5 0.5 TH1F positionE8 'E plane Position 8' BB.tp.e.Yt_pos[8] 100 -0.5 0.5 TH1F positionE9 'E plane Position 9' BB.tp.e.Yt_pos[9] 100 -0.5 0.5 TH1F positionE10 'E plane Position 10' BB.tp.e.Yt_pos[10] 100 -0.5 0.5 TH1F positionE11 'E plane Position 11' BB.tp.e.Yt_pos[11] 100 -0.5 0.5 TH1F positionE12 'E plane Position 12' BB.tp.e.Yt_pos[12] 100 -0.5 0.5 TH1F positionE13 'E plane Position 13' BB.tp.e.Yt_pos[13] 100 -0.5 0.5 TH1F positionE14 'E plane Position 14' BB.tp.e.Yt_pos[14] 100 -0.5 0.5 TH1F positionE15 'E plane Position 15' BB.tp.e.Yt_pos[15] 100 -0.5 0.5 TH1F positionE16 'E plane Position 16' BB.tp.e.Yt_pos[16] 100 -0.5 0.5 TH1F positionE17 'E plane Position 17' BB.tp.e.Yt_pos[17] 100 -0.5 0.5 TH1F positionE18 'E plane Position 18' BB.tp.e.Yt_pos[18] 100 -0.5 0.5 TH1F positionE19 'E plane Position 19' BB.tp.e.Yt_pos[19] 100 -0.5 0.5 TH1F positionE20 'E plane Position 20' BB.tp.e.Yt_pos[20] 100 -0.5 0.5 TH1F positionE21 'E plane Position 21' BB.tp.e.Yt_pos[21] 100 -0.5 0.5 TH1F positionE22 'E plane Position 22' BB.tp.e.Yt_pos[22] 100 -0.5 0.5 TH1F positionE23 'E plane Position 23' BB.tp.e.Yt_pos[23] 100 -0.5 0.5 TH1F positiondE0 'dE plane Position 0' BB.tp.de.Yt_pos[0] 100 -0.5 0.5 TH1F positiondE1 'dE plane Position 1' BB.tp.de.Yt_pos[1] 100 -0.5 0.5 TH1F positiondE2 'dE plane Position 2' BB.tp.de.Yt_pos[2] 100 -0.5 0.5 TH1F positiondE3 'dE plane Position 3' BB.tp.de.Yt_pos[3] 100 -0.5 0.5 TH1F positiondE4 'dE plane Position 4' BB.tp.de.Yt_pos[4] 100 -0.5 0.5 TH1F positiondE5 'dE plane Position 5' BB.tp.de.Yt_pos[5] 100 -0.5 0.5 TH1F positiondE6 'dE plane Position 6' BB.tp.de.Yt_pos[6] 100 -0.5 0.5 TH1F positiondE7 'dE plane Position 7' BB.tp.de.Yt_pos[7] 100 -0.5 0.5 TH1F positiondE8 'dE plane Position 8' BB.tp.de.Yt_pos[8] 100 -0.5 0.5 TH1F positiondE9 'dE plane Position 9' BB.tp.de.Yt_pos[9] 100 -0.5 0.5 TH1F positiondE10 'dE plane Position 10' BB.tp.de.Yt_pos[10] 100 -0.5 0.5 TH1F positiondE11 'dE plane Position 11' BB.tp.de.Yt_pos[11] 100 -0.5 0.5 TH1F positiondE12 'dE plane Position 12' BB.tp.de.Yt_pos[12] 100 -0.5 0.5 TH1F positiondE13 'dE plane Position 13' BB.tp.de.Yt_pos[13] 100 -0.5 0.5 TH1F positiondE14 'dE plane Position 14' BB.tp.de.Yt_pos[14] 100 -0.5 0.5 TH1F positiondE15 'dE plane Position 15' BB.tp.de.Yt_pos[15] 100 -0.5 0.5 TH1F positiondE16 'dE plane Position 16' BB.tp.de.Yt_pos[16] 100 -0.5 0.5 TH1F positiondE17 'dE plane Position 17' BB.tp.de.Yt_pos[17] 100 -0.5 0.5 TH1F positiondE18 'dE plane Position 18' BB.tp.de.Yt_pos[18] 100 -0.5 0.5 TH1F positiondE19 'dE plane Position 19' BB.tp.de.Yt_pos[19] 100 -0.5 0.5 TH1F positiondE20 'dE plane Position 20' BB.tp.de.Yt_pos[20] 100 -0.5 0.5 TH1F positiondE21 'dE plane Position 21' BB.tp.de.Yt_pos[21] 100 -0.5 0.5 TH1F positiondE22 'dE plane Position 22' BB.tp.de.Yt_pos[22] 100 -0.5 0.5 TH1F positiondE23 'dE plane Position 23' BB.tp.de.Yt_pos[23] 100 -0.5 0.5 #TH1F position0 'E plane Position 0' BB.tp.e.LT[0]-BB.tp.e.RT[0] 200 -100 100 E0 #TH1F position1 'E plane Position 1' BB.tp.e.LT[1]-BB.tp.e.RT[1] 200 -100 100 E1 #TH1F position2 'E plane Position 2' BB.tp.e.LT[2]-BB.tp.e.RT[2] 200 -100 100 E2 #TH1F position3 'E plane Position 3' BB.tp.e.LT[3]-BB.tp.e.RT[3] 200 -100 100 E3 #TH1F position4 'E plane Position 4' BB.tp.e.LT[4]-BB.tp.e.RT[4] 200 -100 100 E4 #TH1F position5 'E plane Position 5' BB.tp.e.LT[5]-BB.tp.e.RT[5] 200 -100 100 E5 #TH1F position6 'E plane Position 6' BB.tp.e.LT[6]-BB.tp.e.RT[6] 200 -100 100 E6 #TH1F position7 'E plane Position 7' BB.tp.e.LT[7]-BB.tp.e.RT[7] 200 -100 100 E7 #TH1F position8 'E plane Position 8' BB.tp.e.LT[8]-BB.tp.e.RT[8] 200 -100 100 E8 #TH1F position9 'E plane Position 9' BB.tp.e.LT[9]-BB.tp.e.RT[9] 200 -100 100 E9 #TH1F position10 'E plane Position 10' BB.tp.e.LT[10]-BB.tp.e.RT[10] 200 -100 100 E10 #TH1F position11 'E plane Position 11' BB.tp.e.LT[11]-BB.tp.e.RT[11] 200 -100 100 E11 #TH1F position12 'E plane Position 12' BB.tp.e.LT[12]-BB.tp.e.RT[12] 200 -100 100 E12 #TH1F position13 'E plane Position 13' BB.tp.e.LT[13]-BB.tp.e.RT[13] 200 -100 100 E13 #TH1F position14 'E plane Position 14' BB.tp.e.LT[14]-BB.tp.e.RT[14] 200 -100 100 E14 #TH1F position15 'E plane Position 15' BB.tp.e.LT[15]-BB.tp.e.RT[15] 200 -100 100 E15 #TH1F position16 'E plane Position 16' BB.tp.e.LT[16]-BB.tp.e.RT[16] 200 -100 100 E16 #TH1F position17 'E plane Position 17' BB.tp.e.LT[17]-BB.tp.e.RT[17] 200 -100 100 E17 #TH1F position18 'E plane Position 18' BB.tp.e.LT[18]-BB.tp.e.RT[18] 200 -100 100 E18 #TH1F position19 'E plane Position 19' BB.tp.e.LT[19]-BB.tp.e.RT[19] 200 -100 100 E19 #TH1F position20 'E plane Position 20' BB.tp.e.LT[20]-BB.tp.e.RT[20] 200 -100 100 E20 #TH1F position21 'E plane Position 21' BB.tp.e.LT[21]-BB.tp.e.RT[21] 200 -100 100 E21 #TH1F position22 'E plane Position 22' BB.tp.e.LT[22]-BB.tp.e.RT[22] 200 -100 100 E22 #TH1F position23 'E plane Position 23' BB.tp.e.LT[23]-BB.tp.e.RT[23] 200 -100 100 E23 # Right dE plane TDCs TH1F dE_R_tdc_1 'dE Plane Right TDC 1' BB.tp.de.RT[0] 200 -1000 0 BB.tp.de.RT[0]>-10000. TH1F dE_R_tdc_2 'dE Plane Right TDC 2' BB.tp.de.RT[1] 200 -1000 0 BB.tp.de.RT[1]>-10000. TH1F dE_R_tdc_3 'dE Plane Right TDC 3' BB.tp.de.RT[2] 200 -1000 0 BB.tp.de.RT[2]>-10000. TH1F dE_R_tdc_4 'dE Plane Right TDC 4' BB.tp.de.RT[3] 200 -1000 0 BB.tp.de.RT[3]>-10000. TH1F dE_R_tdc_5 'dE Plane Right TDC 5' BB.tp.de.RT[4] 200 -1000 0 BB.tp.de.RT[4]>-10000. TH1F dE_R_tdc_6 'dE Plane Right TDC 6' BB.tp.de.RT[5] 200 -1000 0 BB.tp.de.RT[5]>-10000. TH1F dE_R_tdc_7 'dE Plane Right TDC 7' BB.tp.de.RT[6] 200 -1000 0 BB.tp.de.RT[6]>-10000. TH1F dE_R_tdc_8 'dE Plane Right TDC 8' BB.tp.de.RT[7] 200 -1000 0 BB.tp.de.RT[7]>-10000. TH1F dE_R_tdc_9 'dE Plane Right TDC 9' BB.tp.de.RT[8] 200 -1000 0 BB.tp.de.RT[8]>-10000. TH1F dE_R_tdc_10 'dE Plane Right TDC 10' BB.tp.de.RT[9] 200 -1000 0 BB.tp.de.RT[9]>-10000. TH1F dE_R_tdc_11 'dE Plane Right TDC 11' BB.tp.de.RT[10] 200 -1000 0 BB.tp.de.RT[10]>-10000. TH1F dE_R_tdc_12 'dE Plane Right TDC 12' BB.tp.de.RT[11] 200 -1000 0 BB.tp.de.RT[11]>-10000. TH1F dE_R_tdc_13 'dE Plane Right TDC 13' BB.tp.de.RT[12] 200 -1000 0 BB.tp.de.RT[12]>-10000. TH1F dE_R_tdc_14 'dE Plane Right TDC 14' BB.tp.de.RT[13] 200 -1000 0 BB.tp.de.RT[13]>-10000. TH1F dE_R_tdc_15 'dE Plane Right TDC 15' BB.tp.de.RT[14] 200 -1000 0 BB.tp.de.RT[14]>-10000. TH1F dE_R_tdc_16 'dE Plane Right TDC 16' BB.tp.de.RT[15] 200 -1000 0 BB.tp.de.RT[15]>-10000. TH1F dE_R_tdc_17 'dE Plane Right TDC 17' BB.tp.de.RT[16] 200 -1000 0 BB.tp.de.RT[16]>-10000. TH1F dE_R_tdc_18 'dE Plane Right TDC 18' BB.tp.de.RT[17] 200 -1000 0 BB.tp.de.RT[17]>-10000. TH1F dE_R_tdc_19 'dE Plane Right TDC 19' BB.tp.de.RT[18] 200 -1000 0 BB.tp.de.RT[18]>-10000. TH1F dE_R_tdc_20 'dE Plane Right TDC 20' BB.tp.de.RT[19] 200 -1000 0 BB.tp.de.RT[19]>-10000. TH1F dE_R_tdc_21 'dE Plane Right TDC 21' BB.tp.de.RT[20] 200 -1000 0 BB.tp.de.RT[20]>-10000. TH1F dE_R_tdc_22 'dE Plane Right TDC 22' BB.tp.de.RT[21] 200 -1000 0 BB.tp.de.RT[21]>-10000. TH1F dE_R_tdc_23 'dE Plane Right TDC 23' BB.tp.de.RT[22] 200 -1000 0 BB.tp.de.RT[22]>-10000. TH1F dE_R_tdc_24 'dE Plane Right TDC 24' BB.tp.de.RT[23] 200 -1000 0 BB.tp.de.RT[23]>-10000. # Left dE plane TDCs TH1F dE_L_tdc_1 'dE Plane Left TDC 1' BB.tp.de.LT[0] 200 -1000 0 BB.tp.de.LT[0]>-10000. TH1F dE_L_tdc_2 'dE Plane Left TDC 2' BB.tp.de.LT[1] 200 -1000 0 BB.tp.de.LT[1]>-10000. TH1F dE_L_tdc_3 'dE Plane Left TDC 3' BB.tp.de.LT[2] 200 -1000 0 BB.tp.de.LT[2]>-10000. TH1F dE_L_tdc_4 'dE Plane Left TDC 4' BB.tp.de.LT[3] 200 -1000 0 BB.tp.de.LT[3]>-10000. TH1F dE_L_tdc_5 'dE Plane Left TDC 5' BB.tp.de.LT[4] 200 -1000 0 BB.tp.de.LT[4]>-10000. TH1F dE_L_tdc_6 'dE Plane Left TDC 6' BB.tp.de.LT[5] 200 -1000 0 BB.tp.de.LT[5]>-10000. TH1F dE_L_tdc_7 'dE Plane Left TDC 7' BB.tp.de.LT[6] 200 -1000 0 BB.tp.de.LT[6]>-10000. TH1F dE_L_tdc_8 'dE Plane Left TDC 8' BB.tp.de.LT[7] 200 -1000 0 BB.tp.de.LT[7]>-10000. TH1F dE_L_tdc_9 'dE Plane Left TDC 9' BB.tp.de.LT[8] 200 -1000 0 BB.tp.de.LT[8]>-10000. TH1F dE_L_tdc_10 'dE Plane Left TDC 10' BB.tp.de.LT[9] 200 -1000 0 BB.tp.de.LT[9]>-10000. TH1F dE_L_tdc_11 'dE Plane Left TDC 11' BB.tp.de.LT[10] 200 -1000 0 BB.tp.de.LT[10]>-10000. TH1F dE_L_tdc_12 'dE Plane Left TDC 12' BB.tp.de.LT[11] 200 -1000 0 BB.tp.de.LT[11]>-10000. TH1F dE_L_tdc_13 'dE Plane Left TDC 13' BB.tp.de.LT[12] 200 -1000 0 BB.tp.de.LT[12]>-10000. TH1F dE_L_tdc_14 'dE Plane Left TDC 14' BB.tp.de.LT[13] 200 -1000 0 BB.tp.de.LT[13]>-10000. TH1F dE_L_tdc_15 'dE Plane Left TDC 15' BB.tp.de.LT[14] 200 -1000 0 BB.tp.de.LT[14]>-10000. TH1F dE_L_tdc_16 'dE Plane Left TDC 16' BB.tp.de.LT[15] 200 -1000 0 BB.tp.de.LT[15]>-10000. TH1F dE_L_tdc_17 'dE Plane Left TDC 17' BB.tp.de.LT[16] 200 -1000 0 BB.tp.de.LT[16]>-10000. TH1F dE_L_tdc_18 'dE Plane Left TDC 18' BB.tp.de.LT[17] 200 -1000 0 BB.tp.de.LT[17]>-10000. TH1F dE_L_tdc_19 'dE Plane Left TDC 19' BB.tp.de.LT[18] 200 -1000 0 BB.tp.de.LT[18]>-10000. TH1F dE_L_tdc_20 'dE Plane Left TDC 20' BB.tp.de.LT[19] 200 -1000 0 BB.tp.de.LT[19]>-10000. TH1F dE_L_tdc_21 'dE Plane Left TDC 21' BB.tp.de.LT[20] 200 -1000 0 BB.tp.de.LT[20]>-10000. TH1F dE_L_tdc_22 'dE Plane Left TDC 22' BB.tp.de.LT[21] 200 -1000 0 BB.tp.de.LT[21]>-10000. TH1F dE_L_tdc_23 'dE Plane Left TDC 23' BB.tp.de.LT[22] 200 -1000 0 BB.tp.de.LT[22]>-10000. TH1F dE_L_tdc_24 'dE Plane Left TDC 24' BB.tp.de.LT[23] 200 -1000 0 BB.tp.de.LT[23]>-10000. # ---------------------------------------------------------------------------------- # Bigbite Track Reconstrcution check FORMULA ThDegree BB.gold.th*180/3.1415927 FORMULA PhDegree BB.gold.ph*180/3.1415927 TH1F bbtrn 'Track Number per Event' BB.tr.n 5 -0.5 4.5 TH2F bbtrxy 'Hits on the first Chamber x vs y' BB.tr.y BB.tr.x 100 -.2 .2 100 -.8 .8 TH2F bbtrthph 'Track angular distr. Vert vs Horizontal' BB.tr.ph BB.tr.th 100 -.2 .2 100 -.8 .8 TH1F bbp 'Track Momentum' BB.gold.p 100 0 3 TH1F bbz 'Vertex Reconstruct' BB.tr.vz 100 -.5 .5 TH1F bbpx 'Momentum Lab X' BB.gold.px 100 -1.6 0 TH1F bbpy 'Momentum Lab Y' BB.gold.py 100 -.6 .6 TH1F bbpz 'Momentum Lab Z' BB.gold.pz 100 0 3 TH1F bbth 'Out of Plane Angle' ThDegree 100 -30 30 TH1F bbph 'In Plane Angle (Rel. to BB Center)' PhDegree 100 -10 10 #TH2F bbtrxy 'Hits on the first Chamber x vs y' BB.tr.y BB.tr.x 100 -.2 .2 100 -.8 .8 ElectronTrack #TH2F bbtrthph 'Track angular distr. Vert vs Horizontal' BB.tr.ph BB.tr.th 100 -.2 .2 100 -.8 .8 ElectronTrack #TH1F bbp 'Track Momentum' BB.gold.p 100 0 3 ElectronTrack #TH1F bbz 'Vertex Reconstruct' BB.tr.vz 100 -.5 .5 ElectronTrack #TH1F bbpx 'Momentum Lab X' BB.gold.px 100 -1.6 0 ElectronTrack #TH1F bbpy 'Momentum Lab Y' BB.gold.py 100 -.6 .6 ElectronTrack #TH1F bbpz 'Momentum Lab Z' BB.gold.pz 100 0 3 ElectronTrack #TH1F bbth 'Out of Plane Angle' ThDegree 100 -30 30 ElectronTrack #TH1F bbph 'In Plane Angle (Rel. to BB Center)' 100 -10 10 PhDegree # ------------------------------------------------ # physics variables # ------------------------------------------------