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:15] – [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): |
| - | cvs co -d ZSV/BAnalysis UserCode/ZSV/ | + | 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:// | ||
| - | * http:// | ||
| - | Carlotta' | + | check out the code from git: |
| - | * http:// | + | |
| - | * http:// | + | |
| - | twiki documentation: | + | git clone https://github.com/decosa/TopQuarkAnalysis |
| - | * https://twiki.cern.ch/twiki/bin/ | + | |
| - | | + | run the check-out script: |
| - | CMSSW: | + | cd TopQuarkAnalysis/ |
| - | | + | |
| + | ===== Action items ===== | ||
| + | |||
| + | * [[ntuple: | ||
| + | |||
| + | ===== Additional packages/ | ||
| + | |||
| + | * [[ntuple: | ||