Fork me on GitHub

source: svn/trunk/CHANGELOG@ 264

Last change on this file since 264 was 262, checked in by severine ovyn, 16 years ago

v1.4beta

File size: 4.2 KB
Line 
1
2
3 /-----------------------------------------\
4| 09 February 2009: release Version1.4beta |
5 \-----------------------------------------/
6
7 * Changes relative to V.1.3beta:
8 - new overal header and program output to screen.
9 - new trigger cards ATLAS and CMS-like
10 - new detector card ATLAS oriented
11 - New input parameters in the datacard for very forward detectors
12 - Modification of the Resolution.cpp code to run on the output of Delphes directly
13 - #include statements have been cleaned ; more include paths
14 in the compilation, leading to easier #include statements.
15 - extensive use of 'valgrind' for the search for memory leaks.
16 No more explicit leak is in the code. The only leaks left are
17 related to ROOT, to mcfio dependecy and to Hector.
18 This implied the systematic addition of copy-constructor,
19 operator= and correct destructors in Delphes classes
20 - update of the BField simulation; still in the case of B = Bz only
21 - JetsUtil* files renamed to JetsUtil*
22 * Private modifications in dependencies
23 - memory leaks removed in FROG (applied on Frog v1.106)
24 - systematic change of by-value parameters to "by-const-reference"
25 in Hector (applied on Hector v1.3.1)
26
27 /-----------------------------------------\
28| 29 January 2009: release Version1.3beta |
29 \-----------------------------------------/
30
31 * Changes relative to V.1.2beta:
32 - Cleaning of non necessary comments
33 - Removal of the minimal transverse momentum applied on tracks and calotowers when the magnetic field is simulated
34 - Correction of the FROG interface
35 - Addition of a new standalone code to run FROG on the analysis output ROOT file
36 - New magnetic field algorithm: exact computation in case of magnetic field having a Bz component only
37 - Time performance monitoring
38 - Cleaner tarball
39 * Known limitations of this release are:
40 -Work is currently being done on eta/phi variables leading to some uncertainties on these quantities when the magnetic field is switched on
41
42
43
44 /-----------------------------------------\
45| 18 December 2008: release Version1.2beta |
46 \-----------------------------------------/
47
48 * Changes relative to V.1.1beta:
49 - Reconstruction of jets: the number of defined cell
50 towers is now correctly taken into account by the
51 jet algorithms
52 - Input for jet reconstruction: calotowers instead
53 of generated particles
54 - Input datacard parameters now taken into account by
55 the jets, very forward detectors, magnetic field
56 propagation steps
57
58
59 /-----------------------------------------\
60| 13 December 2008: release Version1.1beta |
61 \-----------------------------------------/
62
63 * Changes relative to V.1.0beta:
64 - Addition of a class that run the FROG code on the
65 reconstructed events to perform visualisation of
66 events and detector geometry
67 - Addition in the datacard of flags to switch on/off
68 magnetic field, very forward detectors, trigger and FROG
69 running
70
71
72 /-----------------------------------------\
73| December 2008: release Version1.0beta |
74 \-----------------------------------------/
75
76 * First available release
77 * Includes
78 - Classes that perform
79 - Conversion of HepMC, LHE and root file conversion
80 - Simulation of charged particles into a magnetic field
81 - Smearing of the energy of undecaying particles
82 according to some applied resolution functions
83 - Reconstruction of jets using the FastJet package
84 - Simulation of very forward detector selection
85 - Application of a trigger selection
86 - An input datacard that permit two easily change running
87 configuration of the detector simulation (e.g. data/DataCardDet.dat).
88 - An input trigger datacard to apply a selection of events
89 with user defined trigger bits (e.g. data/trigger.dat).
90 - An example of user code to run on the output root file of
91 the DELPHES program.
92 * Known limitations of this release are
93 - Imperfect reconstruction of jets: the number of defined cell
94 towers not correctly taken into account by the jet algorithms.
95 - Reconstruction of very forward detectors not entirely completed.
Note: See TracBrowser for help on using the repository browser.