Difference between revisions of "DF Definitions of Tracking Elements"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Below are definitions of the structures used in the clas12 dc reconstructions. | Below are definitions of the structures used in the clas12 dc reconstructions. | ||
=Hits= | =Hits= | ||
− | "A DC hit is characterized by superlayer, layer, sector, wire number, and time." - Veronique Ziegler | + | "A DC hit is characterized by superlayer, layer, sector, wire number, and time." - Veronique Ziegler, clas12-offline-software, Hit.java |
− | + | Hit.java defines the representation of a drift chamber wire hit. | |
+ | =Clusters= | ||
=Segments= | =Segments= | ||
+ | "A class to describe segment objects, where a Segment is a fitted cluster that has been pruned of hits with bad residuals" - Veronique Ziegler, clas12-offline-software, Segment.java | ||
+ | |||
=Crosses= | =Crosses= | ||
=Tracks= | =Tracks= |
Revision as of 19:23, 23 May 2018
Below are definitions of the structures used in the clas12 dc reconstructions.
Hits
"A DC hit is characterized by superlayer, layer, sector, wire number, and time." - Veronique Ziegler, clas12-offline-software, Hit.java
Hit.java defines the representation of a drift chamber wire hit.
Clusters
Segments
"A class to describe segment objects, where a Segment is a fitted cluster that has been pruned of hits with bad residuals" - Veronique Ziegler, clas12-offline-software, Segment.java