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