Fork me on GitHub

source: git/CHANGELOG@ c79dced

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

replace JetFlavourAssociation with JetFlavorAssociation in CHANGELOG

  • Property mode set to 100644
File size: 6.5 KB
Line 
13.3.0:
2- improved energy-flow algorithm for high momentum
3- updated b-tagging parameterisations to recent ATLAS and CMS publications
4- updated FastJet library to 3.1.3
5- updated Nsubjettiness library to 2.2.1
6- added a detector card for the ILD detector (for ILC) based on http://arxiv.org/abs/1306.6329
7- adapted examples, EventDisplay, DelphesFormula and DelphesTF2 to ROOT 6.04
8- fixed tau-tagging for events without tau (thanks to Sho Iwamoto)
9- fixed UniqueObjectFinder (#728)
10- added JetFakeParticle module
11- added PhotonConversions module
12- added TaggingParticlesSkimmer module
13- added phi and energy dependence to AngularSmearing, BTagging, Efficiency, EnergyScale, EnergySmearing, IdentificationMap, ImpactParameterSmearing and MomentumSmearing
14- added IsRecoPU flag and PTMin parameter to TrackPileUpSubtractor
15- added Invert and Status options to PdgCodeFilter (thanks to Chase Shimmin)
16- added new isolation variables to Candidate, Electron, Muon and Photon classes (thanks to Raffaele Gerosa)
17- added code from CMS to PileUpMerger and PileUpMergerPythia8
18- added timing information to Calorimeter
19- added new PileUpJetID version (thanks to Seth Senz)
20- added Area 4-vector to jet class
21- added PUPPI algorithm and RunPUPPI module
22- added RecursiveTools package from fastjet contribs
23- replaced N-subjettiness with an array in Jet class (same as in Candidate class)
24- added Trimming, Pruning and SoftDrop to FastJetFinder
25- added possibility to use DelphesPythia8 with LHE files
26- added Pythia8 examples
27- added JetFlavorAssociation module with Physics and Algorithmic definitions of the jet flavor
28- added new jet flavor definitions to the BTagging module (available only when running DelphesPythia8 with LHE files)
29
303.2.0:
31- moved code repository to GitHub (http://github.com/delphes/delphes)
32- moved configuration files from examples to cards directory
33- new event display, with automatic discovery of the object collections, navigation controls, and 3D geometry sketch (for more details, see WorkBook/EventDisplay)
34- updated FastJet library to 3.1.0
35- added zero suppression to Calorimeter and SimpleCalorimeter modules
36- added SmearTowerCenter configuration parameter to Calorimeter and SimpleCalorimeter modules (#363)
37- added FastJetGridMedianEstimator module (provides much faster pile-up subtraction based on a fixed grid eta-dependent average pile-up density computation)
38- added AngularSmearing module (to smear track eta,phi)
39- added PdgCodeFilter (to veto particle with given PID from collections)
40- added IdentificationMap (allows to apply (mis)-identification)
41- added Example4.C (provides an example on how to compute the jet energy scale)
42- added examples (examples/ExternalFastJet) on how to run Delphes as a library with external FastJet installation
43- updated card for FCC studies (cards/delphes_card_FCC_basic.tcl)
44- added card for LHCb studies (cards/delphes_card_LHCb.tcl)
45- made interface with Pythia 8 turned off by default
46- adapted Isolation module to new energy-flow photons and neutral hadrons (#362)
47- fixed jet mass calculation for anti-kt with "winner-take-all" (#355)
48- fixed crashing of root2lhco when ROOT file doesn't contain all required branches (#340)
49- added possibility to build Delphes with CMake (#313)
50
513.1.2:
52- fixed smearing of (z,t) vertex distribution in the PileUpMerger module
53
543.1.1:
55- adapted DelphesSTDHEP to the latest version of the STDHEP format introduced in MadGraph5_aMC@NLO 2.1.2
56
573.1.0:
58 added Hector module (fast simulator for the transport of particles in beam lines)
59- added N-subjettiness and N-jettiness (to identify boosted hadronically-decaying objects like electroweak bosons and top quarks)
60- added SimpleCalorimeter module (to study effects of different granularity in ECAL and HCAL)
61- added ImpactParameterSmearing (to smear transverse and longitudinal track impact parameter needed for track counting b-tagging)
62- added TrackCountingBTagging module (for simple b-tagging algorithm based on counting tracks with large impact parameter)
63- added basic card for FCC studies (examples/delphes_card_FCC_basic.tcl)
64
653.0.12:
66- updated FastJet library to 3.0.6
67- added smearing of (z,t) vertex distribution in the PileUpMerger module
68- propagation time computed for every output collection
69- added TimeSmearing module (for propagation time measurement)
70- added PileUpJetId module (thanks to Seth Senz)
71
723.0.11:
73- new energy-flow algorithm, optimized for better compatibility with pile-up subtraction
74- added possibility of computing pile-up density in different eta regions via the RhoEtaRange parameter in FastJetFinder module
75- implemented correct efficiency/resolution for high pt muons in CMS cards
76- removed pile-up subtraction on missing energy
77- added possibility to read re-weighting information from LHEF input files
78- added UsePTSum and PTSumMax parameters to isolation module
79- added possibility of specifying the shape of pile-up distribution (via the PileUpDistribution parameter in the PileUpMerger module)
80- added pile-up Vertex collection to the output tree
81
823.0.10:
83- new readers (DelphesProMC.cpp, DelphesProMC.py (#220), DelphesPythia8)
84- new modules (EnergyScale, PileUpMergerPythia8, Weighter)
85- new module parameters (absolute/relative isolation (#187), flat/poisson pile-up distribution)
86- new global parameters (max number of events, skip events (#183), random seed (#202))
87- new branches (pile-up event density rho, MC event weight)
88- updated CMS and ALTAS detector cards (and added ATLAS pile-up detector card)
89- calorimeter smearing is now performed according to a logNormal distribution
90- improved particle-flow algorithm (#204)
91- added calculation of particle propagation time in the tracker
92- fixed tau-jet matching by only considering visible hadronic tau (#208)
93- read masses from MC event file (#195, #201)
94- bug fixes in DelphesCMSFWLite (#196)
95- compilable analysis macro examples (#182)
96- ability to read MC re-weighting information from LHE files
97
983.0.9:
99- fixed reading of weighted STDHEP events (#181)
100- fixed script building Delphes with CMSFWLite (#180)
101- added more particles to StatusPidFilter (#179)
102
1033.0.8:
104- fixed treatment of units in HepMC format (#175)
105- added Weight to HepMCEvent branch to store the event weight (#173)
106- added Rho branch to store the rho energy density (#176)
107- added random rotation of pile-up events around the z-axis
108
1093.0.7:
110- added separate make rule for the event display to fix the compilation problem for systems without OpenGL libraries (#168, #127)
111- added Cloner module
112- 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.