Fork me on GitHub

source: svn/trunk/CHANGELOG@ 536

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

bug in muon charge and electron charge: solved

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