Warning, /analysis/EnergyCorrelatorsJets/ColdQCDENC/SEnergyCorrelator/README.md is written in an unsupported language. File is not indexed.
0001 # SEnergyCorrelator
0002
0003 A module to compute N-Point Energy-Energy Correlators (ENC) in the SPHENIX software stack. Calclations can be done manually or via Patrick
0004 Komiske's [Energy-Energy Correlator](https://github.com/pkomiske/EnergyEnergyCorrelators).
0005
0006 ## Usage
0007
0008 After copying the source files (located in `src/`), compile the module with the `sphx-build` script in `src`:
0009
0010 ```
0011 ./sphx-build
0012 ```
0013
0014 The macros `DoStandaloneCorrelatorCalculation.cxx` illustrate how to use the module.
0015
0016 ```
0017 root -b -q RunENCCalculation.cxx
0018 ```
0019
0020 All of the relevant parameters such as input/output files, n-points, jet pT bins, etc. are set in `EnergyCorrelatorOptions.h` The script
0021 `RunENCCalculation.rb` can be used to run this macro with fewer keystrokes.
0022
0023 ---
0024
0025 ## To-Do:
0026
0027 - [Major] Add functionality to run multiple n-points per calculation