Warning, /analysis/TreeMaker/README.md is written in an unsupported language. File is not indexed.
0001 # This is TreeMaker (needs a new name), an sPHENIX analysis module
0002 # It copies cluster and jet objects and makes new ones for the purpose of eventually applying different energy scales based on constituents
0003
0004 ## These are the main analysis files
0005
0006 File name | description
0007 --------- | -----------
0008 TreeMaker.C | class implementation file
0009 TreeMaker.h | class header file
0010 TreeMakerBackgrounds.C | gets tower backgrounds and sets class variables (for tree output, holdover from DVP's code)
0011 TreeMakerCopyAndMakeClusters.C | copies existing cluster object and fills a new one, algorithm will go here
0012 TreeMakerCopyAndMakeJets.C | copires existing jet objects and makes a new one, algorithm will go here
0013 TreeMakerCreateNode.C | creates new nodes for CopyAndMake functions to fill
0014 TreeMakerGetJets.C | gets jets and sets class variables (for tree output)
0015 TreeMakerInitializations.C | initializes the tree and class variables
0016 TreeMakerLinkDef.h | standard LinkDef (ROOT)
0017 TreeMakerUseFastJet.C | applies fast jet algorithm to list of clusters, regular and modified
0018
0019 ## Additional basic PHENIX universe files
0020
0021 File name | description
0022 --------- | -----------
0023 Makefile.am | standard makefile
0024 autogen.sh | standard autogen file
0025 configure.in | standard configure file
0026
0027 ## Macros to test the code
0028
0029 File name | description
0030 --------- | -----------
0031 run_macro.C | macro to run this class
0032 run_macro_2.C | additional macro
0033
0034 ## Additional files
0035
0036 File name | description
0037 --------- | -----------
0038