Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.32 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.32 KB

1. Setup

cmsrel CMSSW_9_2_4
cd CMSSW_9_2_4/src/
eval `scramv1 runtime -sh`
git clone [email protected]:CaltechPrecisionTiming/Plotting_FNAL_TB2018.git

2. Plotting macro:
macros/goodplot_June2018TB_1mm.C

3. Running command:
macros/Run505To517.sh

4. InputDir (change if needed):
/eos/cms/store/group/phys_susy/razor/Timing/2018_06/data/VME/RECO/v5_combine/

Change if needed.

5. OutputDir:
/eos/user/j/jmao/www/TB_June2018_BiasVoltageScan/

Change to your personal cernbox directory.

Remember to make the directory before running the script:

mkdir /eos/user/j/jmao/www/TB_June2018_BiasVoltageScan
mkdir /eos/user/j/jmao/www/TB_June2018_BiasVoltageScan/xybins
mkdir /eos/user/j/jmao/www/TB_June2018_BiasVoltageScan/xybins/C
mkdir /eos/user/j/jmao/www/TB_June2018_BiasVoltageScan/xybins/pdf
mkdir /eos/user/j/jmao/www/TB_June2018_BiasVoltageScan/xybins/png

6. Setup Cernbox sharing website:

https://cernbox-manual.web.cern.ch/cernbox-manual/en/web/

Remember to add /eos/user/j/jmao/www/.htaccess file to enable directory content:
Options +Indexes

Or add this file to website directory: https://github.com/CaltechPrecisionTiming/Plotting_FNAL_TB2018/blob/master/macros/index.php

After this setup, you could share your plots with links easily.