Class LTCCClusterCorrection

java.lang.Object
org.jlab.service.ltcc.LTCCClusterCorrection

public class LTCCClusterCorrection extends Object
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 Details

    • LTCCClusterCorrection

      public LTCCClusterCorrection()
  • Method Details

    • calcPosition

      public static Vector3D calcPosition(Vector3D clusterPos, double p, int charge, double torus, double solenoid)