Fork me on GitHub

source: svn/trunk/CHANGELOG@ 418

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

bug removed on bad inputfile identification ; Nevent implemented in DetectorCard

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