= Delphes = == A framework for fast simulation of a generic collider experiment == 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, and possible very forward detectors arranged along the beamline. 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. A simplified preselection can also be applied on processed events for trigger emulation. Detection of very forward scattered particles relies on the transport in beamlines with the HECTOR software. Finally, the FROG 2D/3D event display is used for visualisation of the collision final states. Useful links, references and talks can be found [wiki:UsefulLinks here]. === Community and support === Delphes is now moving to community-based developement. A [https://cp3.irmp.ucl.ac.be/projects/delphes/discussion forum] is already open to authenticated members in order to exchange on issues and features requests. The '''branches''' of the svn 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 suport team via cp3-delphes@uclouvain.be to be granted svn access. === Quick start === Beginners will find help in the [wiki:DocumenTation Documentation] and the [wiki:FAQ FAQ]. === Downloads === Production version 2.0.3: * b-tagging now based on b-quark content (thanks to A.Mertens) * track isolation bugfix (Ticket #61, thanks to Sourav Mandal) Production version 2.0.2: * Compatible with HepMC 2.05 and 2.06 * Solved: some tracks were ignored in the computation of ptiso (thanks to Sourav Mandal) * Solved: Memory leak preventing to load many events using HepMC (thanks to Sourav Mandal) * Solved bug in root genparticles branches when reading HepMC files (thanks to Nadja Strobbe) * Solved bug in b-tagging (thanks to Alexandre Mertens) * Solved bug in !Examples/Analysis_Ex.cpp (thanks to hashemi.mj) * Solved bug in !ExRootAnalysis (thanks to Pavel Demin and lessa.a.p) * Includes Frog 3.0 (You should never need a FROG-free version anymore) Download here: [https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WikiStart/Delphes_V_2.0.3.tar.gz Delphes 2.0.3] {{{#!comment If you don't want FROG, please use this version: [https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WikiStart/Delphes_V_NoFROG_1.9.2.tar.gz Delphes 1.9.2 without FROG] }}} The 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] === SVN access === You can get the latest version of the code using: {{{ svn checkout https://cp3.irmp.ucl.ac.be/sources/delphes/trunk }}} Registered developers can checkout and commit in branches using their credentials: {{{ svn checkout --username=my_user_name https://cp3.irmp.ucl.ac.be/sources/delphes/branch/my_branch }}} === Tickets === == Latest tickets == [[TicketQuery(max=10,order=time,desc=1,format=table,col=resolution|summary|owner|reporter|status|priority|time,type!=spam)]] [report:9 More tickets] == Active tickets == [[TicketQuery(order=priority,format=table,col=resolution|summary|owner|reporter|status|priority|time,status!=closed,type!=archive)]] [report:1 Active tickets] === Documentation === * [ReleaseNotes Release notes] * [UserManual User manual] {{{#!comment === Tickets === ==== Latest tickets ==== [[TicketQuery(max=10,order=time,desc=1,format=table,col=resolution|summary|owner|reporter|status|priority|time)]] [report:9 More tickets] ==== Active tickets ==== [[TicketQuery(order=priority,format=table,col=resolution|summary|owner|reporter|status|priority|time,status!=closed)]] [report:1 Active tickets] }}} === Development Area (authenticated users only) === * [DevelopmentArea Development]