Skip to content

Run list

Emanuele Leonardi edited this page Oct 12, 2018 · 1 revision

Getting the list of runs

Sometimes in the (hopefully near) future we will have a web page which will allow access to the full list of runs taken by the PADME experiment with all the related information (running conditions, file produced, start/stop run comments, etc.).

For the moment, the list of runs can be obtained using the tools/list_runs.py script in the DAQ directory of the daq account. For each run this script will show:

  • Start time
  • Stop time
  • Run name
  • Start of run comment
[daq@l0padme1 DAQ]$ tools/list_runs.py
xxxx-xx-xx xx:xx:xx xxxx-xx-xx xx:xx:xx run_0_20180710_145033 SAC ped run
2018-07-10 15:03:59 2018-07-10 15:08:12 run_0_20180710_145915 Pedestal SAC
2018-07-10 15:16:51 2018-07-10 15:19:43 run_0_20180710_151628 ped test
...
2018-10-11 21:04:31 2018-10-11 21:26:38 run_0000000_20181011_210128 Energy 545.15, Target in 5.1 mm HV +250V, IB=215A, Low Multiplicity
2018-10-11 21:45:47 2018-10-11 22:04:41 run_0000000_20181011_214132 Same conditions as before
2018-10-11 22:12:16 xxxx-xx-xx xx:xx:xx run_0000000_20181011_220854 Same as before

The xxxx-xx-xx xx:xx:xx string in the last run in the list means that the run is ongoing.

Feel free to ask Emanuele for changes/improvements on this script.

Clone this wiki locally