Hacettepe ITU Calisma Grubu


Tree Analyzer Kurulumu:

  • lxplus'a CMSSW_7_2_3 kurulumu

ssh -X -Y USERNAME@lxplus.cern.ch
cmsrel CMSSW_7_2_3
cd CMSSW_7_2_3/src 
cmsenv

  • create empty repository

mkdir TreeAnalyzer
cd TreeAnalyzer
git init
git remote add TreeAnaCentral https://github.com/DESY-CMS-SUS/TreeAnalyzer.git
git fetch TreeAnaCentral
git checkout master

  • Simdilik gerek yok.

   * replace your USERNAME (oncesinde github hesabi alinmalidir)

git remote add origin https://github.com/USERNAME/TreeAnalyzer.git
git push origin master
* do your development on your personal master (or other branch), commit and push to your fork of the repository and create a pull request to the central one to get updates from the master of the central repository do:
git fetch TreeAnaCentral
git merge TreeAnaCentral/master

  • Asagidaki dosyalari kendinizinkilerle degistirin

/afs/cern.ch/user/b/byildiz/public/HacettepeITU/TreeAnalyzer_SingleLep.cc
/afs/cern.ch/user/b/byildiz/public/HacettepeITU/EOSsamples.py
/afs/cern.ch/user/b/byildiz/public/HacettepeITU/runAnalyzer.py
/afs/cern.ch/user/b/byildiz/public/HacettepeITU/Makefile 

  • EOS'u mount etmek için

cd ~/CMSSW_7_2_3/src/TreeAnalyzer/CMGToolAna/python/
mkdir eos
eosmount eos

  • to run the code

cd TreeAnalyzer/CMGToolAna/
make
cd python
./runAnalyzer.py TreeAnalyzer_SingleLep MC_TTbar 

  • Gerekli twiki sayfalari:

https://twiki.cern.ch/twiki/bin/viewauth/CMS/StopSingleLepton2015

CMGTools Kurulumu

cmsrel CMSSW_7_2_3
cd CMSSW_7_2_3/src
cmsenv
git init
git remote add cmg-desy https://github.com/DESY-CMS-SUS/cmg-cmssw.git

git fetch cmg-desy
git config core.sparsecheckout true

git checkout cmg-desy/DESY-CMGTools-from-CMSSW_7_2_3
git checkout -b DESY-CMGTools-from-CMSSW_7_2_3
scram b -j 8
cd $CMSSW_BASE/src/CMGTools/TTHAnalysis/cfg
mkdir eos
eosmount eos
cd $CMSSW_BASE/src/CMGTools/TTHAnalysis/python/samples
cp /afs/cern.ch/user/b/byildiz/public/HacettepeITU/samples_13TeV_PHYS14.py .
cd $CMSSW_BASE/src/CMGTools/TTHAnalysis/cfg
heppy TESTsusy run_susySinglelepton_cfg.py -N 1000 -f

  • Gerekli twiki sayfalari:

https://twiki.cern.ch/twiki/bin/viewauth/CMS/ACDSUSYSingleLepton
https://twiki.cern.ch/twiki/bin/viewauth/CMS/SingleTopSigma

Veri Konumları

   * Eos Sample'lar
eos/cms/store/cmst3/group/susy/Phys14_V3/

   * Local Sample
/afs/cern.ch/work/b/byildiz/public/data/TTJets

   * Benim olusturdugum Ntuple
/afs/cern.ch/work/b/byildiz/public/data/TESTsusy/TTJets

Yeni Veriler

   * Veri Konumu
eos/cms/store/cmst3/group/susy/alobanov/Data/50ns/Run2015B/July23/SingleElectron_Run2015B/

  * Analiz Sonucu
/afs/cern.ch/user/b/byildiz/public/HacettepeITU/CMG_MC_TTbar_El_his_run2015B.root

   * Veri Konumu
eos/cms/store/cmst3/group/susy/alobanov/MC/CMGtuples/Spring15_v1/TTJets_LO_50ns/

  * Analiz Sonucu
/afs/cern.ch/user/b/byildiz/public/HacettepeITU/CMG_MC_TTbar_El_his_TTJets_LO_50ns.root

Yorumlar

Buraya yorum ekleyebilirsiniz.

-- Bugra Yildiz - 2015-07-10

Topic attachments
I Attachment History Action Size Date Who Comment
PDFpdf SuSy2.pdf r1 manage 922.7 K 2015-07-13 - 12:18 UnknownUser  
Edit | Attach | Watch | Print version | History: r11 < r10 < r9 < r8 < r7 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r11 - 2016-12-08 - unknown
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Sandbox All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback