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