Fork me on GitHub

Changes between Initial Version and Version 1 of OutDated/WikiStart


Ignore:
Timestamp:
Jul 16, 2013, 2:15:53 PM (11 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutDated/WikiStart

    v1 v1  
     1= Delphes =
     2
     3== A framework for fast simulation of a generic collider experiment ==
     4
     5Delphes 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.
     6
     7[TheTeam The Delphes team]
     8
     9=== **NEW** Delphes 3 **stable release** (February 26) ===
     10
     11Following the guidelines and suggestions of the 2012 [http://indico.cern.ch/materialDisplay.py?materialId=minutes&confId=187127 LPCC workshop on public fast simulators for the LHC], Delphes has been completely redesigned to meet the needs of all users.
     12
     13Improvements include:
     14  - Modular structure allowing users to introduce new features easily and modify existing ones
     15  - Library mode to use Delphes inside other programs
     16  - Simulation speed has been improved
     17  - Input libraries have been rewritten from scratch to handle standard formats, files stored on castor or on the web
     18  - Many existing features have been updated
     19  - Important number of bug fixes
     20
     21The modular system allows you to:
     22  - define your own output collections, store multiple object collections (different jet algorithms, etc.)
     23  - define the isolation criteria for each type of object
     24  - define efficiency and resolution formulas for all objects
     25  - change the b-tagging and tau-tagging efficiency and misidentification rate
     26  - and much more! Be sure to read the [WorkBook online documentation]
     27
     28
     29Production version 3.0.9:
     30  * fixed reading of weighted STDHEP events (#181)
     31  * fixed script building Delphes with CMSFWLite (#180)
     32  * added more particles to !StatusPidFilter (#179)
     33
     34Download here: [http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.0.9.tar.gz Delphes 3.0.9]
     35
     36Documentation: [WorkBook Delphes 3 user guide]
     37
     38=== Community and support ===
     39
     40Delphes 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. 
     41
     42=== SVN access ===
     43
     44You can get the latest version of the code using:
     45
     46{{{
     47svn checkout https://cp3.irmp.ucl.ac.be/sources/delphes/trunk
     48}}}
     49
     50Registered developers can checkout and commit in branches using their credentials:
     51
     52{{{
     53svn checkout --username=my_user_name https://cp3.irmp.ucl.ac.be/sources/delphes/branches/my_branch
     54}}}
     55
     56== Latest tickets ==
     57[[TicketQuery(max=10,order=time,desc=1,format=table,col=resolution|summary|owner|reporter|status|priority|time,type!=spam)]]
     58[report:9 More tickets]
     59{{{#!comment
     60== Active tickets ==
     61[[TicketQuery(order=priority,format=table,col=resolution|summary|owner|reporter|status|priority|time,status!=closed,type!=archive)]]
     62[report:1 Active tickets]
     63}}}
     64
     65
     66=== Production version Delphes 2 (deprecated) ===
     67
     68Production version 2.0.5:
     69  * new tar.gz file name format
     70
     71Download here: [http://cp3.irmp.ucl.ac.be/downloads/Delphes-2.0.5.tar.gz Delphes 2.0.5]
     72
     73Previous version 2.0.4:
     74  * fixes compilation on MacOSX
     75
     76Download here: [http://cp3.irmp.ucl.ac.be/downloads/Delphes_V_2.0.4.tar.gz Delphes 2.0.4]
     77
     78Previous version 2.0.3:
     79  * b-tagging now based on b-quark content (thanks to A.Mertens)
     80  * track isolation bugfix (Ticket #61, thanks to Sourav Mandal)
     81  * Compatible with HepMC 2.05 and 2.06
     82  * Solved: some tracks were ignored in the computation of ptiso (thanks to Sourav Mandal)
     83  * Solved: Memory leak preventing to load many events using HepMC (thanks to Sourav Mandal)
     84  * Solved bug in root genparticles branches when reading HepMC files (thanks to Nadja Strobbe)
     85  * Solved bug in b-tagging (thanks to Alexandre Mertens)
     86  * Solved bug in !Examples/Analysis_Ex.cpp (thanks to hashemi.mj)
     87  * Solved bug in !ExRootAnalysis (thanks to Pavel Demin and lessa.a.p)
     88  * Includes Frog 3.0 (You should never need a FROG-free version anymore)
     89
     90Download here: [https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WikiStart/Delphes_V_2.0.3.tar.gz Delphes 2.0.3]
     91
     92The previous stable version is here: [https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WikiStart/Delphes_V_1.9.tar.gz Delphes 1.9]
     93
     94
     95=== Delphes 2 Documentation ===
     96   * [ReleaseNotes Release notes]
     97   * [UserManual User manual]
     98
     99
     100=== Development Area (authenticated users only) ===
     101   * [DevelopmentArea Development]