Fork me on GitHub

Changeset d77b51d in git for CHANGELOG


Ignore:
Timestamp:
Sep 29, 2015, 2:08:10 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
a98c7ef
Parents:
d870fc5 (diff), 06ec139 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'upstream/master'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rd870fc5 rd77b51d  
     13.3.0:
     2- updated FastJet library to 3.1.2
     3- added a detector card for the ILD detector (for ILC)  based on http://arxiv.org/abs/1306.6329
     4- adapted examples, EventDisplay, DelphesFormula and DelphesTF2 to ROOT 6.04
     5- fixed tau-tagging for events without tau (thanks to Sho Iwamoto)
     6- added PhotonConversions module
     7- added TaggingParticlesSkimmer module
     8- added phi and energy dependence to AngularSmearing, BTagging, Efficiency, EnergyScale, EnergySmearing, IdentificationMap, ImpactParameterSmearing and MomentumSmearing
     9- added IsRecoPU flag and PTMin parameter to TrackPileUpSubtractor
     10- added Invert and Status options to PdgCodeFilter (thanks to Chase Shimmin)
     11- added new isolation variables to Candidate, Electron, Muon and Photon classes (thanks to Raffaele Gerosa)
     12- added code from CMS to PileUpMerger and PileUpMergerPythia8
     13- added timing information to Calorimeter
     14- added new PileUpJetID version (thanks to Seth Senz)
     15- added Area 4-vector to jet class
     16- added PUPPI algorithm and RunPUPPI module
     17- added RecursiveTools package from fastjet contribs
     18- replaced N-subjettiness with an array in Jet class (same as in Candidate class)
     19- added Trimming, Pruning and SoftDrop to FastJetFinder
     20- added possibility to use DelphesPythia8 with LHE files
     21- added Pythia8 examples
     22- added JetFlavourAssociation module with Physics and Algorithmic definitions of the jet flavor
     23- added new jet flavor definitions to the BTagging module (available only when running DelphesPythia8 with LHE files)
     24
    1253.2.0:
    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 [event display manual](/workbook/event-display))
    5   updated FastJet library to 3.1.0
    6   added zero suppression in Calorimeter modules
    7   added FastJetGridMedianEstimator module (provides fixed grid eta-dependent average pile-up density)
    8   added AngularSmearing module (to smear track eta,phi)
    9   added PdgCodeFilter (to veto particle with given PID from collections)
    10   added IdentificationMap (allows to apply (mis)-identification)
    11   added Example4.C (provide and example on how to compute the jet energy scale)
    12   added examples (examples/ExternalFastJetBasic.cpp and examples/ExternalFastJetHepMC.cpp) on how to run Delphes as a library with external FastJet installation
    13   updated example for FCC studies (cards/delphes_card_FCC_basic.tcl)
    14   added example for LHCb studies (cards/delphes_card_LHCb.tcl)
     26- moved code repository to GitHub (http://github.com/delphes/delphes)
     27- moved configuration files from examples to cards directory
     28- new event display, with automatic discovery of the object collections, navigation controls, and 3D geometry sketch (for more details, see WorkBook/EventDisplay)
     29- updated FastJet library to 3.1.0
     30- added zero suppression to Calorimeter and SimpleCalorimeter modules
     31- added SmearTowerCenter configuration parameter to Calorimeter and SimpleCalorimeter modules (#363)
     32- added FastJetGridMedianEstimator module (provides much faster pile-up subtraction based on a fixed grid eta-dependent average pile-up density computation)
     33- added AngularSmearing module (to smear track eta,phi)
     34- added PdgCodeFilter (to veto particle with given PID from collections)
     35- added IdentificationMap (allows to apply (mis)-identification)
     36- added Example4.C (provides an example on how to compute the jet energy scale)
     37- added examples (examples/ExternalFastJet) on how to run Delphes as a library with external FastJet installation
     38- updated card for FCC studies (cards/delphes_card_FCC_basic.tcl)
     39- added card for LHCb studies (cards/delphes_card_LHCb.tcl)
     40- made interface with Pythia 8 turned off by default
     41- adapted Isolation module to new energy-flow photons and neutral hadrons (#362)
     42- fixed jet mass calculation for anti-kt with "winner-take-all" (#355)
     43- fixed crashing of root2lhco when ROOT file doesn't contain all required branches (#340)
     44- added possibility to build Delphes with CMake (#313)
    1545
    16463.1.2:
    17   fixed smearing of (z,t) vertex distribution in the PileUpMerger module
     47- fixed smearing of (z,t) vertex distribution in the PileUpMerger module
    1848
    19493.1.1:
    20   adapted DelphesSTDHEP to the latest version of the STDHEP format introduced in MadGraph5_aMC@NLO 2.1.2
     50- adapted DelphesSTDHEP to the latest version of the STDHEP format introduced in MadGraph5_aMC@NLO 2.1.2
    2151
    22523.1.0:
    2353  added Hector module (fast simulator for the transport of particles in beam lines)
    24   added N-subjettiness and N-jettiness (to identify boosted hadronically-decaying objects like electroweak bosons and top quarks)
    25   added SimpleCalorimeter module (to study effects of different granularity in ECAL and HCAL)
    26   added ImpactParameterSmearing (to smear transverse and longitudinal track impact parameter needed for track counting b-tagging)
    27   added TrackCountingBTagging module (for simple b-tagging algorithm based on counting tracks with large impact parameter)
    28   added basic card for FCC studies (examples/delphes_card_FCC_basic.tcl)
     54- added N-subjettiness and N-jettiness (to identify boosted hadronically-decaying objects like electroweak bosons and top quarks)
     55- added SimpleCalorimeter module (to study effects of different granularity in ECAL and HCAL)
     56- added ImpactParameterSmearing (to smear transverse and longitudinal track impact parameter needed for track counting b-tagging)
     57- added TrackCountingBTagging module (for simple b-tagging algorithm based on counting tracks with large impact parameter)
     58- added basic card for FCC studies (examples/delphes_card_FCC_basic.tcl)
    2959
    30603.0.12:
    31   updated FastJet library to 3.0.6
    32   added smearing of (z,t) vertex distribution in the PileUpMerger module
    33   propagation time computed for every output collection
    34   added TimeSmearing module (for propagation time measurement)
    35   added PileUpJetId module (thanks to Seth Senz)
     61- updated FastJet library to 3.0.6
     62- added smearing of (z,t) vertex distribution in the PileUpMerger module
     63- propagation time computed for every output collection
     64- added TimeSmearing module (for propagation time measurement)
     65- added PileUpJetId module (thanks to Seth Senz)
    3666
    37673.0.11:
    38   new energy-flow algorithm, optimized for better compatibility with pile-up subtraction
    39   added possibility of computing pile-up density in different eta regions via the RhoEtaRange parameter in FastJetFinder module
    40   implemented correct efficiency/resolution for high pt muons in CMS cards
    41   removed pile-up subtraction on missing energy
    42   added possibility to read re-weighting information from LHEF input files
    43   added UsePTSum and PTSumMax parameters to isolation module
    44   added possibility of specifying the shape of pile-up distribution (via the PileUpDistribution parameter in the PileUpMerger module)
    45   added pile-up Vertex collection to the output tree
     68- new energy-flow algorithm, optimized for better compatibility with pile-up subtraction
     69- added possibility of computing pile-up density in different eta regions via the RhoEtaRange parameter in FastJetFinder module
     70- implemented correct efficiency/resolution for high pt muons in CMS cards
     71- removed pile-up subtraction on missing energy
     72- added possibility to read re-weighting information from LHEF input files
     73- added UsePTSum and PTSumMax parameters to isolation module
     74- added possibility of specifying the shape of pile-up distribution (via the PileUpDistribution parameter in the PileUpMerger module)
     75- added pile-up Vertex collection to the output tree
    4676
    47773.0.10:
    48   new readers (DelphesProMC.cpp, DelphesProMC.py (#220), DelphesPythia8)
    49   new modules (EnergyScale, PileUpMergerPythia8, Weighter)
    50   new module parameters (absolute/relative isolation (#187), flat/poisson pile-up distribution)
    51   new global parameters (max number of events, skip events (#183), random seed (#202))
    52   new branches (pile-up event density rho, MC event weight)
    53   updated CMS and ALTAS detector cards (and added ATLAS pile-up detector card)
    54   calorimeter smearing is now performed according to a logNormal distribution
    55   improved particle-flow algorithm (#204)
    56   added calculation of particle propagation time in the tracker
    57   fixed tau-jet matching by only considering visible hadronic tau (#208)
    58   read masses from MC event file (#195, #201)
    59   bug fixes in DelphesCMSFWLite (#196)
    60   compilable analysis macro examples (#182)
    61   ability to read MC re-weighting information from LHE files
     78- new readers (DelphesProMC.cpp, DelphesProMC.py (#220), DelphesPythia8)
     79- new modules (EnergyScale, PileUpMergerPythia8, Weighter)
     80- new module parameters (absolute/relative isolation (#187), flat/poisson pile-up distribution)
     81- new global parameters (max number of events, skip events (#183), random seed (#202))
     82- new branches (pile-up event density rho, MC event weight)
     83- updated CMS and ALTAS detector cards (and added ATLAS pile-up detector card)
     84- calorimeter smearing is now performed according to a logNormal distribution
     85- improved particle-flow algorithm (#204)
     86- added calculation of particle propagation time in the tracker
     87- fixed tau-jet matching by only considering visible hadronic tau (#208)
     88- read masses from MC event file (#195, #201)
     89- bug fixes in DelphesCMSFWLite (#196)
     90- compilable analysis macro examples (#182)
     91- ability to read MC re-weighting information from LHE files
    6292
    63933.0.9:
    64   fixed reading of weighted STDHEP events (#181)
    65   fixed script building Delphes with CMSFWLite (#180)
    66   added more particles to StatusPidFilter (#179)
     94- fixed reading of weighted STDHEP events (#181)
     95- fixed script building Delphes with CMSFWLite (#180)
     96- added more particles to StatusPidFilter (#179)
    6797
    68983.0.8:
    69   fixed treatment of units in HepMC format (#175)
    70   added Weight to HepMCEvent branch to store the event weight (#173)
    71   added Rho branch to store the rho energy density (#176)
    72   added random rotation of pile-up events around the z-axis
     99- fixed treatment of units in HepMC format (#175)
     100- added Weight to HepMCEvent branch to store the event weight (#173)
     101- added Rho branch to store the rho energy density (#176)
     102- added random rotation of pile-up events around the z-axis
    73103
    741043.0.7:
    75   added separate make rule for the event display to fix the compilation problem for systems without OpenGL libraries (#168, #127)
    76   added Cloner module
    77   modified BTagging module (several BTagging bits can be stored for the same jet collection, see here)
     105- added separate make rule for the event display to fix the compilation problem for systems without OpenGL libraries (#168, #127)
     106- added Cloner module
     107- 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.