001 2009-10-27 E.M.Lobodzinska <ewelina@mail.desy.de>
002 * changes by W.Ehrenfeld to allow the ParticleGenerator to be used for FrozenShowers
003 * tag as ParticleGenerator-00-00-49
004
005 2009-09-22 E.M.Lobodzinska<ewelina@mail.desy.de>
006 * fix compiler warnings
007 * tag as ParticleGenerator-00-00-48
008
009 2009-08-26 David Quarrie <David.Quarrie@cern.ch>
010 * cmt/requirements: Remove "apply_tag notAsNeeded" since it causes the MacOSX build to fail and isn't needed by the other platforms
011 * Tagged as ParticleGenerator-00-00-47
012
013 2009-4-16 Cano Ay <aycano@cern.ch>
014 * change random generator engine from Ranecu (RndmGenSvc) to
015 Runlux (RanluxGenSvc)
016 * generate 50*FirstEvents randomnumbers in advance for
017 parallel processing
018 * Tag as ParticleGenerator-00-00-46
019
020 2009-02-24 E.M.Lobodzinska<ewelina@mail.desy.de>
021 * further fix to avoid gcc4.3 complains
022 * modified src/ParticleManager.cxx
023 * ParticleGenerator/ParticleManager.h
024 * tag as ParticleGenerator-00-00-44
025
026 2009-02-23 E.M.Lobodzinska<ewelina@mail.desy.de>
027 * fix to avoid gcc4.3 complains
028 * modified src/Properties.cxx, ParticleKinematics.cxx
029 * ParticleGenerator/Properties.h,ParseWord.h,ParticleKinematics.h * tag as ParticleGenerator-00-00-43
030
031 2008-05-28 G.Unal
032 * add generator in log
033 * tag ParticleGenerator-00-00-40
034
035 2008-5-08 Cano Ay <aycano@cern.ch>
036 * share/*.py: small fixes
037 * Tag as ParticleGenerator-00-00-39
038
039 2008-5-07 Cano Ay <aycano@cern.ch>
040 * share/*.py: modify jobOption files because Configurables have changed
041 * Tag as ParticleGenerator-00-00-38
042
043 2007-12-13 David Quarrie <David.Quarrie@cern.ch>
044 * cmt/requirements: Fix typo in AtlasHepMC use statement
045 * Tag as ParticleGenerator-00-00-37
046
047 2008-01-29 Cano Ay <aycano@cern.ch>
048 * cmt/requirements update for new GENSER HepMC version
049 * Tag as ParticleGenerator-00-00-36
050
051 2007-12-13 David Quarrie <David.Quarrie@cern.ch>
052
053 * tagging ParticleGenerator-00-00-35
054 * src/ParticleGeneratorExampleRoot.cxx: Add include <TMath.h> for LCG_54 compatibility
055
056 2007-03-01 Sebastien Binet <binet@lblbox>
057
058 * tagging ParticleGenerator-00-00-34
059 * update for PartPropSvc + HepPDT
060
061 2007-02-09 Sebastien Binet <binet@lblbox>
062
063 * tagging ParticleGenerator-00-00-33
064 * cmt/requirements: removed AthenaServices linkopts
065
066 2006-12-22 <Georgios.Stavropoulos@cern.ch> for Sergio Grancagnolo <grancagn@le.infn.it>
067
068 * src/GenHistogram.cxx: mods for the ParticleGeneratorExampleRoot algorithm to run
069
070 2006-12-12 <Georgios.Stavropoulos@cern.ch> for Sergio Grancagnolo <grancagn@le.infn.it>
071
072 * share/entries_in_slices.txt: Data file needed for the ParticleGeneratorExampleRoot algorithm to run
073 * share/sliced_for_generation.root: Data file needed for the ParticleGeneratorExampleRoot algorithm to run
074 * cmt/requirements: apply_pattern declare_runtime added for the files above.
075
076 2006-11-30 <Georgios.Stavropoulos@cern.ch> for Sergio Grancagnolo <grancagn@le.infn.it>
077
078 * ParticleGenerator/ParticleGeneratorExampleRoot.h : New Algorithm created
079 * src/ParticleGeneratorExampleRoot.cxx : New Algorithm created
080 * cmt/requirements : Mods for the new Algorithm
081 * src/components/ParticleGenerator_entries.cxx : Mods for the new Algorithm
082
083 2006-05-23 <Georgios.Stavropoulos@cern.ch>
084
085 * ParticleGenerator/ParticleKinematics.h : Fix the const ParticleDataTable
086 * src/ParticleKinematics.cxx : Fix the const ParticleDataTable
087
088 2006-04-26 <Georgios.Stavropoulos@cern.ch>
089
090 * src/GenConstant.cxx : Remove the annoying to gcc344 semicolons
091
092 2005-11-02 William Seligman <seligman@nevis.columbia.edu>
093
094 * Revised GeneratorManager and GenHistogram to allow a "function
095 lookup" mode for histograms. The user can now enter the command
096 "lookup histID verty", which will result in f(verty) as determined
097 from linear interpolation of the contents of histogram 'histID'.
098
099 2005-10-25 William Seligman <seligman@nevis.columbia.edu>
100
101 * Revised ParticleKinematics to remove code that "cleaned up" the
102 kinematic table of those variables that weren't being used. This
103 provided a small speed improvement, but it confused the user.
104
105 2005-08-27 William Seligman <seligman@nevis.columbia.edu>
106
107 * Revised for the CLHEP namespaces used in CLHEP 1.9+.
108
109 2005-08-17 William Seligman <seligman@nevis.columbia.edu>
110
111 * Fixed a big in ParticleKinematics.cxx that caused the vertex
112 orders to not be processed.
113
114 * Expanded, updated, and revised documentation.
115
116 2005-08-15 William Seligman <seligman@nevis.columbia.edu>
117
118 * Revised ParticleKinematics.cxx to process the "backtrack" mode.
119
120 2005-08-12 William Seligman <seligman@nevis.columbia.edu>
121
122 * Revised definitions.h, ParticleKinematics, and ParticleGenerator
123 to allow the user to specify the P and Pt of a particle (instead
124 of being limited to E and Et).
125
126 2005-08-11 William Seligman <seligman@nevis.columbia.edu>
127
128 * GeneratorManager revised to create GenKinematicVariable
129 generators.
130
131 2005-08-08 William Seligman <seligman@nevis.columbia.edu>
132
133 New classes:
134 * ParseWord - to simplify the task of identifying variable + index
135 combinations (e.g., "theta[2]") a command string.
136 * GenKinematicVariable - to generate a value based on another
137 kinematic variable (e.g., "theta[1] = theta[0] - 0.05").
138
139 2005-08-04 William Seligman <seligman@nevis.columbia.edu>
140
141 New classes to control and manage multiple particles:
142 * ParticleKinematics - for individual particles
143 * ParticleManager - manages the ParticleKinematics classes
144
145 2005-08-03 William Seligman <seligman@nevis.columbia.edu>
146
147 * Renamed CommandFactory to GeneratorManager.
148
149 * Modified definitions.h and the Properties class to include the
150 "backtrack" mode:
151 Given (Tx,Ty,Tz), an angle, and one of (Vx,Vy,Vz), determine the
152 other two vertex components.
153
154 2005-05-13 William Seligman <seligman@nevis.columbia.edu>
155
156 Added StoreGate to requirements file in response to a checkreq
157 error message.
158
159 2004-08-05 William Seligman <seligman@nevis.columbia.edu>
160
161 In cmt/requirements, changed CLHEP to AtlasCLHEP as per David
162 Quarrie's request.
163
164 2004-06-24 William Seligman <seligman@nevis.columbia.edu>
165
166 Reviewed Python replacement for older .txt scripts. Eliminated
167 use of the AthenaServices package. Made some other minor changes,
168 mostly in comments and examples.
169
170 2003-10-14 William Seligman <seligman@nevis.columbia.edu>
171
172 * Fixed a silly bug in KinematicManager.cxx (thanks to Armin Nairz
173 for spotting this problem).
174
175 2003-08-14 William Seligman <seligman@nevis.columbia.edu>
176
177 * src/GenHistogram.cxx: A new class that adds a new command that
178 allows the user to generate a random number according to a
179 histogram they supply.
180
181 * src/ParticleGeneratorExampleHistogram.cxx: A sample algorithm to
182 demonstrate the new command (see doc/ParticleGenerator.pdf).
183
184 * ParticleGenerator/definitions.h: The default particle ID is now
185 999 (geantino).
186
187 2003-07-03 <George.Stavropoulos@cern.ch>
188
189 * share/jobOptions_ParticleGenerator.txt: Rename ParticlePropSvc to PartPropSvc
190
191 2003-07-02 <George.Stavropoulos@cern.ch>
192
193 * src/ParticleGenerator.cxx: Move to CLHEP/HepPDT Gaudi Service.
194 * share/jobOptions_ParticleGenerator.txt: Move to CLHEP/HepPDT Gaudi Service.
195
196 2003-06-20 <George.Stavropoulos@cern.ch>
197
198 * First import of the package
199
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems |
|
This page was automatically generated by the
LXR engine.
|
|