Class CalibrationConstantsLoader

java.lang.Object
org.jlab.rec.constants.CalibrationConstantsLoader

public class CalibrationConstantsLoader extends Object
This class loads constants from CCDB inspired by the one of the BAND subsystem
Author:
ftouchte
  • Field Details

    • CSTLOADED

      public static boolean CSTLOADED
    • AHDC_TIME_OFFSETS

      public static Map<Integer,double[]> AHDC_TIME_OFFSETS
    • AHDC_TIME_TO_DISTANCE

      public static Map<Integer,double[]> AHDC_TIME_TO_DISTANCE
      < AHDC Parameters for timing offsets
    • AHDC_RAW_HIT_CUTS

      public static Map<Integer,double[]> AHDC_RAW_HIT_CUTS
      < AHDC Parameters for time to distance
    • ATOF_EFFECTIVE_VELOCITY

      public static Map<Integer,double[]> ATOF_EFFECTIVE_VELOCITY
      < AHDC Parameters for raw hit cuts
    • ATOF_TIME_WALK

      public static Map<Integer,double[]> ATOF_TIME_WALK
      < ATOF Parameters for effective velocity
    • ATOF_ATTENUATION_LENGTH

      public static Map<Integer,double[]> ATOF_ATTENUATION_LENGTH
      < ATOF Parameters for time walk
    • ATOF_TIME_OFFSETS

      public static Map<Integer,double[]> ATOF_TIME_OFFSETS
      < ATOF Parameters for attenuation lenght
  • Constructor Details

    • CalibrationConstantsLoader

      public CalibrationConstantsLoader()
  • Method Details