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