Changeset dca96ee in git
- Timestamp:
- Dec 22, 2014, 4:23:01 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- a24426f
- Parents:
- d6347e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rd6347e0 rdca96ee 1 1 3.2.0: 2 3 4 5 6 7 8 9 10 11 12 added Example4.C (provide andexample on how to compute the jet energy scale)13 14 updated examplefor FCC studies (cards/delphes_card_FCC_basic.tcl)15 added examplefor LHCb studies (cards/delphes_card_LHCb.tcl)16 17 18 19 20 2 - moved code repository to GitHub (http://github.com/delphes/delphes) 3 - moved configuration files from examples to cards directory 4 - new event display, with automatic discovery of the object collections, navigation controls, and 3D geometry sketch (for more details, see WorkBook/EventDisplay) 5 - updated FastJet library to 3.1.0 6 - added zero suppression to Calorimeter and SimpleCalorimeter modules 7 - added SmearTowerCenter configuration parameter to Calorimeter and SimpleCalorimeter modules (#363) 8 - added FastJetGridMedianEstimator module (provides much faster pile-up subtraction based on a fixed grid eta-dependent average pile-up density computation) 9 - added AngularSmearing module (to smear track eta,phi) 10 - added PdgCodeFilter (to veto particle with given PID from collections) 11 - added IdentificationMap (allows to apply (mis)-identification) 12 - added Example4.C (provides an example on how to compute the jet energy scale) 13 - added examples (examples/ExternalFastJet) on how to run Delphes as a library with external FastJet installation 14 - updated card for FCC studies (cards/delphes_card_FCC_basic.tcl) 15 - added card for LHCb studies (cards/delphes_card_LHCb.tcl) 16 - made interface with Pythia 8 turned off by default 17 - adapted Isolation module to new energy-flow photons and neutral hadrons (#362) 18 - fixed jet mass calculation for anti-kt with "winner-take-all" (#355) 19 - fixed crashing of root2lhco when ROOT file doesn't contain all required branches (#340) 20 - added possibility to build Delphes with CMake (#313) 21 21 22 22 3.1.2: 23 23 - fixed smearing of (z,t) vertex distribution in the PileUpMerger module 24 24 25 25 3.1.1: 26 26 - adapted DelphesSTDHEP to the latest version of the STDHEP format introduced in MadGraph5_aMC@NLO 2.1.2 27 27 28 28 3.1.0: 29 29 added Hector module (fast simulator for the transport of particles in beam lines) 30 31 32 33 34 30 - added N-subjettiness and N-jettiness (to identify boosted hadronically-decaying objects like electroweak bosons and top quarks) 31 - added SimpleCalorimeter module (to study effects of different granularity in ECAL and HCAL) 32 - added ImpactParameterSmearing (to smear transverse and longitudinal track impact parameter needed for track counting b-tagging) 33 - added TrackCountingBTagging module (for simple b-tagging algorithm based on counting tracks with large impact parameter) 34 - added basic card for FCC studies (examples/delphes_card_FCC_basic.tcl) 35 35 36 36 3.0.12: 37 38 39 40 41 37 - updated FastJet library to 3.0.6 38 - added smearing of (z,t) vertex distribution in the PileUpMerger module 39 - propagation time computed for every output collection 40 - added TimeSmearing module (for propagation time measurement) 41 - added PileUpJetId module (thanks to Seth Senz) 42 42 43 43 3.0.11: 44 45 46 47 48 49 50 51 44 - new energy-flow algorithm, optimized for better compatibility with pile-up subtraction 45 - added possibility of computing pile-up density in different eta regions via the RhoEtaRange parameter in FastJetFinder module 46 - implemented correct efficiency/resolution for high pt muons in CMS cards 47 - removed pile-up subtraction on missing energy 48 - added possibility to read re-weighting information from LHEF input files 49 - added UsePTSum and PTSumMax parameters to isolation module 50 - added possibility of specifying the shape of pile-up distribution (via the PileUpDistribution parameter in the PileUpMerger module) 51 - added pile-up Vertex collection to the output tree 52 52 53 53 3.0.10: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 54 - new readers (DelphesProMC.cpp, DelphesProMC.py (#220), DelphesPythia8) 55 - new modules (EnergyScale, PileUpMergerPythia8, Weighter) 56 - new module parameters (absolute/relative isolation (#187), flat/poisson pile-up distribution) 57 - new global parameters (max number of events, skip events (#183), random seed (#202)) 58 - new branches (pile-up event density rho, MC event weight) 59 - updated CMS and ALTAS detector cards (and added ATLAS pile-up detector card) 60 - calorimeter smearing is now performed according to a logNormal distribution 61 - improved particle-flow algorithm (#204) 62 - added calculation of particle propagation time in the tracker 63 - fixed tau-jet matching by only considering visible hadronic tau (#208) 64 - read masses from MC event file (#195, #201) 65 - bug fixes in DelphesCMSFWLite (#196) 66 - compilable analysis macro examples (#182) 67 - ability to read MC re-weighting information from LHE files 68 68 69 69 3.0.9: 70 71 72 70 - fixed reading of weighted STDHEP events (#181) 71 - fixed script building Delphes with CMSFWLite (#180) 72 - added more particles to StatusPidFilter (#179) 73 73 74 74 3.0.8: 75 76 77 78 75 - fixed treatment of units in HepMC format (#175) 76 - added Weight to HepMCEvent branch to store the event weight (#173) 77 - added Rho branch to store the rho energy density (#176) 78 - added random rotation of pile-up events around the z-axis 79 79 80 80 3.0.7: 81 82 83 81 - added separate make rule for the event display to fix the compilation problem for systems without OpenGL libraries (#168, #127) 82 - added Cloner module 83 - modified BTagging module (several BTagging bits can be stored for the same jet collection, see here)
Note:
See TracChangeset
for help on using the changeset viewer.