-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory
189 lines (144 loc) · 7.04 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
# $Id: History 101651 2016-11-21 08:47:15Z gcosmo $
# -------------------------------------------------------------------
# GEANT4 tag $Name: geant4-09-04-ref-00 $
# -------------------------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Xray_Fluorescence example History file
--------------------------------------
This file should be used by G4 developers and category coordinators
to briefly summarize all major modifications introduced in the code
and keep track of all category-tags.
It DOES NOT substitute the CVS log-message one should put at every
committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
19.11.2016 Andrea Dotti Tag: XrayFluo-V10-02-02
- explicit set of SD to manager
28.10.2016 Gunter Folger Tag: XrayFluo-V10-02-01
- remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator().
fix required by clang39 on Linux and MAC
11.09.2015 S. Incerti Tag: XrayFluo-V10-01-00
- Updated macro livermore.mac
06-06-2014 L.Pandola Tag: XrayFluo-V10-00-10
- Changed verbosity in livermore.mac to bring the output
below 1 MB (as requested for system testing)
20-05-2014 L.Pandola Tag: XrayFluo-V10-00-09
- Migrated SteppingVerbose, registered now through the
ActionInitialization class.
16-05-2014 L.Pandola Tag: XrayFluo-V10-00-08
- Real MT migration: use the G4MTRunManager
- Add PhysicsHasBeenChanged() to the commands of the physics list
messenger
13-05-2014 L.Pandola Tag: XrayFluo-V10-00-07
- Fix a bug with ntuple numbering in XrayFluoAnalysisManager
- Fix a bug in the ActionInitializer causing the rejection of previous tag
08-05-2014 L.Pandola Tag: XrayFluo-V10-00-06
- Updated hit class to make it MT-compliant
- Fixed the procedure for the update of geometry between runs
- Make const methods in the RunAction. Revised logic of RunAction: only
the master RunAction loads data
- Take RunAction pointer in XrayFluoPrimaryGeneratorAction
- Remove unused verbosity in XrayFluoDataSet
- Revise logic for reading external events (MT-compliant).
- Protect methods of the singleton analysis class by Mutex.
22-04-2014 L.Pandola Tag: XrayFluo-V10-00-05
- Created and integrated an action initialization class.
- Make const methods and add ConstructSDandField() in the detector
construction classes.
- Getting prepared for the MT migration
17-04-2014 L.Pandola Tag: XrayFluo-V10-00-04
- Fix bug in the analysis manager
- Remove the workaround to avoid the deletion of the output file
(following the fix in analysis-V10-00-09)
15-04-2014 L.Pandola Tag: XrayFluo-V10-00-03
- Remove compiler warning which caused the rejection of
XrayFluo-V10-00-02
14-04-2014 L.Pandola Tag: XrayFluo-V10-00-02
- Complete the migration to the g4tools (removed AIDA dependency).
Method XrayFluoAnalysisManager::LoadGunData() is restored by using the
new G4AnalysisReader interface.
13-12-2013 L.Pandola Tag: XrayFluo-V10-00-01
- First partial migration to g4tools (internal tag). Removed AIDA
dependency. Output works properly, but the application is presently
unable to use the method
XrayFluoAnalysisManager::LoadGunData()
to open a phase space file and feed data to the primary generator.
13-12-2013 L.Pandola Tag: XrayFluo-V10-00-00
- Fix shadowed variables and compilation errors due to the #include of
G4SystemOfUnits. Do not show up in system testing, but only when AIDA
is available.
25-11-2013 G.Folger Tag: XrayFluo-V09-06-02
- Fix one more typo in XrayFluoDetectorConstruction.cc: G4cout replaced by G4endl;
22-11-2013 G.Folger Tag: XrayFluo-V09-06-01
- Fix typo in XrayFluoDetectorConstruction.cc: G4cout replaced by G4endl;
18-06-2013 A. Dotti Tag: XrayFluo-V09-06-00
- Fixed compilation warnings with most recent clang compiler
(unused private data fields)
28-11-2012 G. Cosmo Tag: XrayFluo-V09-05-06
- Fixed cases of variable shadowing.
06-11-2012 L. Pandola Tag: XrayFluo-V09-05-05
- Fix syntax in CMakeLists.txt
26-10-2012 L. Pandola Tag: XrayFluo-V09-05-04
- Replace CMakeLists.txt to deal with UI/VIS
12-10-2012 G. Cosmo Tag: XrayFluo-V09-05-03
- Explicit inclusion of units and constants headers.
13-06-2012 G. Cosmo Tag: XrayFluo-V09-05-02
- Fixed compilation warnings for extra parenthesis from MacOSX/clang.
15-12-2011 P. Mato Tag: XrayFluo-V09-05-01
- XrayFluoNistMaterials.cc
Fixed the induced memory corruption problem only intermittently visible
on MacOSX. The vectors to define materials needed to be cleared properly.
08-12-2011 P. Mato Tag: XrayFluo-V09-05-00
- Added CMakeLists.txt file.
25-11-2011 G.Folger Tag: XrayFluo-V09-04-05
- Fix compilation error on Windows.
16-11-2011 G.Folger Tag: XrayFluo-V09-04-04
- Migrated to new G4Exception.
03-11-2011 A.Mantero Tag: XrayFluo-V09-04-03
- Update for README file.
03-11-2011 A.Mantero Tag: XrayFluo-V09-04-02
- Migrated PhysicsList to all pre-built PL generating deexcitation products.
- Added example for macro (livermore.mac).
- removed old macros.
- Removed XrayFluoPhysListEmStandardFLUO.cc.
27-03-2011 A.Mantero Tag: XrayFluo-V09-04-01
- Re commit of the previous tag.
07-02-2011 A.Mantero Tag: XrayFluo-V09-04-00
- migrated physicslist to standard EM+Fluo (with PIXE)
- added several files (XrayFluoPhysListEmStandardFLUO.cc, XrayFluoStepMax.cc
XrayFluoStepMaxMessenger.cc and relative headers)
and modified accordingly others.
18-11-2010 G.A.P.Cirrone, Tag: XrayFluo-V09-03-03
- Corrected bug in the MercuryPrimaryGeneratorAction file on source definition
18-11-2010 John Allison, Tag: XrayFluo-V09-03-02
- Introduced G4UIExecutive.
03-06-2010 Joseph Perl, Tag: XrayFluo-V09-03-00
- Updated vis usage
10-11-2009 Alf, Tag: XrayFluo-V09-02-01
- Physics List migrated to new Lowenergy physics processes design
- XrayFluoDataSet migrated in order to meet new modification of G4VEMDataSet
10-04-2009 G.A.P.Cirrone, Tag: XrayFluo-V09-02-00
- Tag for release after the GNUmakefile update
6-03-2009 Guy Barrand (in agreement with G.Cosmo)
- GNUmakefile : remove the G4ANALYSIS_USE logic found in this file
since it is handled already in the config/analysis.gmk.
This avoids a duplication in the compilation and link commands
of the aida-config options.
15-11-2004 Gabriele Cosmo: XrayFluo-V07-01-00
- Migration to <sstream> from deprecated <strstream>.
3-5-2005 John Allison
- Replaced vis manager with G4VisExecutive.
10-12-2004 Alfonso Mantero: XrayFluo-V06-02-01
- Can now be used in batch mode without histograms.
8-12-2004 Alfonso Mantero: XrayFluo-V06-02-00
- General update, including migration to <cmath>.
4-12-2003 Susanna Guatelli: XrayFluo-V05-02-08
- Removed the compilation warnings, introduction of VRML viewer.
This tag referes to the tag examples-V05-02-07 prepared for
Geant4 6.0 release.
4-12-2003 Susanna Guatelli: XrayFluo-V05-02-07
- Correspond the head found in CVS. It does not compile.
- Created.