Fork me on GitHub

source: git/CHANGELOG@ e576ef60

ImprovedOutputFile Timing dual_readout llp
Last change on this file since e576ef60 was ebda67d, checked in by Michele Selvaggi <michele.selvaggi@…>, 8 years ago

fixed CHANGELOG

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