Fork me on GitHub

source: git/CHANGELOG@ b9e210d

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

update CHANGELOG for 3.3.1

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