Changeset 7b6aafa in git
- Timestamp:
- Dec 22, 2014, 4:20:30 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- d6347e0
- Parents:
- 283537c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r283537c r7b6aafa 2 2 moved code repository to GitHub (http://github.com/delphes/delphes) 3 3 moved configuration files from examples to cards directory 4 new event display, with automatic discovery of the object collections, navigation controls, and 3D geometry sketch (for more details, see [event display manual](/workbook/event-display))4 new event display, with automatic discovery of the object collections, navigation controls, and 3D geometry sketch (for more details, see WorkBook/EventDisplay) 5 5 updated FastJet library to 3.1.0 6 6 added zero suppression to Calorimeter and SimpleCalorimeter modules 7 added DitherTowerCenter configuration parameter to Calorimeter and SimpleCalorimeter modules (#363)8 added FastJetGridMedianEstimator module (provides fixed grid eta-dependent average pile-up density)7 added SmearTowerCenter configuration parameter to Calorimeter and SimpleCalorimeter modules (#363) 8 added FastJetGridMedianEstimator module (provides much faster pile-up subtraction based on a fixed grid eta-dependent average pile-up density computation) 9 9 added AngularSmearing module (to smear track eta,phi) 10 10 added PdgCodeFilter (to veto particle with given PID from collections) 11 11 added IdentificationMap (allows to apply (mis)-identification) 12 12 added Example4.C (provide and example on how to compute the jet energy scale) 13 added examples (examples/ExternalFastJet Basic.cpp and examples/ExternalFastJetHepMC.cpp) on how to run Delphes as a library with external FastJet installation13 added examples (examples/ExternalFastJet) on how to run Delphes as a library with external FastJet installation 14 14 updated example for FCC studies (cards/delphes_card_FCC_basic.tcl) 15 15 added example for LHCb studies (cards/delphes_card_LHCb.tcl) … … 18 18 fixed jet mass calculation for anti-kt with "winner-take-all" (#355) 19 19 fixed crashing of root2lhco when ROOT file doesn't contain all required branches (#340) 20 added possibility to build Delphes with CMake (#313) 20 21 21 22 3.1.2:
Note:
See TracChangeset
for help on using the changeset viewer.