Fork me on GitHub

source: svn/trunk/CHANGELOG@ 446

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

new header in all files

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