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
Last revisionBoth sides next revision
phase2:phase2 [2015/01/26 09:14] clangephase2:phase2 [2015/01/27 10:16] clange
Line 28: Line 28:
   cd CMSSW_5_3_24/src   cd CMSSW_5_3_24/src
   cmsenv   cmsenv
 +  cd ../..
  
 Clone a copy of the repository: Clone a copy of the repository:
Line 33: Line 34:
 Build Build
   cd Delphes/   cd Delphes/
-  git checkout tags/21Jan2015 
   ./configure   ./configure
 Follow the instructions (i.e. remember to export PYTHIA8), and compile: Follow the instructions (i.e. remember to export PYTHIA8), and compile:
Line 45: Line 45:
   cmsenv   cmsenv
   export PYTHIA8=$HOME/Phase2UpgradeStudies/CMSSW_5_3_24/src/Delphes/external/pythia8201   export PYTHIA8=$HOME/Phase2UpgradeStudies/CMSSW_5_3_24/src/Delphes/external/pythia8201
-  cd Delphes+  cd ../../Delphes
  
 Depending on what type of input files you want to use, different readers are used. For CMS ROOT files the syntax is Depending on what type of input files you want to use, different readers are used. For CMS ROOT files the syntax is
Line 63: Line 63:
   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 75: Line 84:
 and do  and do 
   source setup_slc6.sh   source setup_slc6.sh
 +  mkdir lib
   make   make
   mkdir -p www/layouts   mkdir -p www/layouts
-  make install +You will then have to adjust the tklayout.config file, simply replace the username. It contains the following info, where the default is:
-You will then be asked where you want to place your executables and outputSome examples+
   * Executables: $HOME/Phase2UpgradeStudies/tkgeometry/bin   * Executables: $HOME/Phase2UpgradeStudies/tkgeometry/bin
   * Web server directory: $HOME/Phase2UpgradeStudies/tkgeometry/www/layouts   * Web server directory: $HOME/Phase2UpgradeStudies/tkgeometry/www/layouts
Line 85: Line 94:
   * List of transverse momenta to be used for trigger efficiency 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   * List of trigger efficiency to be used: 1,50,90,95
-This list will be stored in $HOME/.tklayout.config.\\+Then type: 
 +  make install
 Try running tkLayout: Try running tkLayout:
   cd geometries/BarrelEndcap_Nick2013/Traditional/   cd geometries/BarrelEndcap_Nick2013/Traditional/
Line 123: Line 133:
   * [[https://github.com/delphes/delphes|Official Delphes on Git]]   * [[https://github.com/delphes/delphes|Official Delphes on Git]]
   * [[https://indico.cern.ch/event/363441/|Phase 2 Upgrade Workshop Indico]]   * [[https://indico.cern.ch/event/363441/|Phase 2 Upgrade Workshop Indico]]
-  * [[http://iopscience.iop.org/1748-0221/9/03/C03054/pdf/1748-0221_9_03_C03054.pdf| description of tklayout]]+  * [[https://twiki.cern.ch/twiki/bin/view/CMS/TkLayout| tklayout CMS twiki]] 
 +  * [[https://code.google.com/p/tkgeometry/wiki/ConfigFilesOverview | tkgeometry description]] 
 +  * [[http://iopscience.iop.org/1748-0221/9/03/C03054/pdf/1748-0221_9_03_C03054.pdf| tklayout paper]]
   * [[phase2:old_phase2|Link to old Delphes instructions]]   * [[phase2:old_phase2|Link to old Delphes instructions]]
   * [[phase2:old_tklayout|Old tkLayout instructions (without Delphize)]]   * [[phase2:old_tklayout|Old tkLayout instructions (without Delphize)]]
 +  * [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/VFPix#Strawman_geometry_5|Description of Roland design - strawman 5]]
 +  * [[https://git.cern.ch/web/CMS-VFPIX.git/blob/HEAD:/TklayoutConfigs/Pixel/PixelStrawman_5.cfg|Roland VFPIX design]]
phase2/phase2.txt · Last modified: 2015/03/02 14:05 by clange