User Tools

Site Tools


ntuple:ntuple

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
ntuple:ntuple [2013/09/19 18:16] – [Inclusive Vertex Finder (IVF)] clangentuple:ntuple [2013/09/24 17:22] – [Recipe] clange
Line 1: Line 1:
 ====== Common ntuple ====== ====== Common ntuple ======
  
-===== Inclusive Vertex Finder (IVF) =====+===== Recipe =====
  
-need to check out two additional packages:+The ntuple code is supposed to run in CMSSW_5_3_11, instructions are for PSI:
  
-''cvs co -d IVF/BCandidateProducer UserCode/BbCorrelation/CMSSW/BAnalysis/BCandidateProducer''+Set up CMSSW (cmsrel command only needed for initial setup):
  
-''cvs co -d ZSV/BAnalysis UserCode/ZSV/BAnalysis/''+  source $VO_CMS_SW_DIR/cmsset_default.sh 
 +  cmsrel CMSSW_5_3_11 
 +  cd CMSSW_5_3_11/src 
 +  cmsenv 
 +  kinit -f $USER@CERN.CH
  
-=== Useful links === 
-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'code: +check out the code from git:
-  * 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: +  git clone https://github.com/decosa/TopQuarkAnalysis 
-  * https://twiki.cern.ch/twiki/bin/viewauth/CMS/CSVIVF +   
-  * official recipehttps://twiki.cern.ch/twiki/bin/viewauth/CMS/InclusiveVertexFinderRecipes+run the check-out script:
  
-CMSSW: +  cd TopQuarkAnalysis/SingleTop/ 
-  * http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/RecoVertex/AdaptiveVertexFinder/+  source singleTop_5_3_11.csh 
 + 
 +===== Additional packages/tools ===== 
 + 
 +  * [[ntuple:ivf|Inclusive Vertex Finder (IVF)]]
ntuple/ntuple.txt · Last modified: 2013/09/27 16:24 by clange