Fork me on GitHub

source: git/CHANGELOG@ a39b82e

ImprovedOutputFile Timing dual_readout llp
Last change on this file since a39b82e was 27a1694, checked in by Pavel Demin <pavel.demin@…>, 8 years ago

add 3.3.3 to CHANGELOG

  • Property mode set to 100644
File size: 7.8 KB
Line 
13.3.3:
2- improved compatibility with ROOT >= 6.04
3- removed test of praticle stability based on ROOT pdgtable (#347, #753, #821, #855)
4- fixed bugs in DelphesCMSFWLite
5- fixed bugs in PUPPI
6- fixed compiler and linker flags for Pythia8
7- added CMS Phase II cards
8- added particle gun to DelphesPythia8
9- added jet merging to DelphesPythia8 based on Pythia8 main32.cc
10- added UseMiniCone option in Isolation module
11- added RecoPuFilter module
12- added back OldCalorimeter for CheckMate bwd compatibilty (#591)
13- updated tracking and calorimeter resolution in CMS cards
14
153.3.2:
16- added pre-validated card for CMS upgrade Phase II studies
17- added TrackCountingTauTagging module (a la CheckMate)
18- updated tau-tagging efficiency according to ATL-PHYS-PUB-2015-045
19
203.3.1:
21- corrected light parton mistag rate in b-tagging formula for CMS and ILD cards
22- added tracks to output in ILD card to enable root2lhco conversion
23- fixed muon collection in ILD card
24- added example for pileup generation with Pythia8
25- moved to loose isolation working points for ATLAS and CMS cards
26- added UseRhoCorrection switch to decide which isolation variable use for selection (true by default)
27- switch to Rapidity selector (SelectorRapRange) for pile-up density computation in FastJet to ensure backward compatibility
28- addressed N-subjettiness warnings in 2.2.1 version
29
303.3.0:
31- improved energy-flow algorithm for high momentum
32- updated b-tagging parameterisations to recent ATLAS and CMS publications
33- updated FastJet library to 3.1.3
34- updated Nsubjettiness library to 2.2.1
35- added a detector card for the ILD detector (for ILC) based on http://arxiv.org/abs/1306.6329
36- adapted examples, EventDisplay, DelphesFormula and DelphesTF2 to ROOT 6.04
37- fixed tau-tagging for events without tau (thanks to Sho Iwamoto)
38- fixed UniqueObjectFinder (#728)
39- added JetFakeParticle module
40- added PhotonConversions module
41- added TaggingParticlesSkimmer module
42- added phi and energy dependence to AngularSmearing, BTagging, Efficiency, EnergyScale, EnergySmearing, IdentificationMap, ImpactParameterSmearing and MomentumSmearing
43- added IsRecoPU flag and PTMin parameter to TrackPileUpSubtractor
44- added Invert and Status options to PdgCodeFilter (thanks to Chase Shimmin)
45- added new isolation variables to Candidate, Electron, Muon and Photon classes (thanks to Raffaele Gerosa)
46- added code from CMS to PileUpMerger and PileUpMergerPythia8
47- added timing information to Calorimeter
48- added new PileUpJetID version (thanks to Seth Senz)
49- added Area 4-vector to jet class
50- added PUPPI algorithm and RunPUPPI module
51- added RecursiveTools package from fastjet contribs
52- replaced N-subjettiness with an array in Jet class (same as in Candidate class)
53- added Trimming, Pruning and SoftDrop to FastJetFinder
54- added possibility to use DelphesPythia8 with LHE files
55- added Pythia8 examples
56- added JetFlavorAssociation module with Physics and Algorithmic definitions of the jet flavor
57- added new jet flavor definitions to the BTagging module (available only when running DelphesPythia8 with LHE files)
58
593.2.0:
60- moved code repository to GitHub (http://github.com/delphes/delphes)
61- moved configuration files from examples to cards directory
62- new event display, with automatic discovery of the object collections, navigation controls, and 3D geometry sketch (for more details, see WorkBook/EventDisplay)
63- updated FastJet library to 3.1.0
64- added zero suppression to Calorimeter and SimpleCalorimeter modules
65- added SmearTowerCenter configuration parameter to Calorimeter and SimpleCalorimeter modules (#363)
66- added FastJetGridMedianEstimator module (provides much faster pile-up subtraction based on a fixed grid eta-dependent average pile-up density computation)
67- added AngularSmearing module (to smear track eta,phi)
68- added PdgCodeFilter (to veto particle with given PID from collections)
69- added IdentificationMap (allows to apply (mis)-identification)
70- added Example4.C (provides an example on how to compute the jet energy scale)
71- added examples (examples/ExternalFastJet) on how to run Delphes as a library with external FastJet installation
72- updated card for FCC studies (cards/delphes_card_FCC_basic.tcl)
73- added card for LHCb studies (cards/delphes_card_LHCb.tcl)
74- made interface with Pythia 8 turned off by default
75- adapted Isolation module to new energy-flow photons and neutral hadrons (#362)
76- fixed jet mass calculation for anti-kt with "winner-take-all" (#355)
77- fixed crashing of root2lhco when ROOT file doesn't contain all required branches (#340)
78- added possibility to build Delphes with CMake (#313)
79
803.1.2:
81- fixed smearing of (z,t) vertex distribution in the PileUpMerger module
82
833.1.1:
84- adapted DelphesSTDHEP to the latest version of the STDHEP format introduced in MadGraph5_aMC@NLO 2.1.2
85
863.1.0:
87 added Hector module (fast simulator for the transport of particles in beam lines)
88- added N-subjettiness and N-jettiness (to identify boosted hadronically-decaying objects like electroweak bosons and top quarks)
89- added SimpleCalorimeter module (to study effects of different granularity in ECAL and HCAL)
90- added ImpactParameterSmearing (to smear transverse and longitudinal track impact parameter needed for track counting b-tagging)
91- added TrackCountingBTagging module (for simple b-tagging algorithm based on counting tracks with large impact parameter)
92- added basic card for FCC studies (examples/delphes_card_FCC_basic.tcl)
93
943.0.12:
95- updated FastJet library to 3.0.6
96- added smearing of (z,t) vertex distribution in the PileUpMerger module
97- propagation time computed for every output collection
98- added TimeSmearing module (for propagation time measurement)
99- added PileUpJetId module (thanks to Seth Senz)
100
1013.0.11:
102- new energy-flow algorithm, optimized for better compatibility with pile-up subtraction
103- added possibility of computing pile-up density in different eta regions via the RhoEtaRange parameter in FastJetFinder module
104- implemented correct efficiency/resolution for high pt muons in CMS cards
105- removed pile-up subtraction on missing energy
106- added possibility to read re-weighting information from LHEF input files
107- added UsePTSum and PTSumMax parameters to isolation module
108- added possibility of specifying the shape of pile-up distribution (via the PileUpDistribution parameter in the PileUpMerger module)
109- added pile-up Vertex collection to the output tree
110
1113.0.10:
112- new readers (DelphesProMC.cpp, DelphesProMC.py (#220), DelphesPythia8)
113- new modules (EnergyScale, PileUpMergerPythia8, Weighter)
114- new module parameters (absolute/relative isolation (#187), flat/poisson pile-up distribution)
115- new global parameters (max number of events, skip events (#183), random seed (#202))
116- new branches (pile-up event density rho, MC event weight)
117- updated CMS and ALTAS detector cards (and added ATLAS pile-up detector card)
118- calorimeter smearing is now performed according to a logNormal distribution
119- improved particle-flow algorithm (#204)
120- added calculation of particle propagation time in the tracker
121- fixed tau-jet matching by only considering visible hadronic tau (#208)
122- read masses from MC event file (#195, #201)
123- bug fixes in DelphesCMSFWLite (#196)
124- compilable analysis macro examples (#182)
125- ability to read MC re-weighting information from LHE files
126
1273.0.9:
128- fixed reading of weighted STDHEP events (#181)
129- fixed script building Delphes with CMSFWLite (#180)
130- added more particles to StatusPidFilter (#179)
131
1323.0.8:
133- fixed treatment of units in HepMC format (#175)
134- added Weight to HepMCEvent branch to store the event weight (#173)
135- added Rho branch to store the rho energy density (#176)
136- added random rotation of pile-up events around the z-axis
137
1383.0.7:
139- added separate make rule for the event display to fix the compilation problem for systems without OpenGL libraries (#168, #127)
140- added Cloner module
141- 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.