Versions Compared

Key

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

Instructions on how to run drivers for SVT hit efficiency studies and general unbiased residual studies. This must be run on readout files for MC and evio files for data.

...

  1. Update track extrapolations to latest functions
  2. Correct computation of track extrapolation errors
  3. Move general functions to a different driver
  4. Write driver and steering file to combine the hit efficiencies of multiple files
  5. Fix some plots on python analysis code and include fits as functions of u and v
  6. Move python analysis code to HPS-CODE

 Run the following command on an input file of interest.

Code Block
java -jar <jar file> steering-files/src/main/resources/org/hps/steering/analysis/SVTHitPlots.lcsim -i <input file> -DoutputFile=<output file base name>

...