IPNL local network: lyoserv.in2p3.fr
DAQ PC: ssh acqilc@lyocmsmu01
(pass: RPC_2008)
DATAQUEST PC: ssh acqilc@lyosdhcal12
(pass: RPC_2008)
Following A-B-C steps to start. 1) 2) 3) 4) - Convenient ways to setting program.
NOTES:
A. source ~/CMS-RPC/dataQuest/scripts/create_myDir.sh myName
check that cd /~CMS-RPC/dataQuest/results/myName
and cd /~CMS-RPC/dataQuest/cards/myName
exist and you have two .csv files.
Now you can start running the code!
Before each analysis with new files copy inputs files : sdfdsfds
B. cd ~/CMS-RPC/dataQuest/bin
C. ./dq --type=card ../cards/myName/default.csv --dir=myName
either you run with the default file
Or if you want to change the parameters for a given run
N.B: if you want to keep the HV or the threshold information associated to the run and get the corresponding appropriate plots when you perform a scan then you have to provide it in the values parameter as in the following examples:
1) ./dq --type=card ../cards/myName/default.csv --dir=myName --runs=741417 --values=6700 --comment=HVOnePoint
in the previous command, we produce the plots for the run number 741417. The root files will contain the information on the HV and also your comment «HVOnePoint».
2) ./dq --type=card ../cards/myName/default.csv --dir=myName --runs=741383 --values=550 --comment=ThresholdOnePoint
in the previous command we produce the plots for the run number 741383. The root files will contain the information on the threshold and also your «MyComment = ThresholdOnePoint».
3) ./dq --type=card ../cards/myName/default.csv --dir=myName --runs='741417|741419' --values='6700|6900' --comment=HVTwoPoints
If you want to analyse several runs (not in row). Please note the ‘x|y‘ structure.
4) ./dq --type=card ../cards/myName/default.csv --dir=myName --runs='741417>741420' --values='6700|6800|6900|7000' --comment=HVTwoPoints
If you want to analyse several runs (in a row).
N.B: myComment helps to keep the information of the work to be done (scan,…etc).