-
Notifications
You must be signed in to change notification settings - Fork 0
/
History
180 lines (136 loc) · 6.21 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
$Id$
--------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Example B4 History file
------------------------
This file should be used by the G4 example coordinator to briefly
summarize all major modifications introduced in the code and keep
track of all tags.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
26/06/17 M. Maire (exampleB4-V10-03-01)
- Improved plotHisto.C, added plotNtuple.C and updated documentation
23/06/17 M. Maire (exampleB4-V10-03-00)
- add the script plotHisto.C
19/11/16 A. Dotti (exampleB4-V10-02-04)
- explicit set of SDs to manager
03/11/16 I. Hrivnacova (exampleB4-V10-02-03)
- Added C++11 features
- Removed analysisManager->SetFirstHistoId(1); setting
and added meaningful names to histograms
02/11/16 L.Garnier (exampleB4-V10-02-02)
- Remove icons.mac. Automatically include since interfaces-V10-02-07
10/10/16 I. Hrivnacova (exampleB4-V10-02-01)
- Activate merging of ntuples
09/12/15 I. Hrivnacova (exampleB4-V10-02-00)
- Restored the third parameter in G4UIsession construction, which was
lost when moving G4UIExecutive at the beginning of main().
This fixes the problem report #1802.
04/05/15 I. Hrivnacova (exampleB4-V10-01-02)
- Coding guidelines: removed empty lines
18/02/15 I. Hrivnacova (exampleB4-V10-01-01)
- Fixed accessing gapHit (problem report #1714)
02/02/15 I. Hrivnacova (exampleB4-V10-01-00)
- Fixed documentation
29/11/14 I. Hrivnacova
- Use G4endl instead of \n in G4cout;
this makes each new line in the output on threads preceded with
G4WTN >
06/11/14 I. Hrivnacova
- Finalized modifications in previous tag 02, 03):
- Removed G4UI_USE/G4VIS_USE tests and init.mac macro (not needed)
- Moved G4UIExecutive at the beginning of main() in all examples
- Perform run initialization in macros instead of main()
04/11/14 L. Garnier (exampleB4-V10-00-02 - exampleB4-V10-00-03)
- Remove old G4UI_USE/G4VIS_USE
- Move G4UIExecutive at the beginning of main()
- Fix a problem bad design when calling .mac
13/08/14 mma (exampleB4-V10-00-01)
- update README and .README again
11/08/14 mma (exampleB4-V10-00-00)
- Restaure drawing in README and .README
02 December 2013 Ivana Hrivnacova
- Fixed gui.mac:
corrected wireframe parameter, removed run2.mac from gui
28/11/13 I. Hrivnacova (exampleB4-V09-06-18)
- Clean-up macros (fixed obsolete comments)
26/11/13 I. Hrivnacova (exampleB4-V09-06-17)
- Fixed deleting fMagFieldMessenger with use of G4AutoDelete utility
30/10/13 I. Hrivnacova (exampleB4-V09-06-16)
- Added a protection when /run/printProgress value is set to zero
30/10/13 I. Hrivnacova (exampleB4-V09-06-15)
- Updated README
29/10/13 I. Hrivnacova (exampleB4-V09-06-14)
- Fixed macro (using /run/printProgress)
29/10/13 I. Hrivnacova (exampleB4-V09-06-13)
- Using G4GlobalMagFieldMessenger
- Using G4Exception for warnings and error messages
- Using G4RunManager::SetPrintProgress()
- Using Gent4 default number of threads when not set via command line
- Updated README
01/10/13 I. Hrivnacova (exampleB4-V09-06-12)
- Updated for changes in analysis:
removal of G4AnalysisManager::Create(isMaster)
19/08/13 I. Hrivnacova (exampleB4-V09-06-11)
- Fixed B4[b]RunAction::EndOfRunAction() again: to get the printed
histogram statistics correct
24/07/13 P. Gumplinger (exampleB4-V09-06-10)
- remove unused B4RunAction* fRunAction in B4aEventAction.hh
11/06/13 I. Hrivnacova (exampleB4-V09-06-09)
- Fixed B4[b]RunAction::EndOfRunAction(): to get the analysis file
closed also when no events are processed
- Fixed names for newly added data members (in B4dEventAction)
10/06/13 I. Hrivnacova (exampleB4-V09-06-08)
- Fixed names for newly added data members (in B4cEventAction)
03/06/13 I. Hrivnacova (exampleB4-V09-06-07)
- Updated README files for changes for MT
03/06/13 I. Hrivnacova (exampleB4-V09-06-06)
- Moved creating analysis manager and booking histograms & ntuples
in run action constructor; this makes available /analysis commands
29/05/13 I. Hrivnacova (exampleB4-V09-06-05)
- Fixed detector construction classes:
Moving creating setMagField command from the constructor in
ConstructSDandField(), as the command has to be created per thread,
and declaring fMagField and fMessenger data members as static
G4ThreadLocal
24/04/13 M. Asai (exampleB4-V09-06-04)
- Recover GNUmakefiles.
23/04/13 I. Hrivnacova (exampleB4-V09-06-03)
- Use G4Random::setTheEngine instead of CLHEP::HepRandom in main
(needed for MT)
- In B4b: merged B4bRunAction and B4RunAction in one class
- Removed unnecessary includes in run action files
- Minor fixes of coding guidelines
18/04/13 M. Asai (exampleB4-V09-06-02)
- Migrated to the new G4VUserActionInitialization class.
08/04/13 M. Asai (exampleB4-V09-06-01)
- Fixed the use of thread-local G4Allocator for B4c.
06/04/13 M. Asai (exampleB4-V09-06-00)
- Migrated to multi-threading.
28/02/13 I. Hrivnacova
- When building materials with NistManager
do not set fromIsotopes argument (which was set to false),
as since 9.6 all materials have to be built from isotopes.
Thanks to V. Ivantchenko for pointing at this.
01/11/12 I. Hrivnacova (exampleB4-V09-05-02)
- Implemented new way of handling program arguments in main()
26/10/12 I. Hrivnacova (exampleB4-V09-05-01)
- Replaced messenger classes with use of G4GenericMessenger
18/09/12 I. Hrivnacova
- Updated code using analysis:
- Now only a selected analysis manager is included
- Making directories in output file is optional
- Adding a line using G4AnalysisManager::GetType()
- General changes (see basic/History)
13/01/12 I. Hrivnacova (exampleB4-V09-05-00)
- Fixed compiler warning on windows:
Allocating the messenger in the DetectorConstruction and EventAction classes
constructors in the constructor body and not in the initialization list
(to avoid passing 'this' in the initializer list).
14/11/11 I. Hrivnacova
- The first tagged version of the new B4 example
(tagged in basic).
Started from novice/N03.