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.

SVT Hit Efficiencies Presentation

TODO:

  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 for an MC readout file.

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>

OR run the following command on an input file of interest for a data evio file.

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

 

Output files:

  1. <output file base name>.root (root file of all histograms)
  2. <output file base name>.slcio (lcio file of reconstructed tracks with missing layer)
  3. <output file base name>.txt (text file of column 1 = channel ID, column 2 = hit efficiency)

...