Warning, /analysis/EnergyCorrelatorsJets/ColdQCDENC/SCorrelatorResponseMaker/README.md is written in an unsupported language. File is not indexed.
0001 # SCorrelatorResponseMaker [Under Construction]
0002
0003 A class to match truth to reconstructed jets and their constituents. This produces a "response tree"
0004 which maps the truth jets/constituents onto their reconstructed counterparts. This tree is then used
0005 by the "SCorrelatorFolder" class to derive corrections for the reconstructed n-point energy correlation
0006 strength functions.
0007
0008 ## Usage
0009
0010 After copying the source files (located in `src/`), compile the module with the `sphx-build` script
0011 in `src`:
0012
0013 ```
0014 ./sphx-build
0015 ```
0016
0017 The macro `MakeCorrelatorResponseTree.cxx` illustrate how to use the module.
0018
0019 ```
0020 root -b -q MakeCorrelatorResponseTree.cxx
0021 ```
0022
0023 The script `MakeCorrelatorResponseTree.rb` can be used to run this macro with fewer keystrokes.
0024
0025 All of the relevant parameters such as input/output files, n-points, jet pT bins, etc. are set in `EnergyCorrelatorOptions.h` The script
0026 `DoStandaloneCorrelatorCalculation.rb` can be used to run this macro with fewer keystrokes.