Warning, /analysis/Event-Display/README.org is written in an unsupported language. File is not indexed.
0001 #+TITLE: Readme
0002
0003 * Description
0004
0005 Create an event display of the EMCal/HCALIN/HCALOUT from a given DST file and a specific event number. The event information is stored in json format.
0006
0007 Event Display Render: https://www.sphenix.bnl.gov/edisplay/
0008
0009 1) Under Geometry select "SPHENIX TPC GEOMETRY".
0010 2) Click Apply.
0011 3) Under Event upload json file.
0012 4) Click Apply.
0013 5) (Optional) Hit cuts can be adjusted as needed.
0014
0015 * Usage
0016
0017 1 ) Build the module via:
0018 #+begin_src bash
0019 ./build_package.sh
0020 #+end_src
0021
0022 2 ) Run the Fun4All macro:
0023 #+begin_src bash
0024 root -b -l -q 'macro/Fun4All_CaloTreeGen.C(<input>,<event>,<run>,<tow_cemc_min>,<tow_hcalin_min>,<tow_hcalin_min>,<output_json>,<output_ttree>)'
0025 #+end_src
0026
0027 - input: Location of fileList or file containing dst.
0028 - event: Event number to analyze.
0029 - run: Run number.
0030 - tow_cemc_min: minimum threshold tower energy for CEMC.
0031 - tow_hcalin: minimum threshold tower energy for iHCal.
0032 - tow_hcalout: minimum threshold tower energy for oHCal.
0033 - output_json: name of event file.
0034 - output_ttree: name of output file.