Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 # STrackCutStudy
0002 
0003 This class reads in the output of the SVtxEvaluator class and studies the impact of various cuts on track populations.  In other words, it takes in the track evaluator tuples and generates a large number of histograms and plots which show how various quantities change after carving out different populations of tracks.  Additional scripts and macros which may be useful can be found in the `macros` and `scripts` directories.
0004 
0005 ## Usage
0006 
0007 After copying the source files (in `src/`), compile the package in the usual manner:
0008 
0009 ```
0010 ./autogen.sh --prefix=$MYINSTALL
0011 make -j 4
0012 make install
0013 ```
0014 
0015 The class can be run locally via:
0016 
0017 ```
0018 root -b -q DoFastTrackCutStudy.C
0019 ```
0020 
0021 The above macro only generates a portion of the possible output. This class is *very* memory-hungry, and can quickly devour all available RAM.  If you would like to run with the full output on SDCC, it's recommended to run it on condor. After editing `DoTrackCutStudy.C` and `DoTrackCutStudyOnCondor.job` for your purposes, do:
0022 
0023 ```
0024 ./SubmitTrackCutStudy.sh
0025 ```