Difference between revisions of "ROOT Tree variables list"

From Hall A Wiki
Jump to: navigation, search
(ADC)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== LHRS ==
 
== LHRS ==
  
=== VDC - 2 UV planes ===
+
=== VDC===
 +
2 UV planes each event has different number of wires hit, allways < 50
  
 
==== raw TDC time ====
 
==== raw TDC time ====
   L.vdc.u1.rawtime  (u1)
+
   L.vdc.u1.rawtime[] /Double_t (u1)
   L.vdc.v1.rawtime  (v1)
+
   L.vdc.v1.rawtime[] /Double_t (v1)
   L.vdc.u2.rawtime  (u2)
+
   L.vdc.u2.rawtime[] /Double_t (u2)
   L.vdc.v2.rawtime  (v2)
+
   L.vdc.v2.rawtime[] /Double_t (v2)
  
=== S2 - 16 scintillator paddles ===
+
=== S2 ===
 +
16 scintillator paddles
  
 
==== ADC ====
 
==== ADC ====
Line 16: Line 18:
  
 
==== TDC ====
 
==== TDC ====
   L.s2.lt[16] (left side)
+
   L.s2.lt[16] /Double_t (left)
   L.s2.rt[16] (right side)
+
   L.s2.rt[16]/Double_t (right)

Latest revision as of 13:08, 24 February 2015

LHRS

VDC

2 UV planes each event has different number of wires hit, allways < 50

raw TDC time

 L.vdc.u1.rawtime[] /Double_t  (u1)
 L.vdc.v1.rawtime[] /Double_t  (v1)
 L.vdc.u2.rawtime[] /Double_t  (u2)
 L.vdc.v2.rawtime[] /Double_t  (v2)

S2

16 scintillator paddles

ADC

 L.s2.la[16] /Double_t (left side)
 L.s2.ra[16] /Double_t (right side)

TDC

 L.s2.lt[16] /Double_t (left)
 L.s2.rt[16]/Double_t (right)