This is TikiWiki 1.9.7 -Sirius- © 2002–2006 by the Tiki community Sat 28 of Jun, 2025 [22:26 UTC]
Menu [hide]
Toggle  Wiki
Toggle  Blogs
Toggle  Forums
Toggle  Charts
TikiWiki Assistant
Thank you for installing TikiWiki!
Click the :: options in the Menu for more options. Please, also see TikiMovies for more setup details.

History: BigBite Tracking and Drift Chamber Global Variables

Comparing version 6 with version 14

Version: 6 Version: 14 (current)
riordan - Thu 17 of Aug, 2006 [19:47 UTC] riordan - Thu 25 of Jan, 2007 [20:30 UTC]

@@ -Lines: 28-31 changed to +Lines: 28-44 @@
g.timestamp|Time Stamp||
+ !Drift Chamber Specific Variables
+
+ ||__tag__|__description__
+ B.dc.trackskipped|Bit 0 too busy, no tracking attempted
+ |Bit 1 tracking was done but reached soft max, skipped some groups
+ |Bit 2 tracking was done but reached hard max, skipped some groups
+ B.dc.ncall|Number of calls to THaMWDC::AllCombos()
+ B.dc.ngrp|Number of tracking groups considered
+ B.dc.estncall|Estimation of calls to THaMWDC::AllCombos()
+ B.dc.estngrp|Estimated number of groups
+ B.dc.cproctime|Amount of time spent in coarse processing (s)
+ B.dc.fproctime|Amount of time spent in fine processing (s)
+ ||
!MWDC Plane Variables

