Warning, /analysis/EnergyCorrelatorsJets/ColdQCDENC/SCorrelatorJetTreeMaker/README.md is written in an unsupported language. File is not indexed.
0001 # SCorrelatorJetTree
0002
0003 A class to construct a tree of jets from a specified set of events within the sPHENIX software stack. The produced trees will serve as input for the calculation of N-Point Energy Correlations. Additional macros and scripts which may be useful can be found in `macros` and `scripts` respectively.
0004
0005 Initially derived from code by Antonio Silva (thanks!!)
0006
0007 ## Usage
0008
0009 After copying the source files (in `src/`), compile the module using the `sphx-build` script in `src`:
0010
0011 ```
0012 ./sphx-build
0013 ```
0014
0015 The class can then be added to and ran in a Fun4All macro, e.g.
0016
0017 ```
0018 root -b -q Fun4All_RunCorrelatorJetTree.C
0019 ```
0020
0021 ---
0022
0023 ### TODO Items:
0024 - [Major] Implement jet area calculation