Difference between revisions of "DF Definitions of Tracking Elements"

From New IAC Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
*DocaErr
 
*DocaErr
 
==FittedHit.java==
 
==FittedHit.java==
{|border="1" style="border-collapse: collapse;"
+
{| border="1" cellpadding="2"
 +
|----
 +
! scope="col" width="width:20em;" |COLUMN1
 +
! scope="col" width="width:20em;" |COLUMN2
 
|-
 
|-
| A
+
|ROW1
| B
+
|ROW1/COL2
 
|-
 
|-
| C
+
|ROW2
| D
+
|ROW2/COL2
 +
|----
 
|}
 
|}
  

Revision as of 17:02, 24 May 2018

Below are definitions of the structures used in the clas12 dc reconstructions.

Hits

Hit.java

The basic building block of the other structures used in the reconstruction, Hits are simply a representation of a drift chamber wire interaction. It stores all of the relevant information for identifying a wire:

  • Sector:
  • Superlayer
  • Layer
  • Wire

It alos stores some information regarding the interaction itself:

  • TDC
  • Id
  • cellSize
  • DocaErr

FittedHit.java

COLUMN1 COLUMN2
ROW1 ROW1/COL2
ROW2 ROW2/COL2

Clusters

Segments

Crosses

Tracks