Monitoring standalone the status of RCT, from a file with digis
This is almost identical to RCT DQM module in CMSSW , it just runs standalone.
A example of a good 2012 run for reference.
(Note: there is another instance of this code in the RCT Offline DQM that Pam or the RCT oncall run regularly on the already collected raw data for our weekly RCT certification. The plots are identical in format.)
scram pro -n dqmTests CMSSW CMSSW_7_4_0_pre5
git cms-init
git clone --recursive https://github.com/mcepeda/TestDQM.git RCTOfflineTests/RCTOfflineDQM/
scram b
cd RCTOfflineTests/RCTOfflineDQM/testedit RCTOfflineDQMForCommissioning_cfg.py to include your MC/Emulation file & check that the name of the rctDigis is the correct one (can be simRctDigis or caloStage1Digis or similar collection)
bash runDQMPlot.shThis creates a folder with plots & with the .html files needed to display this in a webbrowser. If you have access to a webpage from your userarea, just copy the folder.