Fork me on GitHub

source: svn/trunk/CHANGELOG@ 366

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

update V1.6

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