Skip to content
Merged
Show file tree
Hide file tree
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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ formatSourceCode:
@echo ""
astyle --options=./.astylerc src/*
astyle --options=./.astylerc inc/*
# astyle --options=./.astylerc macros/*.C macros/VTS/*.C
# astyle --options=./.astylerc macros/*.C

###############################################################################################################################
install: all
Expand Down
1 change: 1 addition & 0 deletions docs/changes/330.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change location of ROOT macros from ./macros/VTS to ./macros.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Need to have analysed flasher run with -writeextracalibtree option enabled.

Call macro like this:

root -l -q -b "$EVNDISPSYS/macros/VTS/plot_flasher_levels.C( <runnumber>, \"$EVNDISPDATA/Calibration\", \"<outputdir>\" )"
root -l -q -b "$EVNDISPSYS/VTS/plot_flasher_levels.C( <runnumber>, \"$EVNDISPDATA/Calibration\", \"<outputdir>\" )"

(Assuming your .gain.root files are in the usual place. If not, the second argument will be the calibration directory.)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading