Fork me on GitHub

source: svn/trunk/CHANGELOG@ 406

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

update to Hector_1_5_2

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