-
Intitial setup:
cmsrel CMSSW_10_5_0cd CMSSW_10_5_0/srccmsenvgit clone https://github.com/SohamBhattacharya/StopPairToTau_analysis.git .cd stopPairtar -xvf resources.tar.gztar -xvf sourceFiles.tar.gzchmod +x compile.sh- Change
CUSTOM_HEADER_PATHincompile.sh. - Change
DIRandX509_USER_PROXYincondor_script.sh.
-
To compile any file for local test, use:
./compile.sh ch code.cc. This will creade an executable calledcode. -
The different analysis jobs can be submitted using
run_condor_mod.py. -
The condor jobs can be managed using
findFailedCondorJobs.py. -
The resulting output files can be hadded using
run_hadd.py. -
Need to produce these just once (to be used by the analysis):
- signal gen-param info (after that, remember to run
stopPair_mc/computeXSweight.pyfrom insidestopPair_mc) - pileup
- b-tagging efficiency histograms
- tau fake rate
- tau id-iso efficiency (prompt rate)
- signal gen-param info (after that, remember to run
NOTE:
- It is convenient to do the editing locally and simply transfer changes using rsync (look at
misc.txtfor the command) - If you do not want to enter the password everytime, do
ssh-copy-id user@domainonce.