Fork me on GitHub

source: svn/trunk/CHANGELOG@ 432

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

update

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