Fork me on GitHub

source: svn/trunk/CHANGELOG@ 360

Last change on this file since 360 was 360, checked in by Xavier Rouby, 15 years ago

update

File size: 5.4 KB
Line 
1
2 * Changes relative to V.1.5:
3 - improved identification of input-data format (based on filename extension)
4 - bug found and corrected in the "side" variable of ZDC/RP220/FP420
5 - new converter to read HepMC events
6
7 /-----------------------------------------\
8| 12 March 2009: release Version1.5 |
9 \-----------------------------------------/
10
11 * Changes relative to V.1.4beta:
12 - implementation of the energy flow
13 - calotowers are first merged then smeared
14 - photons are based on these calotowers: conservative approach
15 - electrons are separately smeared according to the calotower
16 resolution.
17 - new: list of calorimeters ; CaloUtil added
18 - new: constants moved from SmearUtil.* to D_Constants.*
19 - new: GenParticle class
20 - ParticleUtil changed into D_Particle
21 - tracks and Taujets have now a charge
22 - output available as a LHCO (text) data file, in option
23 - extensive test and correction of the Bfield
24 - using now an exact computation, assuming solenoidal field
25 - about 20% faster than iterative approach
26 - charged lepton isolation: IsolPt available
27 - data cards
28 - default names have been changed
29 - more parameters for more flexibility
30
31
32 /-----------------------------------------\
33| 09 February 2009: release Version1.4beta |
34 \-----------------------------------------/
35
36 * Changes relative to V.1.3beta:
37 - new overal header and program output to screen.
38 - new trigger cards ATLAS and CMS-like
39 - new detector card ATLAS oriented
40 - New input parameters in the datacard for very forward detectors
41 - Modification of the Resolution.cpp code to run on the output of Delphes directly
42 - #include statements have been cleaned ; more include paths
43 in the compilation, leading to easier #include statements.
44 - extensive use of 'valgrind' for the search for memory leaks.
45 No more explicit leak is in the code. The only leaks left are
46 related to ROOT, to mcfio dependecy and to Hector.
47 This implied the systematic addition of copy-constructor,
48 operator= and correct destructors in Delphes classes
49 - update of the BField simulation; still in the case of B = Bz only
50 - JetsUtil* files renamed to JetsUtil*
51 * Private modifications in dependencies
52 - memory leaks removed in FROG (applied on Frog v1.106)
53 - systematic change of by-value parameters to "by-const-reference"
54 in Hector (applied on Hector v1.3.1)
55
56 /-----------------------------------------\
57| 29 January 2009: release Version1.3beta |
58 \-----------------------------------------/
59
60 * Changes relative to V.1.2beta:
61 - Cleaning of non necessary comments
62 - Removal of the minimal transverse momentum applied on tracks and calotowers when the magnetic field is simulated
63 - Correction of the FROG interface
64 - Addition of a new standalone code to run FROG on the analysis output ROOT file
65 - New magnetic field algorithm: exact computation in case of magnetic field having a Bz component only
66 - Time performance monitoring
67 - Cleaner tarball
68 * Known limitations of this release are:
69 -Work is currently being done on eta/phi variables leading to some uncertainties on these quantities when the magnetic field is switched on
70
71
72
73 /-----------------------------------------\
74| 18 December 2008: release Version1.2beta |
75 \-----------------------------------------/
76
77 * Changes relative to V.1.1beta:
78 - Reconstruction of jets: the number of defined cell
79 towers is now correctly taken into account by the
80 jet algorithms
81 - Input for jet reconstruction: calotowers instead
82 of generated particles
83 - Input datacard parameters now taken into account by
84 the jets, very forward detectors, magnetic field
85 propagation steps
86
87
88 /-----------------------------------------\
89| 13 December 2008: release Version1.1beta |
90 \-----------------------------------------/
91
92 * Changes relative to V.1.0beta:
93 - Addition of a class that run the FROG code on the
94 reconstructed events to perform visualisation of
95 events and detector geometry
96 - Addition in the datacard of flags to switch on/off
97 magnetic field, very forward detectors, trigger and FROG
98 running
99
100
101 /-----------------------------------------\
102| December 2008: release Version1.0beta |
103 \-----------------------------------------/
104
105 * First available release
106 * Includes
107 - Classes that perform
108 - Conversion of HepMC, LHE and root file conversion
109 - Simulation of charged particles into a magnetic field
110 - Smearing of the energy of undecaying particles
111 according to some applied resolution functions
112 - Reconstruction of jets using the FastJet package
113 - Simulation of very forward detector selection
114 - Application of a trigger selection
115 - An input datacard that permit two easily change running
116 configuration of the detector simulation (e.g. data/DataCardDet.dat).
117 - An input trigger datacard to apply a selection of events
118 with user defined trigger bits (e.g. data/trigger.dat).
119 - An example of user code to run on the output root file of
120 the DELPHES program.
121 * Known limitations of this release are
122 - Imperfect reconstruction of jets: the number of defined cell
123 towers not correctly taken into account by the jet algorithms.
124 - Reconstruction of very forward detectors not entirely completed.
Note: See TracBrowser for help on using the repository browser.