Changes between Version 114 and Version 115 of WikiStart
- Timestamp:
- Dec 11, 2014, 10:24:18 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v114 v115 17 17 Delphes 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. 18 18 19 [ TheTeam The Delphes team]19 [https://github.com/delphes/delphes/wiki/The-team The Delphes team] 20 20 21 21 === **NEW** Delphes 3 **stable release** (February 26) === … … 36 36 - define efficiency and resolution formulas for all objects 37 37 - 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] 39 39 40 40 Production version 3.1.2: … … 68 68 Download here: [http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.1.2.tar.gz Delphes 3.1.2] 69 69 70 Documentation: [ WorkBook Delphes 3 user guide]70 Documentation: [https://github.com/delphes/delphes/wiki/Workbook Delphes 3 user guide] 71 71 72 72 === Community and support === … … 74 74 Delphes 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. 75 75 76 === SVNaccess ===76 === GIT access === 77 77 78 The code is now fully on github. 78 79 You can get the latest version of the code using: 79 80 80 81 {{{ 81 svn checkout https://cp3.irmp.ucl.ac.be/sources/delphes/trunk 82 git clone https://github.com/delphes/delphes.git 82 83 }}} 83 84 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_branch88 }}}89 85 90 86 == Latest tickets ==