Fork me on GitHub

source: svn/trunk/CHANGELOG@ 442

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

update

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