Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. go to  https://confluence.slac.stanford.edu/display/BeamTest/Home  (SLAC confluence page)
  2. go into "Operations" part of the page, and click into Data Monitoring where you find a list of runs.
  3. Deatailed informations about a given run can be found going back to the confluence page, down in the Data Analysis part, in the line Data Access click on Summary of Run Types

 

Run the OfflineMonitor

Shifters should run the OfflineMonitor version on pcglast30 in the directory /home/online/OfflineMonitor_Shift

The macro RunIt.C reads merit and BTtuple for a given run receiving in input the run information coded as following:

runnumber(5 digits)energy(6 digits)theta(2 digits)particle type(2 digits)magnetic_filed_current(3 digits)xposition(3 digits)

hence you should

Create a link to the downloaded data with the correct name:

  1. Go to the directory   /home/online/OfflineMonitor_Shift and run the script link.pl with the online run number as argument, e.g. for run 1181

 > ./link.pl 700001181

that creates a link in the directory /home/online/OfflineMonitor_Shift/data

...

                ln -s slac/recon-v1r030603p4_700000684_merit_merit.root with the correct names "new file name_merit.root"                 ln -s slac/svacTuple-v1r030603p4_700000684_svac_svac.root and "new file name_BTtuple.root"

...

runnumber(5 digits)energy(6 digits)theta(2 digits)particle type(2 digits)magnetic filed current(3 digits)xposition(3 digits)

Example for the run downloaded (700000684)run  700001181:        706840010000001000120 711810025000007600201

The links will be:

ln -s slac/recon-v1r030603p4_700000684_merit_merit.root 706840010000001000120_merit.root

...