Class CalibrationConstantsLoader

java.lang.Object
org.jlab.rec.alert.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
      < {t0,dt0,extra1,extra2,chi2ndf}
    • AHDC_RAW_HIT_CUTS

      public static Map<Integer,double[]> AHDC_RAW_HIT_CUTS
      < {p0..p5, dp0..dp5, chi2ndf}
    • AHDC_ADC_GAINS

      public static Map<Integer,double[]> AHDC_ADC_GAINS
      < {t_min,t_max,tot_min,tot_max,adc_min,adc_max,ped_min,ped_max}
    • AHDC_TIME_OVER_THRESHOLD

      public static Map<Integer,double[]> AHDC_TIME_OVER_THRESHOLD
      < {gainCorr, dgainCorr, extra1, extra2, extra3}
    • ATOF_EFFECTIVE_VELOCITY

      public static Map<Integer,double[]> ATOF_EFFECTIVE_VELOCITY
      < {totCorr, dtotCorr, extra1, extra2, extra3}
    • ATOF_TIME_WALK

      public static Map<Integer,double[]> ATOF_TIME_WALK
      < {veff,dveff,extra1,extra2}
    • ATOF_ATTENUATION_LENGTH

      public static Map<Integer,double[]> ATOF_ATTENUATION_LENGTH
      < {tw0..tw3, dtw0..dtw3, chi2ndf}
    • ATOF_TIME_OFFSETS

      public static Map<Integer,double[]> ATOF_TIME_OFFSETS
      < {attlen,dattlen,extra1,extra2}
  • Constructor Details

    • CalibrationConstantsLoader

      public CalibrationConstantsLoader()
  • Method Details