Fork me on GitHub

source: git/CHANGELOG@ bd225dd

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

add 3.3.2 to CHANGELOG

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