3
edits
To compile the analysis code, make a copy in the direction that you want to work in, source RAT by running
source /afs/hep.wisc.edu/ddm/ratcage/env.sh
.L annotated_analysis_script.C+
This loads the C script into ROOT and then compiles it, be sure to append the '+' after the C to compile.
To run it, call the function defined in the script. In this case, you should run
makehistogram("PATH_TO_YOUR_ROOT_FILE")
|
edits