Changeset 9fbcf38 in git
- Timestamp:
- Jun 3, 2021, 12:23:53 PM (3 years ago)
- Branches:
- master
- Children:
- 85dc372
- Parents:
- 90132e0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r90132e0 r9fbcf38 1 3.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 1 20 3.4.2: 2 21 - added DenseTrackFilter for modelling tracking inefficiencies in boosted, dense environments -
README
r90132e0 r9fbcf38 4 4 Commands to get the code: 5 5 6 wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3. 4.2.tar.gz6 wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz 7 7 8 tar -zxf Delphes-3. 4.2.tar.gz8 tar -zxf Delphes-3.5.0.tar.gz 9 9 10 10 Commands to compile the code: 11 11 12 cd Delphes-3. 4.212 cd Delphes-3.5.0 13 13 14 14 make -
README.md
r90132e0 r9fbcf38 14 14 15 15 ``` 16 wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3. 4.2.tar.gz16 wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz 17 17 18 tar -zxf Delphes-3. 4.2.tar.gz18 tar -zxf Delphes-3.5.0.tar.gz 19 19 ``` 20 20 … … 22 22 23 23 ``` 24 cd Delphes-3. 4.224 cd Delphes-3.5.0 25 25 26 26 make
Note:
See TracChangeset
for help on using the changeset viewer.