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
ntuple:ntuple [2013/09/19 15:49] – created clangentuple:ntuple [2013/09/27 16:24] (current) 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 
 +  cmsenv 
 +  kinit -f $USER@CERN.CH
  
-CMSSW: 
-  * http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/RecoVertex/AdaptiveVertexFinder/ 
  
 +check out the code from git:
  
 +  git clone https://github.com/decosa/TopQuarkAnalysis
 +  
 +run the check-out script:
 +
 +  cd TopQuarkAnalysis/SingleTop/
 +  source singleTop_5_3_11.csh
 +
 +===== Action items =====
 +
 +  * [[ntuple:todo|To-do list]]
 +
 +===== Additional packages/tools =====
 +
 +  * [[ntuple:ivf|Inclusive Vertex Finder (IVF)]]
ntuple/ntuple.1379598547.txt.gz · Last modified: 2013/09/19 15:49 by clange