Fork me on GitHub

source: git/CHANGELOG@ 0ff1a44

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 0ff1a44 was 0ff1a44, checked in by Pavel Demin <pavel.demin@…>, 9 years ago

update CHANGELOG

  • Property mode set to 100644
File size: 5.7 KB
RevLine 
[0ff1a44]13.3.0:
2- updated FastJet library to 3.1.2
3- added PhotonConversions module
4- added isRecoPU flag and fPTMin parameter in TrackPileUpSubtractor
5- added new isolation variables to Candidate and Electrons, Muons, Photons classes (thanks to Raffaele Gerosa)
6- added code from CMS to PileUpMerger and PileUpMergerPythia8
7- included timing information in Calorimeter
8- included last PileUpJetID version (thanks to Seth Senz)
9- added Area 4-vector to jet class
10- added PUPPI algorithm and RunPUPPI module
11- added RecursiveTools package from fastjet contribs
12- replaced N-subjettiness with an array in Jet class (same as in Candidate class)
13- added Trimming, Pruning and SoftDrop in FastJetFinder
14- added possibility to use DelphesPythia8 with LHE files
15- added Pythia8 examples
16- added JetFlavourAssociation module with Physics and Algorithmic definitions of the jet flavor
17- added new jet flavor definitions to the BTagging module
18
[0c871e5]193.2.0:
[dca96ee]20- moved code repository to GitHub (http://github.com/delphes/delphes)
21- moved configuration files from examples to cards directory
22- new event display, with automatic discovery of the object collections, navigation controls, and 3D geometry sketch (for more details, see WorkBook/EventDisplay)
23- updated FastJet library to 3.1.0
24- added zero suppression to Calorimeter and SimpleCalorimeter modules
25- added SmearTowerCenter configuration parameter to Calorimeter and SimpleCalorimeter modules (#363)
26- added FastJetGridMedianEstimator module (provides much faster pile-up subtraction based on a fixed grid eta-dependent average pile-up density computation)
27- added AngularSmearing module (to smear track eta,phi)
28- added PdgCodeFilter (to veto particle with given PID from collections)
29- added IdentificationMap (allows to apply (mis)-identification)
30- added Example4.C (provides an example on how to compute the jet energy scale)
31- added examples (examples/ExternalFastJet) on how to run Delphes as a library with external FastJet installation
32- updated card for FCC studies (cards/delphes_card_FCC_basic.tcl)
33- added card for LHCb studies (cards/delphes_card_LHCb.tcl)
34- made interface with Pythia 8 turned off by default
35- adapted Isolation module to new energy-flow photons and neutral hadrons (#362)
36- fixed jet mass calculation for anti-kt with "winner-take-all" (#355)
37- fixed crashing of root2lhco when ROOT file doesn't contain all required branches (#340)
38- added possibility to build Delphes with CMake (#313)
[0c871e5]39
[fb8932a]403.1.2:
[dca96ee]41- fixed smearing of (z,t) vertex distribution in the PileUpMerger module
[fb8932a]42
[33689ef]433.1.1:
[dca96ee]44- adapted DelphesSTDHEP to the latest version of the STDHEP format introduced in MadGraph5_aMC@NLO 2.1.2
[33689ef]45
[7e4da42]463.1.0:
47 added Hector module (fast simulator for the transport of particles in beam lines)
[dca96ee]48- added N-subjettiness and N-jettiness (to identify boosted hadronically-decaying objects like electroweak bosons and top quarks)
49- added SimpleCalorimeter module (to study effects of different granularity in ECAL and HCAL)
50- added ImpactParameterSmearing (to smear transverse and longitudinal track impact parameter needed for track counting b-tagging)
51- added TrackCountingBTagging module (for simple b-tagging algorithm based on counting tracks with large impact parameter)
52- added basic card for FCC studies (examples/delphes_card_FCC_basic.tcl)
[7e4da42]53
[1150871]543.0.12:
[dca96ee]55- updated FastJet library to 3.0.6
56- added smearing of (z,t) vertex distribution in the PileUpMerger module
57- propagation time computed for every output collection
58- added TimeSmearing module (for propagation time measurement)
59- added PileUpJetId module (thanks to Seth Senz)
[1150871]60
[0d800ef]613.0.11:
[dca96ee]62- new energy-flow algorithm, optimized for better compatibility with pile-up subtraction
63- added possibility of computing pile-up density in different eta regions via the RhoEtaRange parameter in FastJetFinder module
64- implemented correct efficiency/resolution for high pt muons in CMS cards
65- removed pile-up subtraction on missing energy
66- added possibility to read re-weighting information from LHEF input files
67- added UsePTSum and PTSumMax parameters to isolation module
68- added possibility of specifying the shape of pile-up distribution (via the PileUpDistribution parameter in the PileUpMerger module)
69- added pile-up Vertex collection to the output tree
[0d800ef]70
[0a0a5ef]713.0.10:
[dca96ee]72- new readers (DelphesProMC.cpp, DelphesProMC.py (#220), DelphesPythia8)
73- new modules (EnergyScale, PileUpMergerPythia8, Weighter)
74- new module parameters (absolute/relative isolation (#187), flat/poisson pile-up distribution)
75- new global parameters (max number of events, skip events (#183), random seed (#202))
76- new branches (pile-up event density rho, MC event weight)
77- updated CMS and ALTAS detector cards (and added ATLAS pile-up detector card)
78- calorimeter smearing is now performed according to a logNormal distribution
79- improved particle-flow algorithm (#204)
80- added calculation of particle propagation time in the tracker
81- fixed tau-jet matching by only considering visible hadronic tau (#208)
82- read masses from MC event file (#195, #201)
83- bug fixes in DelphesCMSFWLite (#196)
84- compilable analysis macro examples (#182)
85- ability to read MC re-weighting information from LHE files
[8560904]86
873.0.9:
[dca96ee]88- fixed reading of weighted STDHEP events (#181)
89- fixed script building Delphes with CMSFWLite (#180)
90- added more particles to StatusPidFilter (#179)
[8560904]91
923.0.8:
[dca96ee]93- fixed treatment of units in HepMC format (#175)
94- added Weight to HepMCEvent branch to store the event weight (#173)
95- added Rho branch to store the rho energy density (#176)
96- added random rotation of pile-up events around the z-axis
[8560904]97
983.0.7:
[dca96ee]99- added separate make rule for the event display to fix the compilation problem for systems without OpenGL libraries (#168, #127)
100- added Cloner module
101- modified BTagging module (several BTagging bits can be stored for the same jet collection, see here)
Note: See TracBrowser for help on using the repository browser.