Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The xrootd list is retrieved in the script (thanks Johan & David!) using
    No Format
    /afs/slac.stanford.edu/u/gl/glast/datacatalog/prod/datacat find --group RECONHISTALARMDIST --site SLAC_XROOT /Data/Flight/Level1/LPA --sort 'nRun' --filter 'nMootKey==2419||nMootkey==2321||nMootKey==2417'
    

FLE and FHE monitoring

We used the reconhist file to monitor the FLE and FHE threshold, downloaded by the following command :

No Format

/afs/slac.stanford.edu/u/gl/glast/datacatalog/prod/datacat find --group RECONHIST --site SLAC_XROOT /Data/Flight/Level1/LPA --sort 'nRun'  --filter '(nRun>"+str(MetStart)+"&&nRun<"+str(MetStop)+")&&nMootKey==2419||nMootKey==2321||nMootKey==2417)'

Fitting procedure

For FLE, we fit the 'SuspCalLo_Highest0_EnergyDistribution_TH1' histogram with the following function :

...