Fork me on GitHub

source: svn/trunk/CHANGELOG@ 345

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

update

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