Fork me on GitHub

source: svn/trunk/CHANGELOG@ 415

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

faute d'orthographe

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