Skip to content

Commit

Permalink
update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Jun 3, 2021
1 parent 90132e0 commit 9fbcf38
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions README
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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
```
Expand Down

0 comments on commit 9fbcf38

Please sign in to comment.