Package org.jlab.rec.htcc
Class HTCCReconstruction
java.lang.Object
org.jlab.rec.htcc.HTCCReconstruction
Performs hit clustering for HTTC reconstruction.
- Author:
- J. Hankins, A. Puckett, G. Gavalian
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Main routine for testing.void
processEvent
(DataEvent event) Clusters hits in the given event.
-
Field Details
-
gain
-
time
-
ring_time
-
cluster_par
-
status
-
geometry
-
-
Constructor Details
-
HTCCReconstruction
public HTCCReconstruction()Initializes the HTCCReconstruction.
-
-
Method Details
-
processEvent
Clusters hits in the given event.- Parameters:
event
- the event containing hits to cluster
-
main
Main routine for testing. The environment variable $CLAS12DIR must be set and point to a directory that contains lib/bankdefs/clas12/.xml - Parameters:
args
- ignored
-