QA monitoring plots

 Here you can find them: https://online.star.bnl.gov/epd/

How to get there:
ssh -t -A -Y stargw.starp.bnl.gov
ssh onlmon@onl11  -- the number is important because cron jobs on different nodes go for other years etc.
cd /ldaphome/onlmon/epd2023/

Cron runs jobs all the time which should make the html page and post there beautiful plots.

How to deal with it:
1. remember to check the versions of star software and compile the StRoot with the proper ones! starnew
Macro which is run by the cron is: runEpdOnlineMonitor
which runs perl macros:
/ldaphome/onlmon/epd2023/BitMapCheck/makeepdbitmappage.pl 0 run debug.   -> not important
/ldaphome/onlmon/epd2023/Signal/makeepdqapage.pl 0 run debug.  -> VERY IMPORTANT
in Signal folder you have folders for each day, inside there are *.done files which correspond to each run, if it was "done" by the scripts and the plots are on the webpage
If you want to make the plot again, remove the given "*.done"

... more later...