User Tools

Site Tools


ntuple:ntuple

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
ntuple:ntuple [2013/09/19 15:49] – created clangentuple:ntuple [2013/09/20 21:21] clange
Line 1: Line 1:
 ====== Common ntuple ====== ====== Common ntuple ======
  
-===== Inclusive Vertex Finder (IVF) =====+===== Recipe =====
  
-=== Useful links === +The ntuple code is supposed to run in CMSSW_5_3_11, instructions are for PSI:
-partly used in VHbb ntuples +
-  *https://twiki.cern.ch/twiki/bin/viewauth/CMS/VHbbAnalysisNewCode#NtupleV42_CMSSW_5_3_3_patch2 +
-  * http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/UserCode/VHbbAnalysis/HbbAnalyzer/test/patData.py?revision=1.9&view=markup+
  
-Carlotta's code: +Set up CMSSW (cmsrel command only needed for initial setup):
-  * http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/UserCode/ZSVAnalysisForPaper/ZSVAnalysis/zsvanalysisforpaper_MCfall11_DYc_cfg.py?revision=1.1&view=markup +
-  * http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/UserCode/ZSVAnalysisForPaper/BCandidateProducer/plugins/BCandidateProducer.cc?revision=1.1&view=markup+
  
-twiki documentation: +  source $VO_CMS_SW_DIR/cmsset_default.sh 
-  * https://twiki.cern.ch/twiki/bin/viewauth/CMS/CSVIVF +  cmsrel CMSSW_5_3_11 
-  * official recipe: https://twiki.cern.ch/twiki/bin/viewauth/CMS/InclusiveVertexFinderRecipes+  cd CMSSW_5_3_11/src 
 +  cmsrel 
 +  kinit -f $USER@CERN.CH
  
-CMSSW: +Get the required packages and compile (taken from Annapaola's setup script):
-  * http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/RecoVertex/AdaptiveVertexFinder/+
  
 +  addpkg DataFormats/PatCandidates V06-05-06-12
 +  addpkg PhysicsTools/PatAlgos     V08-09-62
 +  addpkg PhysicsTools/PatUtils
 +  addpkg RecoBTag/ImpactParameter V01-04-09-01
 +  addpkg RecoBTag/SecondaryVertex V01-10-06
 +  addpkg RecoBTag/SoftLepton      V05-09-11
 +  addpkg RecoBTag/Configuration   V00-07-05
 +  addpkg RecoBTau/JetTagComputer  V02-03-02
 +  addpkg RecoParticleFlow/PFProducer V15-02-06
 +  addpkg RecoEgamma/EgammaTools       V09-00-01
 +  cvs co -r V00-00-09    EgammaAnalysis/ElectronTools
 +  cvs co -r SE_PhotonIsoProducer_MovedOut -d EGamma/EGammaAnalysisTools UserCode/EGamma/EGammaAnalysisTools
 +  cd EGamma/EGammaAnalysisTools/data
 +  cat download.url | xargs wget                      
 +  cd ../../../
 +  addpkg RecoMET/METAnalyzers V00-00-08
 +  addpkg DataFormats/METReco V03-03-11-01
 +  addpkg JetMETCorrections/Type1MET V04-06-09-02
 +  cvs co -r 1.7 JetMETCorrections/Type1MET/python/pfMETsysShiftCorrections_cfi.py
 +  addpkg DPGAnalysis/SiStripTools V00-11-17
 +  # from SingleTop CMSSW_5_3_8 recipe
 +  #addpkg DPGAnalysis/Skims V01-00-11-01 
 +  #cvs co -r V00-02-14      DataFormats/StdDictionaries
 +  #cvs co -r V00-00-08      DataFormats/TrackerCommon
 +  #cvs co -r V01-09-05      RecoLocalTracker/SubCollectionProducers          
 +  cvs co -r V00-02-05 -d CMGTools/External UserCode/CMG/CMGTools/External
  
 +  #addpkg TopQuarkAnalysis/SingleTop SingleTop_53X 
 +  cmsenv
 +  scram setup lhapdffull
 +  cmsenv
 +
 +  scram b -j 9 > & step1.log &
 +
 +git repository: https://github.com/decosa/tH
 +
 +===== Additional packages/tools =====
 +
 +  * [[ntuple:ivf|Inclusive Vertex Finder (IVF)]]
ntuple/ntuple.txt · Last modified: 2013/09/27 16:24 by clange