Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /analysis/AndersonTrackModules/SDeltaPtCutStudy/README.md is written in an unsupported language. File is not indexed.

0001 # SDeltaPtCutStudy
0002 
0003 This class reads in the output of the SVtxEvaluator class and studies how the percent-error on the reconstructed transverse momentum varies with certain track populations.
0004 
0005 ## Usage
0006 
0007 After copying the source files (in `src/`), compile with:
0008 
0009 ```
0010 ./sphx-build
0011 ```
0012 
0013 And then run with:
0014 
0015 ```
0016 root -b -q DoDeltaPtCutStudy.C
0017 ```