User Tools

Site Tools


phase2:phase2

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
Next revisionBoth sides next revision
phase2:phase2 [2015/01/26 11:19] clangephase2:phase2 [2015/01/26 12:10] taarre
Line 64: Line 64:
   Delphes->Draw("Electron.PT");   Delphes->Draw("Electron.PT");
   TBrowser browser;         TBrowser browser;      
-The different branches of the "Delphes" tree are listed [[ https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/RootTreeDescription|here]]. For macro based analysis look in the [[https://cp3.irmp.ucl.ac.be/projects/delphes/browser/examples|examples/]] directory. Example1.C gives a simple example of histogram booking, event loop and histogram display. Check the [[https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook|WorkBook]] for more advanced examples.+The different branches of the "Delphes" tree are listed [[ https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/RootTreeDescription|here]]. For macro based analysis look in the [[https://cp3.irmp.ucl.ac.be/projects/delphes/browser/examples|examples/]] directory. Example1.C gives a simple example of histogram booking, event loop and histogram display. Check the [[https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook|WorkBook]] for more advanced examples. \\ 
 + 
 +An analysis macro is already available: 
 +   cp /shome/thaarres/Share/Phase2/Analysis.C ~Delphes/examples 
 +   cp /shome/thaarres/Share/Phase2/Analysis.cpp ~Delphes/examples 
 + 
 +Do 
 +   ./configure 
 +   make 
  
 ===== tKLayout ===== ===== tKLayout =====
Line 76: Line 85:
 and do  and do 
   source setup_slc6.sh   source setup_slc6.sh
 +  mkdir lib
   make   make
   mkdir -p www/layouts   mkdir -p www/layouts
-You will then have to adjust the tklayout.config file, simply replace the username. Then type:+You will then have to adjust the tklayout.config file, simply replace the username. It contains the following info, where the default is: 
 +  * Executables: $HOME/Phase2UpgradeStudies/tkgeometry/bin 
 +  * Web server directory: $HOME/Phase2UpgradeStudies/tkgeometry/www/layouts 
 +  * Standard output directory: $HOME/Phase2UpgradeStudies/tkgeometry 
 +  * List of transverse momenta to be used for tracking performance test: 1.00, 10.00, 100.00, 500.00, 1000.00 
 +  * List of transverse momenta to be used for trigger efficiency performance test: 1.00, 10.00, 100.00, 500.00, 1000.00 
 +  * List of trigger efficiency to be used: 1,50,90,95 
 +Then type:
   make install   make install
 Try running tkLayout: Try running tkLayout:
phase2/phase2.txt · Last modified: 2015/03/02 14:05 by clange