[418] | 1 | * Changes relative to V.1.7
|
---|
[415] | 2 | - small typos in "cout" removed
|
---|
[418] | 3 | - Nevents implemented in DetectorCards
|
---|
| 4 | - bug removed in bad inputfile type identification (".hep" vs ".lhe")
|
---|
[423] | 5 | - BinEtaPhi : now use the middle of the tower and not its lower edge in eta and in phi
|
---|
[431] | 6 | - genMakefile : -Dmacos/-Dlinux/-Dwindows automatically added in CXXFLAGS when required
|
---|
[415] | 7 | /-----------------------------------------\
|
---|
| 8 | | 22 May 2009: release Version1.7 |
|
---|
| 9 | \-----------------------------------------/
|
---|
[373] | 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
|
---|
[400] | 16 | - gen-level data available
|
---|
| 17 | - time resolution also for RP220,FP420
|
---|
[393] | 18 | - CaloIsolation ready for muons (defined as in lhco standards)
|
---|
[415] | 19 | - update of Hector version to Hector_1_5_2
|
---|
| 20 | New leaves in some branches! these root files are not compatible with
|
---|
[431] | 21 | older releases (i.e. with executables of older releases)
|
---|
[262] | 22 |
|
---|
[365] | 23 | /-----------------------------------------\
|
---|
| 24 | | 7 May 2009: release Version1.6 |
|
---|
| 25 | \-----------------------------------------/
|
---|
[345] | 26 | * Changes relative to V.1.5:
|
---|
| 27 | - improved identification of input-data format (based on filename extension)
|
---|
[360] | 28 | - bug found and corrected in the "side" variable of ZDC/RP220/FP420
|
---|
[365] | 29 | - HepMC interface for input data
|
---|
| 30 | - new converter to read HepMC events
|
---|
| 31 | - new namespace TRootC
|
---|
| 32 | - HepMC 2.04.01 used
|
---|
[345] | 33 |
|
---|
[314] | 34 | /-----------------------------------------\
|
---|
[365] | 35 | | 12 March 2009: release Version1.5 |
|
---|
[314] | 36 | \-----------------------------------------/
|
---|
| 37 |
|
---|
[265] | 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.*
|
---|
[329] | 46 | - new: GenParticle class
|
---|
[265] | 47 | - ParticleUtil changed into D_Particle
|
---|
[289] | 48 | - tracks and Taujets have now a charge
|
---|
[314] | 49 | - output available as a LHCO (text) data file, in option
|
---|
[299] | 50 | - extensive test and correction of the Bfield
|
---|
[314] | 51 | - using now an exact computation, assuming solenoidal field
|
---|
| 52 | - about 20% faster than iterative approach
|
---|
[320] | 53 | - charged lepton isolation: IsolPt available
|
---|
[329] | 54 | - data cards
|
---|
| 55 | - default names have been changed
|
---|
| 56 | - more parameters for more flexibility
|
---|
| 57 |
|
---|
[262] | 58 |
|
---|
| 59 | /-----------------------------------------\
|
---|
| 60 | | 09 February 2009: release Version1.4beta |
|
---|
| 61 | \-----------------------------------------/
|
---|
| 62 |
|
---|
[231] | 63 | * Changes relative to V.1.3beta:
|
---|
| 64 | - new overal header and program output to screen.
|
---|
[261] | 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
|
---|
[231] | 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 |
|
---|
[230] | 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.
|
---|