This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
nimashltjetproject [2016/05/16 01:53] nimas |
nimashltjetproject [2016/05/16 13:40] (current) dag [How to setup the code I use on lxplus] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Nima's HLT boosted jet authorship project ====== | + | ====== Nima's HLT boosted jet authorship project ====== |
| Line 35: | Line 35: | ||
| **3. How to make nice plots of the produced histograms** | **3. How to make nice plots of the produced histograms** | ||
| + | |||
| + | |||
| + | **Dag's test of the code** | ||
| + | Logging in to lxplus, I do: | ||
| + | |||
| + | setupATLAS | ||
| + | cd /tmp/$USER | ||
| + | rcSetup Base,2.4.8 | ||
| + | svn co svn+ssh://svn.cern.ch/reps/atlasinst/Institutes/Carleton/HLT_JetTrigger | ||
| + | rc find_packages | ||
| + | rc compile | ||
| + | |||
| + | Compilation was successful! Now, let's try to run it | ||
| + | |||
| + | cd HLT_JetTrigger/macros/ | ||
| + | root -b $ROOTCOREDIR/scripts/load_packages.C 'run.cxx("hlt_results")' | ||