This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ntuple:ntuple [2013/09/19 15:49] – created clange | ntuple: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, |
| - | partly used in VHbb ntuples: | + | |
| - | *https:// | + | |
| - | * http:// | + | |
| - | Carlotta' | + | Set up CMSSW (cmsrel command only needed for initial setup): |
| - | * http:// | + | |
| - | * http:// | + | |
| - | twiki documentation: | + | source $VO_CMS_SW_DIR/ |
| - | | + | |
| - | | + | cd CMSSW_5_3_11/src |
| + | | ||
| + | kinit -f $USER@CERN.CH | ||
| - | CMSSW: | ||
| - | * http:// | ||
| + | check out the code from git: | ||
| + | git clone https:// | ||
| + | | ||
| + | run the check-out script: | ||
| + | |||
| + | cd TopQuarkAnalysis/ | ||
| + | source singleTop_5_3_11.csh | ||
| + | |||
| + | ===== Action items ===== | ||
| + | |||
| + | * [[ntuple: | ||
| + | |||
| + | ===== Additional packages/ | ||
| + | |||
| + | * [[ntuple: | ||