We should normalize the calibration used in offline and configuration building to the best values from L&EO

 The input files are listed below, along with the various reports

Base path is $LATMonRoot/ACD/FLIGHT aka                                        
/afs/slac.stanford.edu/g/glast/ground/releases/monitor/ACD/FLIGHT              

In each case read                                                              
type_of_calib:         flavor_or_alias         path                            
FlavorPed:                vanilla                  Ped/081208/r0250381744_ped.xml           
FlavorGain:               vanilla                 ElecGain/081208/r0250381744_gain.xml
FlavorHighRange:      vanilla                HighRange/081208/hr_081208_highRange.xml
FlavorCoherentNoise: vanilla               CoherentNoise/081208/r0250381744_coherentNoise.xml

Various reports:
Pedestals                                                               
MIP peaks                                                             
High range calibration                                                      
Coherent Noise Calibration

  • No labels

1 Comment

  1. The JO to test them if they are in the DB as flavor "test" and in the "DEV" database are:

    AcdCalibSvc.FlavorPed = "test";
    AcdCalibSvc.FlavorGain = "test";
    AcdCalibSvc.FlavorHighRange = "test";
    AcdCalibSvc.FlavorCoherentNoise = "test";

    and
    CalibDataSvc.CalibFlavorList +=

    Unknown macro: {"test"}

    ; Brackets are essential
    CalibMySQLCnvSvc.QualityList =

    Unknown macro: {"PROD","DEV"}

    ;