Fork me on GitHub

source: svn/trunk/CHANGELOG@ 455

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

put the inputfiles in the Logfile

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