Versions Compared

Key

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

...

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)

...