[Clas12_software] error in bankdefs
David Heddle
david.heddle at cnu.edu
Thu May 29 12:59:23 EDT 2014
Currently the FTOF bankdefs have
<column name="ETot" type="float64" num="1" info="Total Energy
Deposited" />
<column name="x_avg" type="float64" num="2" info="Average global x
position" />
<column name="y_avg" type="float64" num="3" info="Average global y
position" />
<column name="z_avg" type="float64" num="4" info="Average global z
position" />
<column name="lx_avg" type="float64" num="5" info="Average local x
position" />
<column name="ly_avg" type="float64" num="6" info="Average local y
position" />
<column name="lz_avg" type="float64" num="7" info="Average local z
position" />
<column name="t_avg" type="float64" num="8" info="Average time" />
<column name="pid" type="float64" num="9" info="Particle ID" />
<column name="vx" type="float64" num="10" info="x coordinate of
primary vertex" />
<column name="vy" type="float64" num="11" info="y coordinate of
primary vertex" />
<column name="vz" type="float64" num="12" info="z coordinate of
primary vertex" />
<column name="E" type="float64" num="13" info="Energy of the track
at the entrance point" />
<column name="mpid" type="float64" num="14" info="Mother Particle
ID" />
<column name="mvx" type="float64" num="15" info="x coordinate of
mother vertex" />
<column name="mvy" type="float64" num="16" info="y coordinate of
mother vertex" />
<column name="mvz" type="float64" num="17" info="z coordinate of
mother vertex" />
<column name="sector" type="int32" num="20" info="ADC Left" />
<column name="paddle" type="int32" num="21" info="ADC Left" />
<column name="ADCL" type="int32" num="22" info="ADC Left" />
<column name="ADCR" type="int32" num="23" info="ADC Right" />
<column name="TDCL" type="int32" num="24" info="TDC Left" />
<column name="TDCR" type="int32" num="25" info="TDC Right" />
According to Mauri (and what I see) the actual structure is
ETot 1 1 1 Total Energy Deposited
<x> 2 1 1 Average global x position
<y> 3 1 1 Average global y position
<z> 4 1 1 Average global z position
<lx> 5 1 1 Average local x position
<ly> 6 1 1 Average local y position
<lz> 7 1 1 Average local z position
<t> 8 1 1 Average time
pid 9 1 1 Particle ID
vx 10 1 1 x coordinate of primary vertex
vy 11 1 1 y coordinate of primary vertex
vz 12 1 1 z coordinate of primary vertex
E 13 1 1 Energy of the track at the entrance point
mpid 14 1 1 Mother Particle ID
mvx 15 1 1 x coordinate of mother vertex
mvy 16 1 1 y coordinate of mother vertex
mvz 17 1 1 z coordinate of mother vertex
px 18 1 1 px
py 19 1 1 py
pz 20 1 1 pz
sector 21 0 1 ADC Left
paddle 22 0 1 ADC Left
ADCL 23 0 1 ADC Left
ADCR 24 0 1 ADC Right
TDCL 25 0 1 TDC Left
TDCR 26 0 1 TDC Right
the bank defs are missing nums 18 an 19, and worse get offset after that --
i.e. have sector at 20, which is actually pz.
--
David P. Heddle, Ph.D.
Associate Professor of Physics
Christopher Newport University
Newport News, VA 23606
757.594.8434 (CNU)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jlab.org/pipermail/clas12_software/attachments/20140529/a4214f47/attachment-0002.html>
More information about the Clas12_software
mailing list