This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ntuple:ntuple [2013/09/19 18:22] – [Inclusive Vertex Finder (IVF)] clange | ntuple:ntuple [2013/09/27 16:24] (current) – 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 |
| - | '' | + | Set up CMSSW (cmsrel command only needed for initial setup): |
| - | '' | + | 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 | ||
| - | '' | ||
| - | 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/ | + | run the check-out script: |
| - | | + | |
| - | Carlotta' | + | cd TopQuarkAnalysis/SingleTop/ |
| - | * http://cmssw.cvs.cern.ch/ | + | |
| - | | + | |
| - | twiki documentation: | + | ===== Action items ===== |
| - | * https:// | + | |
| - | * official recipe: https:// | + | |
| - | CMSSW: | + | * [[ntuple:todo|To-do list]] |
| - | * http:// | + | |
| + | ===== Additional packages/ | ||
| + | |||
| + | * [[ntuple:ivf|Inclusive Vertex Finder (IVF)]] | ||