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:22] – [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
  
-''scram b -c'' 
  
-Last command needed to update really old IVF package config files to BuildFile.xml files.+check out the code from git:
  
-=== Useful links === +  git clone https://github.com/decosa/TopQuarkAnalysis 
-partly used in VHbb ntuples:  +   
-  *https://twiki.cern.ch/twiki/bin/viewauth/CMS/VHbbAnalysisNewCode#NtupleV42_CMSSW_5_3_3_patch2 +run the check-out script:
-  * http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/UserCode/VHbbAnalysis/HbbAnalyzer/test/patData.py?revision=1.9&view=markup+
  
-Carlotta's code: +  cd TopQuarkAnalysis/SingleTop
-  * http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/UserCode/ZSVAnalysisForPaper/ZSVAnalysis/zsvanalysisforpaper_MCfall11_DYc_cfg.py?revision=1.1&view=markup +  source singleTop_5_3_11.csh
-  * http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/UserCode/ZSVAnalysisForPaper/BCandidateProducer/plugins/BCandidateProducer.cc?revision=1.1&view=markup+
  
-twiki documentation: +===== Additional packages/tools =====
-  * https://twiki.cern.ch/twiki/bin/viewauth/CMS/CSVIVF +
-  * official recipe: https://twiki.cern.ch/twiki/bin/viewauth/CMS/InclusiveVertexFinderRecipes+
  
-CMSSW: +  [[ntuple:ivf|Inclusive Vertex Finder (IVF)]]
-  http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/RecoVertex/AdaptiveVertexFinder/+
ntuple/ntuple.txt · Last modified: 2013/09/27 16:24 by clange