@@ -Lines: 59-63 changed to +Lines: 72-78 @@
cortimeof|[[nWires]| -1e35 | |THaMWDCPlane::Decode| Drift time (nsec)
NumHitsof|[[nWires]| 0| |THaMWDCPlane::Decode| Number of hits on this wire
- reftimeof|[[nRefWires]| -2e35| |THaMWDCPlane::Decode| Time of reference channel (nsec)||
+ reftimeof|[[nRefWires]| -2e35| |THaMWDCPlane::Decode| Time of reference channel (nsec)
chi2 |[[nWires]| 0| |THaMWDCGroup::CalcChi2 | Chi squared contribution in track
cchi2 |[[nWires]| 0| |THaMWDCGroup::CalcChi2 | Chi squared contribution in coarse track
||

!!Additional Plane Data

@@ -Lines: 86-104 changed to +Lines: 101-119 @@
!!!Extended Tracking Variables
||__tag__| __size__| __default__| __note__| __defining function__| __description__
- B.tr.p|tr.n|NA| |THaMWDC::FindVertices |Track momentum magnitude (GeV/c)
B.tr.px|tr.n|NA| | THaMWDC::FindVertices |Track momentum magnitude (GeV/c) times directional cosine in x direction in Lab Coordinates
B.tr.py|tr.n|NA| | THaMWDC::FindVertices |Track momentum magnitude (GeV/c) times directional cosine in y direction in Lab Coordinates
B.tr.pz|tr.n|NA| | THaMWDC::FindVertices |Track momentum magnitude (GeV/c) times directional cosine in y direction in Lab Coordinates
B.tr.vx|tr.n|NA| | THaMWDC::FindVertices |Track vertex x coord in lab coordinates (meters)
B.tr.vy|tr.n|NA| |THaMWDC::FindVertices |Track vertex y coord in lab coordinates (meters)
B.tr.vz|tr.n|NA| | THaMWDC::FindVertices |Track vertex z coord in lab coordinates (meters)
B.tr.fT.x|tr.n|NA| | THaMWDC::FindVertices |Front track (before magnet interaction) x coordinate at z=0 in target coordinates (meters)
B.tr.fT.y|tr.n|NA| | THaMWDC::FindVertices |Front track y coordinate at z=0 in target coordinates (meters)
B.tr.fT.xp|tr.n|NA| | THaMWDC::FindVertices |Front track slope dx/dz (tangent theta) in target coords
B.tr.fT.yp|tr.n|NA| | THaMWDC::FindVertices |Front track slope dy/dz (tangent phi) in target coords
B.tr.defang|tr.n|NA| |THaMWDC::FindVertices |Deflection angle (radians)
B.tr.beam.x|tr.n|NA| |THaMWDC::FindVertices |Track x coordinate at beam z in detector coords (meters)
B.tr.beam.y|tr.n|NA| |THaMWDC::FindVertices |Track y coordinate at beam z in detector coords (meters)
B.tr.beam.z|tr.n|NA| |THaMWDC::FindVertices |Track z coordinate at beam z in detector coords (meters)||
+ tr.p|tr.n|NA| |THaMWDC::FindVertices |Track momentum magnitude (GeV/c)
tr.px|tr.n|NA| | THaMWDC::FindVertices |Track momentum magnitude (GeV/c) times directional cosine in x direction in Lab Coordinates
tr.py|tr.n|NA| | THaMWDC::FindVertices |Track momentum magnitude (GeV/c) times directional cosine in y direction in Lab Coordinates
tr.pz|tr.n|NA| | THaMWDC::FindVertices |Track momentum magnitude (GeV/c) times directional cosine in y direction in Lab Coordinates
tr.vx|tr.n|NA| | THaMWDC::FindVertices |Track vertex x coord in lab coordinates (meters)
tr.vy|tr.n|NA| |THaMWDC::FindVertices |Track vertex y coord in lab coordinates (meters)
tr.vz|tr.n|NA| | THaMWDC::FindVertices |Track vertex z coord in lab coordinates (meters)
tr.fT.x|tr.n|NA| | THaMWDC::FindVertices |Front track (before magnet interaction) x coordinate at z=0 in target coordinates (meters)
tr.fT.y|tr.n|NA| | THaMWDC::FindVertices |Front track y coordinate at z=0 in target coordinates (meters)
tr.fT.xp|tr.n|NA| | THaMWDC::FindVertices |Front track slope dx/dz (tangent theta) in target coords
tr.fT.yp|tr.n|NA| | THaMWDC::FindVertices |Front track slope dy/dz (tangent phi) in target coords
tr.defang|tr.n|NA| |THaMWDC::FindVertices |Deflection angle (radians)
tr.beam.x|tr.n|NA| |THaMWDC::FindVertices |Track x coordinate at beam z in detector coords (meters)
tr.beam.y|tr.n|NA| |THaMWDC::FindVertices |Track y coordinate at beam z in detector coords (meters)
tr.beam.z|tr.n|NA| |THaMWDC::FindVertices |Track z coordinate at beam z in detector coords (meters)||

!!!Coarse Tracking Variables

@@ -Lines: 107-108 changed to +Lines: 122-127 @@

These variables are identical to those above for B.tr.*, however, they are calculated using the coarse tracks. They are available when the SaveCoarseTracks() function is called in the THaBBe class.
+
+ See also:
+ [http://hallaweb.jlab.org/experiment/E02-013/offline/GlobalVars.pdf|BigBite Global and Drift Chamber Variables]
+ [http://hallaweb.jlab.org/experiment/E02-013/offline/BBextendedvars.txt|BigBite Tracking and extended Drift Chamber Variables]

History

Legend: v=view, s=source
Date User IpComment Version Action
Thu 25 of Jan, 2007 [20:30 UTC] riordan128.2.112.124  14
current
 v  s
Thu 25 of Jan, 2007 [20:28 UTC] riordan128.2.112.124  13  v  s  
Thu 25 of Jan, 2007 [19:21 UTC] riordan128.2.112.124  12  v  s  
Thu 25 of Jan, 2007 [19:16 UTC] riordan128.2.112.124  11  v  s  
Mon 18 of Dec, 2006 [21:16 UTC] feuerbac129.57.122.44change category to just GEn::BigBite 10  v  s  
Fri 18 of Aug, 2006 [20:29 UTC] riordan128.2.112.124  9  v  s  
Fri 18 of Aug, 2006 [02:15 UTC] nerses129.57.122.43Just assigned to the GEn category 8  v  s  
Thu 17 of Aug, 2006 [20:10 UTC] riordan128.2.112.124  7  v  s  
Thu 17 of Aug, 2006 [19:47 UTC] riordan128.2.112.124  6  v  s  
Thu 17 of Aug, 2006 [19:19 UTC] riordan128.2.112.124  5  v  s  
Thu 17 of Aug, 2006 [19:18 UTC] riordan128.2.112.124  4  v  s  
Thu 17 of Aug, 2006 [19:09 UTC] riordan128.2.112.124  3  v  s  
Thu 17 of Aug, 2006 [19:08 UTC] riordan128.2.112.124  2  v  s  
Thu 17 of Aug, 2006 [19:06 UTC] riordan128.2.112.124  1  v  s  

Search
in:
Powered by TikiWiki Powered by PHP Powered by Smarty Powered by ADOdb Made with CSS Powered by RDF powered by The PHP Layers Menu System
RSS Wiki RSS Blogs rss Articles RSS Image Galleries RSS File Galleries RSS Forums
[ Execution time: 0.45 secs ]   [ Memory usage: 6.90MB ]   [ 61 database queries used ]   [ GZIP Enabled ]   [ Server load: 1.26 ]