Fork me on GitHub

Changes between Version 114 and Version 115 of WikiStart


Ignore:
Timestamp:
Dec 11, 2014, 10:24:18 AM (10 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v114 v115  
    1717Delphes is a C++ framework, performing a fast multipurpose detector response simulation. The simulation includes a tracking system, embedded into a magnetic field, calorimeters and a muon system. The framework is interfaced to standard file formats (e.g. Les Houches Event File or HepMC) and outputs observables such as isolated leptons, missing transverse energy and collection of jets which can be used for dedicated analyses. The simulation of the detector response takes into account the effect of magnetic field, the granularity of the calorimeters and subdetector resolutions. Visualisation of the final state particles is also built-in using the corresponding ROOT library.
    1818
    19 [TheTeam The Delphes team]
     19[https://github.com/delphes/delphes/wiki/The-team The Delphes team]
    2020
    2121=== **NEW** Delphes 3 **stable release** (February 26) ===
     
    3636  - define efficiency and resolution formulas for all objects
    3737  - change the b-tagging and tau-tagging efficiency and misidentification rate
    38   - and much more! Be sure to read the [WorkBook online documentation]
     38  - and much more! Be sure to read the [https://github.com/delphes/delphes/wiki/Workbook online documentation]
    3939
    4040Production version 3.1.2:
     
    6868Download here: [http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.1.2.tar.gz Delphes 3.1.2]
    6969
    70 Documentation: [WorkBook Delphes 3 user guide]
     70Documentation: [https://github.com/delphes/delphes/wiki/Workbook Delphes 3 user guide]
    7171
    7272=== Community and support ===
     
    7474Delphes is now moving to community-based development. The '''branches''' of the subversion repository are open to users who would like to participate. If you are interested, [https://cp3.irmp.ucl.ac.be/projects/delphes/register register] first and then contact the support team via cp3-delphes@uclouvain.be to be granted write access to the subversion repository.
    7575
    76 === SVN access ===
     76=== GIT access ===
    7777
     78The code is now fully on github.
    7879You can get the latest version of the code using:
    7980
    8081{{{
    81 svn checkout https://cp3.irmp.ucl.ac.be/sources/delphes/trunk
     82git clone https://github.com/delphes/delphes.git
    8283}}}
    8384
    84 Registered developers can checkout and commit in branches using their credentials:
    85 
    86 {{{
    87 svn checkout --username=my_user_name https://cp3.irmp.ucl.ac.be/sources/delphes/branches/my_branch
    88 }}}
    8985
    9086== Latest tickets ==