Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This will:
-- Clean the OutputFiles/ directory
-- Create the OutputFiles/submission.yaml
-- Compile the necessary scripts, execute them, produce tables and add them to the submission.yaml
-- Create a tarball to be uploaded to the HEPData.
-- Create a tarball to be uploaded to the HEPData sandbox (https://www.hepdata.net/record/sandbox)

Final notes:
-- I started writing it while using root5. When I moved to root6, I noticed that root6 treats the anchor point of relative paths different. In particular, in root6, the anchor point is the directory from which root is called, while in root5 it was the directory where the file is located. Thus, if you are running root5, you will most likely have to edit the include paths in the Inputs/* files to make sure they find what they are looking for (most likely, just add ../ to the relevant includes).