Package org.jlab.service.ltcc
Class LTCCClusterCorrection
java.lang.Object
org.jlab.service.ltcc.LTCCClusterCorrection
- Author:
- S. Joosten Correct the cluster position estimate by incorporating track momentum and charge information. For now, this is a stub that just returns three crude cluster position, but it will be updated with a fit (or lookup-table) generated from the LTCC simulation. Note that the correction ultimately will depend on the torus and solenoid field settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Vector3D
calcPosition
(Vector3D clusterPos, double p, int charge, double torus, double solenoid)
-
Constructor Details
-
LTCCClusterCorrection
public LTCCClusterCorrection()
-
-
Method Details
-
calcPosition
-