How to run on UI3?

Analyzer.cc-ben #include "settings_Tamas.h" // Define all Analysis specific settings here

cd /data/vami/projects/SUSY/2018/CMSSW_10_2_6/src/BoostAnalyzer17/

cmsrel CMSSW_10_2_6
cd CMSSW_10_2_6/src/
cmsenv
git clone git@github.com:ssekmen/BoostAnalyzer17.git
cd BoostAnalyzer17/
cp /data/vami/projects/SUSY/2018/CMSSW_10_2_6/src/BoostAnalyzer17/Analyzer.cc .
cp /data/vami/projects/SUSY/2018/CMSSW_10_2_6/src/BoostAnalyzer17/settings_Tamas.h .
cp /data/vami/projects/SUSY/2018/CMSSW_10_2_6/src/BoostAnalyzer17/Run2018_filelist.txt .

bash
source /cvmfs/cms.cern.ch/cmsset_default.sh 
source setup.sh 
make clean
make

./Analyzer filelists/data/Run2018_filelist.txt output.root

How to run on CMS-Connect?

In here,
https://github.com/cghuh/RazorBoost-CMS-Connect/blob/b1545edeb747bca3e3c3d2dbb8a284b6f829a1bc/runAnalysis.sh#L48
If file contains JetHT or MET or SingleElectron or SingleMuon or SinglePhoton , it automatically copy to the file list to the correct folder.

or If you want to run with local, you have to put file list in the correct folder(I mean data in data folder, MC in background folder).

If you use that scripts, https://github.com/cghuh/RazorBoost-CMS-Connect/blob/b1545edeb747bca3e3c3d2dbb8a284b6f829a1bc/runAnalysis.sh#L64 You have to fix this line.

 ssh tvami@login.uscms.org
git clone https://github.com/cghuh/RazorBoost-CMS-Connect
cmssw-sandbox create CMSSW_10_2_6
condor_submit analysis.submit

How to measure the efficiency?

https://github.com/ssekmen/BoostAnalyzer17/blob/c907e471f138df5cfc98cd53febca68ea1b78854/include/AnalysisBase.h#L4162 https://github.com/ssekmen/BoostAnalyzer17/blob/c907e471f138df5cfc98cd53febca68ea1b78854/include/AnalysisBase.h#L5074

How to plot?

What MC samples are to be used?

There is a file list in ~/Dropbox/RazorBoost17/Changgi/2018_12_18/
2017 MC samples are in /*/RunIIFall17NanoAOD*new_pmx*/NANOAODSIM

Triggers

SkimmedMET_AC_v3
All events --> 5877929
HLT_AK8PFJet450 --> 63257
HLT_AK8PFJet400_TrimMass30 --> 466296
HLT_AK8PFHT800_TrimMass50 --> 188146
HLT_PFHT1050 --> 205522
HLT_PFHT500_PFMET100_PFMHT100_IDTight --> 1177857

# --------------------------------------------------------
SkimmedJetHT_AC_v3
All events --> 15098174
HLT_AK8PFJet450 --> 265001
HLT_AK8PFJet400_TrimMass30 --> 2523484
HLT_AK8PFHT800_TrimMass50 --> 1117355
HLT_PFHT1050 --> 962172
HLT_PFHT500_PFMET100_PFMHT100_IDTight --> 1648662

# --------------------------------------------------------
SkimmedSingleMuon_AC
All events --> 5313180
HLT_AK8PFJet450 --> 18825
HLT_AK8PFJet400_TrimMass30 --> 182441
HLT_AK8PFHT800_TrimMass50 --> 79450
HLT_PFHT1050 --> 73333
HLT_PFHT500_PFMET100_PFMHT100_IDTight --> 268120

-- Main.TamasVami - 2019-01-12
Edit | Attach | Watch | Print version | History: r38 | r7 < r6 < r5 < r4 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r5 - 2019-01-20 - TamasVami
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback