-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory
302 lines (226 loc) · 11.3 KB
/
History
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
-------------------------------------------------------------------
-------------------------------------------------------------------
=========================================================
Geant4 - Underground Dark Matter experiment
=========================================================
Category History file
---------------------
29.11.2021 - I. Hrivnacova (DMX-V10-07-10)
Removed obsolete reference to AIDA/Anaphe from README_stt
18.10.2021 - B. Morgan (DMX-V10-07-10)
Use std::string member functions from G4String in place of synonyms
07.10.2021 - I. Hrivnacova (DMX-V10-07-09)
Migration to new G4AnalysisManager.hh header;
define the default output file type (root),
removed DMXAnalysisManager.hh.
30.08.2021 - D.H. Wright (DMX-V10-07-08)
Replaced G4RadioactiveDecayBase with G4RadioactiveDecay in
DMXPhysicsList.cc. Part of name migration and removal of
deprecated G4RadioactiveDecayBase.
19.07.2021 - I. Hrivnacova (DMX-V10-07-07)
Updated for changes in the analysis category:
removed deleting of the analysis manager,
as this is now done by the Geant4 kernel.
24.05.2021 - B. Morgan (DMX=V10-07-06)
- Bump required CMake version range to 3.12...3.20, matching core Geant4
29.03.2021 - G. Cosmo (DMX-V10-07-05)
In DMXParticleSource::ConfineSourceToVolume(), use existing
facility to find physical volme in store, rather than looping
through. Some code cleanup.
18.03.2021 - A. Ribon (DMX-V10-07-04)
DMXPhysicsList : replaced G4HadronCaptureProcess with
G4NeutronCaptureProcess.
11.03.2021 - A. Ribon (DMX-V10-07-03)
DMXPhysicsList : replaced stopping processes that
have been deleted.
08.03.2021 - A. Ribon (DMX-V10-07-02)
DMXPhysicsList : removed header files of old and unused
pion inelastic cross sections (that have been deleted).
04.03.2021 - A. Ribon (DMX-V10-07-01)
DMXPhysicsList : replaced particle-specific inelastic processes
(that have been deleted) with G4HadronInelasticProcess.
24.02.2021 - D. Sawkey (DMX-V10-07-00)
Replace deprecated optical commands & parameters with new ones.
17.11.2020 - S. Guatelli (DMX-V10-06-04)
Migration to G4RunManagerFactory
03.11.2020 - D.Sawkey (DMX-V10-06-03)
Build material property tables using std::vectors
02.11.2020 - B.Morgan (DMX-V10-06-02)
Support same CMake version range as core Geant4
14.10.2020 - V. Ribon (DMX-V10-06-01)
neutron.mac, ambe_spectrum.mac : removed unneeded
command "/process/had/rdm/analogueMC 1".
05.08.2020 - V. Ribon (DMX-V10-06-00)
neutron.mac, ambe_spectrum.mac, UserRequirements.txt : migrated
UI commands from "/grdm/..." to "/process/had/rdm/..."
09.11.2019 - V. Ivanchenko (DMX-V10-05-03)
DMXPhysicsList : clean-up both EM, hadronic and radioactive decay
30.08.2019 - S. Guatelli (DMX-V10-05-02)
G4VIS_USE deleted
10.05.2019 - V. Ivanchenko (DMX-V10-05-01)
DMXPhysicsList : add Glauber-Gribov cross section for all elastic
processes
31.01.2019 - I.Hrivnacova (DMX-V10-05-00)
Merged GitHub PR #4: all Boolean operators now return G4bool.
09.08.2018 - A. Ribon (DMX-V10-04-01)
DMXPhysicsList : replaced the explicit high-energy limit of
hadronic physics with the one from G4HadronicParameters .
10.05.2018 - B. Morgan (DMX-V10-04-00)
Include G4Types before use of G4MULTITHREADED. For forward
compatibility with move to #defines over -D for G4 preprocessor
symbols.
19.11.2016 - A. Dotti (DMX-V10-02-02)
explicit set of SDs to manager
28.10.2016 - G. Folger (DMX-V10-02-01)
Remove direct use of theParticleIterator, use GetParticleTableIterator().
fix required by clang39 on Linux and MAC
22.06.2016 - V. Ivanchenko (DMX-V10-02-00)
DMXPhysicsList: migrated EM physics to G4EmParameters.
02.11.2015 - A. Ribon (DMX-V10-01-01)
DMXPhysicsList: migrated to ParticleHP.
27.10.2015 - A. Ribon (DMX-V10-01-00)
DMXPhysicsList: replaced old G4GGNuclNuclCrossSection class
with the new, recommended one, G4ComponentGGNuclNuclXsc .
30.10.2014 - V.Ivanchenko (DMX-V10-00-08)
use correct mu- stopping process
11.10.2014 - M. Asai (DMX-V10-00-07)
Replace obsolete G4ParticleTable::GetIon() with G4IonTable::GetIon().
06.08.2014 - A. Howard (DMX-V10-00-06)
Removed scintillator energy deposits from optical photons (double
counting!).
06.08.2014 - A. Howard (DMX-V10-00-05)
Repaired the photocathode description such that photon hits are now
registered - must have been broken for a while since EFFICIENCY
was introduced to the optical boundary process.
23.05.2014 - L. Pandola (DMX-V10-00-04)
Actual MT migration. Use G4MTRunManager
Added G4ShortLivedConstructor in the physics list, to
avoid G4Exception PART10116.
21.05.2014 - L. Pandola (DMX-V10-00-03)
Edit constructor of DMXSteppingAction, make const
Getters in DMXEventAction.
Instantiate DMXRunAction also in the master
Fix a problem with the names of the ASCII files
20.05.2014 - L. Pandola (DMX-V10-00-02)
Edit the constructor of DMXEventAction
Make Getters const in RunAction and PrimaryGenerator
ASCII files are created per-thread. Not open at every
event, but kept as private class members.
13.05.2014 - L. Pandola (DMX-V10-00-01)
Analysis files closed at the end of execution (not
end of event).
Added ConstructSDandField() method in the Detector
Clean up the detector construction messenger
Made Hits allocators as ThreadLocal
Remove CLHEP::Random
08.05.2014 - L. Pandola (DMX-V10-00-00)
Added ActionInitialization class
07.11.2013 - L. Pandola (DMX-V09-06-08)
Remove dependency from the deprecated LEP and HEP
models from Geisha
30.07.2013 - A. Dotti (DMX-V09-06-07)
Fixing compilation warnings for clang32:
unused private data members
31.05.2013 - L. Pandola (DMX-V09-06-06)
Migrate analysis from the AIDA-based local singleton
class to the g4analysis tools (no AIDA dependency
any longer). Clean-up of README and CMakeLists.txt.
Some cosmetics in the code.
18.04.2013 - L. Pandola (DMX-V09-06-05)
In DMXMinEkineCuts.cc, migrate calculation of the range
from G4EnergyLossTable (obsolete class) to
G4LossTableManager. This should hopefully fix the problems
observed in DMX-V09-06-04. Other minor cosmetics.
16.04.2013 - L. Pandola (DMX-V09-06-04)
- Trying to understand the origin of the crashes which
caused the rejection of DMX-V09-06-03
21.03.2013 - L. Pandola (DMX-V09-06-03)
- Fix compiler warnings (appearing only for some compilers)
13.03.2013 - A. Dotti (DMX-V09-06-02)
- New SetEmModel interface used in physics list
18.12.2012 - M.Kelsey (DMX-V09-06-01)
- Migrate hadron-stopping processes
31.10.2012 - A.Howard (DMX-V09-06-00)
- Fixed missing G4SystemOfUnits.hh header
- Fixed Bug 1386 so that auger, fluorescence and PIXE are now
switched on by default
31.10.2012 - L.Pandola (DMX-V09-05-03)
- Fix the CMakeLists.txt file (AIDA optional dependency)
16.10.2012 - L.Pandola (DMX-V09-05-02)
- Change the logic of the CMakeLists.txt file. The env variable
and the cmake line command can be used (the cmake commands gets
the priority)
12.10.2012 - L.Pandola (DMX-V09-05-01)
- Removed obsolete call to G4OpBoundaryProcess::SetModel()
- Add a CMakeLists.txt file
12.10.2012 - G.Cosmo (DMX-V09-05-00)
- Explicit inclusion of units and constants headers.
19.01.2011 - L.Pandola (DMX-V09-04-00)
- Removed #includes of G4hLowEnergyIonisation (though commented)
18.11.2010 - J.Allison (DMX-V09-03-02)
- DMX.cc: Introduce G4UIExecutive.
- initInter.mac: Improve vis commands. (Note: With the
introduction of /vis/scene/add/trajectories, it is no
longer necessary to draw them in EndOfEventAction. The
corresponding locall commands can also be removed.)
03.06.2010 - J.Perl (DMX-V09-03-01)
Change /vis/open OGLxxx to /vis/open OGL
16.02.2010 - L. Pandola (DMX-V09-03-00)
Copy of the previous tag, DMX-V09-02-02, which was not submitted for
testing.
26.10.2009 - L. Pandola (DMX-V09-02-02)
Physics list migrated from LowEnergy processes to the new Livermore
models. Physics results unchanged for gamma/e-. Possible differences
with ions/protons, since we don't use anymore G4hLowEnergyIonisation
22.10.2009 - L. Pandola (DMX-V09-02-01)
Correct Analysis manager to solve a problem with the HBOOK output files
(ntuples not filled, histograms not saved). Still at the stage of
pre-migration.
22.10.2009 - L. Pandola (DMX-V09-02-00)
Get rid of a warning message and allocation problems with ntuple2
Meant to be the reference to verify the migration to new
Livermore models.
16.06.2008 - G.A.P.Cirrone (DMX-V09-01-01)
Removed AIDA command from GNUmakefile
04.04.2008 - A. Howard (DMX-V09-01-00)
Fixed mis-sized arrays - ring_phys_gas[] and ring_phys_liq[].
Both one were less than the utilized size (!). This has always
been wrong.
06.11.2007 - A. Howard (DMX-V09-00-02)
Corrected micrometer unit in macros from mum to um (old bug since
release 8.2)
02.07.2007 - A. Howard (DMX-V09-00-01)
Added G4StepLimiter to physics list (correction of migration to
Geant4 9.0)
02.07.2007 - A. Howard (DMX-V09-00-00)
Added missing header file G4hIonisation.hh to DMXPhysicsLists.cc
06.06.2007 - A. Howard (DMX-V08-03-01)
Changed fG4v71 to preferable fMinimal for msc step limitation
Converted to hIonisation from hLowEnergyIonisation until
un-initialiased variables are fixed
06.06.2007 - A. Howard (DMX-V08-03-00)
Migrated to new interface for SetMscStepLimitation(fG4v71) in
DMXPhysicsList
13.10.2006 - A. Howard (DMX-V08-01-00)
Removed uninitialized UserLimitsForXenon (bug)
07.12.2005 - S. Guatelli (DMX-V07-01-02)
Compiles with CLHEP 2.0.2.2
15.11.2005 - G.Cosmo (DMX-V07-01-00)
Migration to <sstream> from deprecated <strstream>.
03.05.2005 - J.Allison
Replaced vis manager with G4VisExecutive.
07.12.2004 - S. Guatelli (DMX-V06-02-02)
G4VParticleChange migrated
29.11.2004 - S. Guatelli (DMX-V06-02-00)
Migrated to <cmath>
28.05.2004 - S. Guatelli (DMX-V06-01-00)
Migrated to AIDA 3.2.1 and PI 1.2.1
02.12.2003 - G.Cosmo (DMX-V05-02-01)
Migrated to new hadronic processes for release 6.0.
Fixed compilation warnings.
12.11.2003 - John Allison
Updated Vis Manager.
08.11.2002 - A.Howard
Migrated to AIDA 3.
28.11.2001 - A.Howard
Created, first version.