Difference between revisions of "DF Definitions of Tracking Elements"
Line 8: | Line 8: | ||
Hit.java defines the representation of a drift chamber wire hit. | Hit.java defines the representation of a drift chamber wire hit. | ||
=Clusters= | =Clusters= | ||
− | "A cluster in the DC consists of an array of hits that are grouped together according to the algorithm of the ClusterFinder class" - Veronique Ziegler, clas12-offline-software, Cluster.java | + | <blockquote> |
+ | <p>"A cluster in the DC consists of an array of hits that are grouped together according to the algorithm of the ClusterFinder class"</p> | ||
+ | <p> - Veronique Ziegler, clas12-offline-software, Cluster.java</p> | ||
+ | </blockquote> | ||
=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 | + | <blockquote> |
+ | <p>"A class to describe segment objects, where a Segment is a fitted cluster that has been pruned of hits with bad residuals"</p> | ||
+ | <p> - Veronique Ziegler, clas12-offline-software, Segment.java</p> | ||
+ | </blockquote> | ||
=Crosses= | =Crosses= | ||
− | "The crosses are objects used to find tracks and are characterized by a 3-D point and a direction unit vector." - Veronique Ziegler, clas12-offline-software, Cross.java | + | <blockquote> |
+ | <p>"The crosses are objects used to find tracks and are characterized by a 3-D point and a direction unit vector."</p> | ||
+ | <p> - Veronique Ziegler, clas12-offline-software, Cross.java</p> | ||
+ | </blockquote> | ||
=Tracks= | =Tracks= | ||
− | "A class representing track candidates in the DC. A track has a trajectory represented by an ensemble of geometrical state vectors along its path, a charge and a momentum" - Veronique Ziegler, clas12-offline-software, Track.java | + | <blockquote> |
+ | <p>"A class representing track candidates in the DC. A track has a trajectory represented by an ensemble of geometrical state vectors along its path, a charge and a momentum"</p> | ||
+ | <p> - Veronique Ziegler, clas12-offline-software, Track.java</p> | ||
+ | </blockquote> |
Revision as of 19:40, 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
"A cluster in the DC consists of an array of hits that are grouped together according to the algorithm of the ClusterFinder class"
- Veronique Ziegler, clas12-offline-software, Cluster.java
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
"The crosses are objects used to find tracks and are characterized by a 3-D point and a direction unit vector."
- Veronique Ziegler, clas12-offline-software, Cross.java
Tracks
"A class representing track candidates in the DC. A track has a trajectory represented by an ensemble of geometrical state vectors along its path, a charge and a momentum"
- Veronique Ziegler, clas12-offline-software, Track.java