Fork me on GitHub

Changeset 9fbcf38 in git


Ignore:
Timestamp:
Jun 3, 2021, 12:23:53 PM (3 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
master
Children:
85dc372
Parents:
90132e0
Message:

update CHANGELOG and README

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r90132e0 r9fbcf38  
     13.5.0:
     2
     3- fixed validation code
     4- fixed weighted time and tower position in calorimeter modules
     5- fixed propagation of charged particles with low transverse momentum (thanks to Olmo Cerri)
     6- updated FastJet library to 3.3.4 and FastJet Contrib library to 1.045
     7- removed zero mass assumption for all tracks
     8- added support for HepMC3 format
     9- added particle-density dependence to formula parameterization (thanks to Roberto Preghenella)
     10- added DecayFilter module for LLP decay in flight
     11- added PFcandidate class to ROOT tree writer
     12- added neutral and charged energy fraction to jets
     13- added generalized ee kT clustering
     14- added covariance matrix for track parameters smearing (thanks to Franco Bedeschi)
     15- added IDEA card with track covariance
     16- added generic ILC detector model
     17- added muon collider detector model
     18- added LHeC and FCCeh cards
     19
    1203.4.2:
    221- added DenseTrackFilter for modelling tracking inefficiencies in boosted, dense environments
  • README

    r90132e0 r9fbcf38  
    44Commands to get the code:
    55
    6    wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.4.2.tar.gz
     6   wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz
    77
    8    tar -zxf Delphes-3.4.2.tar.gz
     8   tar -zxf Delphes-3.5.0.tar.gz
    99
    1010Commands to compile the code:
    1111
    12    cd Delphes-3.4.2
     12   cd Delphes-3.5.0
    1313
    1414   make
  • README.md

    r90132e0 r9fbcf38  
    1414
    1515```
    16    wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.4.2.tar.gz
     16   wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz
    1717
    18    tar -zxf Delphes-3.4.2.tar.gz
     18   tar -zxf Delphes-3.5.0.tar.gz
    1919```
    2020
     
    2222
    2323```
    24    cd Delphes-3.4.2
     24   cd Delphes-3.5.0
    2525
    2626   make
Note: See TracChangeset for help on using the changeset viewer.