From 9fbcf384078bac6efe4202be7122756372f0c52d Mon Sep 17 00:00:00 2001 From: Pavel Demin Date: Thu, 3 Jun 2021 10:23:53 +0000 Subject: [PATCH] update CHANGELOG and README --- CHANGELOG | 19 +++++++++++++++++++ README | 6 +++--- README.md | 6 +++--- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e1b2a4f4d..37c91150d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,22 @@ +3.5.0: + +- fixed validation code +- fixed weighted time and tower position in calorimeter modules +- fixed propagation of charged particles with low transverse momentum (thanks to Olmo Cerri) +- updated FastJet library to 3.3.4 and FastJet Contrib library to 1.045 +- removed zero mass assumption for all tracks +- added support for HepMC3 format +- added particle-density dependence to formula parameterization (thanks to Roberto Preghenella) +- added DecayFilter module for LLP decay in flight +- added PFcandidate class to ROOT tree writer +- added neutral and charged energy fraction to jets +- added generalized ee kT clustering +- added covariance matrix for track parameters smearing (thanks to Franco Bedeschi) +- added IDEA card with track covariance +- added generic ILC detector model +- added muon collider detector model +- added LHeC and FCCeh cards + 3.4.2: - added DenseTrackFilter for modelling tracking inefficiencies in boosted, dense environments - added detector cards for CLIC, HL-LHC and IDEA detectors diff --git a/README b/README index 4db93f325..fc34dcb30 100644 --- a/README +++ b/README @@ -3,13 +3,13 @@ Quick start with Delphes Commands to get the code: - wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.4.2.tar.gz + wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz - tar -zxf Delphes-3.4.2.tar.gz + tar -zxf Delphes-3.5.0.tar.gz Commands to compile the code: - cd Delphes-3.4.2 + cd Delphes-3.5.0 make diff --git a/README.md b/README.md index 2759bb9ca..fcda92662 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ Quick start with Delphes Commands to get the code: ``` - wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.4.2.tar.gz + wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz - tar -zxf Delphes-3.4.2.tar.gz + tar -zxf Delphes-3.5.0.tar.gz ``` Commands to compile the code: ``` - cd Delphes-3.4.2 + cd Delphes-3.5.0 make ```