-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory
793 lines (580 loc) · 25 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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
----------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
SASiDet 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 *
----------------------------------------------------------
20-07-20 Milan Roberson
- Renamed to Simple Absorbed Silicon Detector (SASiDet) from TestEm5
- Adapted to simulate absorption through Al-Kapton-ITO film and detection by Si
detector
- Removed unused code.
15-01-19 V.Ivant (testem5-V10-05-00)
- StackinAction - fixed all log histograms, which where filled in a wrong
way
- PhysListEm19DStandard - use 3-gamma annihilation model
09-09-18 S.Incerti (testem5-V10-04-07)
- updated dna.mac
18-05-18 V.Ivant (testem5-V10-04-06)
18-05-18 V.Ivant (testem5-V10-04-05)
- added test of the new ion ionisation model, which is included in
the new physics constructor PhysListEm19DStandard, atima.mac
macro file is also added to compare with known data
09-05-18 B.Morgan (testem5-V10-04-04)
- TestEm5.cc : include G4Types before use of G4MULTITHREADED. For forward
compatibility with move to #defines over -D for G4 preprocessor
symbols.
08-04-18 mma (testem5-V10-04-03)
- TestEm5.cc : purely cosmetic
20-03-18 V.Ivant (testem5-V10-04-02)
- StepMax - use thread safe instantiation, mesenger merged with
PhysicsListMessenger
- DetectorConstruction - improved method names
- PhysicsList - make Opt4 default, removed local instantiation of G4Decay
- Use MixMax default random number generator
- removed G4VIS_USE and G4UI_USE
08-03-18 V.Ivant (testem5-V10-04-01)
- PhysListEm5DStandard - experimental PhysList with the new
5D gamma conversion model
- PhysListEm5DStandard - clean-up for 10.4
- PhysListEmStandardSSM - removed as obsolete
14-12-17 V.Ivant (testem5-V10-04-00)
- corrected TestEm5.in to optimise output
11-11-17 mma (testem5-V10-03-08)
- Updated README .README.txt
07-11-17 V.Ivanchenko (testem5-V10-03-07)
- Updated fluo.mac
28-07-17 SI (testem5-V10-03-06)
- Addition of dna.mac and update of pixe.mac
30-05-17 SI (testem5-V10-03-05)
- Addition of DNA constructors in PhysicsList
- Addition of DNA histograms in HistoManager
- Addition of flags in StackingAction
- Update of README
19-04-17 mma (testem5-V10-03-04)
- BeginOfRunAction() : remove SetRandomNumberStore(true)
10-03-17 mma (testem5-V10-03-03)
- DetectorConstruction : correct definition of element Chrome
17-02-17 mma (testem5-V10-03-02)
- Run.cc : modify normalisation of histo 1 and 10
01-02-17 V.Ivanchenko (testem5-V10-03-01)
- PhysicsList - use more uniform builder names
27-12-16 S. Incerti (testem5-V10-03-00)
- updated pixe.mac
19-11-16 L.Urban (testem5-V10-02-07)
- typos corrected in Run.cc
14-10-16 G.Folger (testem5-V10-02-06)
- remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator().
fix required by clang39 on Linux and MAC
28-07-16 mma (testem5-V10-02-05)
- coding convention : rm double blank lines
04-07-16 I. Hrivnacova (testem5-V10-02-04)
- Fixes for Doxygen documentation
11-04-16 mma (testem5-V10-02-03)
- PhysListEmStandard: use G4EmParameters
- remove geant3 subdirectory
24-02-16 mma (testem5-V10-02-02)
- EventAction: correct filling of histo 1
11-01-16 V.Ivant (testem5-V10-02-01)
- PhysicsList - added hadron elastic physics
10-12-15 V.Ivant (testem5-V10-02-00)
- H.Burkhardt fixed root macro allowing to work both with root5 and 6
12-11-15 V.Ivant (testem5-V10-01-06)
- TrackingAction - more accurate fix which does not change results
11-11-15 V.Ivant (testem5-V10-01-05)
- TrackingAction - transmitted/reflected charged particles should
have energy above zero to be included into histograms for
transmitted/reflected particles energy and angles at exit
28-10-15 D.Sawkey (testem5-V10-01-04)
- update READMEs, again
27-10-15 D.Sawkey (testem5-V10-01-03)
- update physics list descriptions in .README, README
11-08-15 V.Ivant (testem5-V10-01-02)
- DetectorConstruction - do not remove volumes when sizes are changed
- SteppingVerbose - restore usage of this class
- TrackingAction - cleanup logic of transmitted/reflected particles
12-05-15 V.Ivant (testem5-V10-01-01)
- PhysicsList - use G4EmStandardPhysicsGS from physics_list library
04-03-15 V.Ivant (testem5-V10-01-00)
- Run - added forgotten fill of projectile scattering angle
for printed output (printed value was zero)
23-10-14 mma (testem5-V10-00-12)
- PhysListEmStandard : msc algorithm fUseSafetyPlus
21-10-14 mma (testem5-V10-00-11)
- PhysicsList : added G4EmStandardPhysicsSS, WVI
03-05-14 V.Ivant (testem5-V10-00-10)
- TestEm5.cc - added possibility to change number on threads by
2nd parameter in command line, by default Michel's mechanism
of usage of all cores is applied (previous tag); added
printout of number of threads
- StackingAction, HistoManager - added histograms for energy of
gamma and Auger electrons per de-excitation model
10-09-14 mma (testem5-V10-00-09)
- TestEm5.cc : SetNumberOfThreads( G4Threading::G4GetNumberOfCores() )
26-06-14 mma (testem5-V10-00-08)
- HistoManager - restaure "h" in front of histogram id
16-06-14 mma (testem5-V10-00-07)
- remove PhysicsList::SetCuts()
07-06-14 mma (testem5-V10-00-06)
- minor cleanup in PhysicsList::SetCuts()
04-06-14 mma (testem5-V10-00-05)
- rm plotHisto.kumac
03-05-14 V.Ivant (testem5-V10-00-04)
- TestEm5.cc - added possibility to change number on threads by
2nd parameter in command line
03-05-14 V.Ivant (testem5-V10-00-03)
- Correct commit
02-05-14 V.Ivant (testem5-V10-00-02)
- PhysicsList, PhysicsListMessenger - removed local cuts commands,
instead /run/setCut and /run/setCutForAGivenParticle commands
are used
- HistoManager - added "h" in front of histogram id
- macro and README updated accordingly
28-04-14 V.Ivant (testem5-V10-00-01)
- added "emlowenergy" option for EM physics
- slightly reduced printout for the default macro
16-12-13 mma (testem5-V10-00-00)
- introduction of Run::EndOfRun()
26-11-13 mma (testem5-V09-06-18)
- revert to testem5-V09-06-16
26-11-13 V.Ivanchenko (testem5-V09-06-17)
- DetectorConstruction - use UI to set primary generator position
25-11-13 I.Hrivnacova (testem5-V09-06-16)
- Put back cleaning volumes and solid stores in ConstructGeometry()
24-11-13 I.Hrivnacova (testem5-V09-06-15)
- Fixed DetectorConstruction:
Added calling ComputeCalorParameters() in methods which modify
calorimeter parameters; this makes sure that correct values are used even
before ReinitializeGeometry() really happens
21-11-13 Andrea Dotti (testem5-V09-06-14)
- Use G4GlobalMagFieldMessenger instead of local one
20-11-13 Andrea Dotti (testem5-V09-06-13)
- Introduced new messenger FieldMessenger (thread-private)
- Use new G4RunManager::ReinitializeGeometry (requires run-V09-06-128)
to trigger geometry rebuild when geometry changes
- Remove DetectorConstruction::Update and corresponding UI command that
is not needed anymore
- Set "ToBeBroadcasted == false" for UI commands that modify physics lsit
and detector since these should be executed only by master
19-11-13 mma (testem5-V09-06-12)
- reverted to tag 10
18-11-13 V.Ivanchenko (testem5-V09-06-11)
- DetectorConstruction - fixed UpdateGeometry method
09-11-13 mma (testem5-V09-06-10)
- MT: commit ActionInitialization, Run
09-11-13 mma (testem5-V09-06-09)
- MT: TestEm5.cc + ActionInitialization + RunAction + Run
--> EventAction, TrackingAction, StackingAction
- remove EventMessenger
- remove hbook tools
28-07-13 P.Gumplinger (testem5-V09-06-08)
- fix clang32 compilation warning
11-07-13 I.Hrivnacova (testem5-V09-06-07)
- Updated CMakeLists.txt and SharedFilesList.txt for added classes
in Hbook analysis code
- In HistoManager: use new analysis manager method SetH1Activation()
18-06-13 mma (testem5-V09-06-06)
- SteppingVerbose: use G4Step::GetSecondaryInCurrentStep() .
06-06-13 mma (testem5-V09-06-05)
- Cosmetic in SteppingAction.
14-04-13 I.Hrivnacova (testem5-V09-06-04)
- Removed ExG4HbookAnalysisManager and related files and updated CMake/GNUmake
files to use it from extended/common
01-04-13 A. Dotti (testem5-V09-06-02,testem5-V09-06-03)
- Change use of theParticleIterator -> aParticleIterator (needed for G4MT)
20-03-13 mma (testem5-V09-06-01)
- PhysListEmStandard : use default G4UrbanMscModel
13-02-13 I.Hrivnacova
- Applied coding guidelines (virtual keyword, data members initialization)
11-12-12 V.Ivant (testem5-V09-06-00)
- PhysListEmStandard: use SetEmModel method
15-11-12 I. Hrivnacova (testem5-V09-05-12)
- Synchronized .README with changes in README
08-11-12 V.Ivant (testem5-V09-05-11)
- Fixed README and pixe.mac
19-10-12 mma (testem5-V09-05-10)
- PhysListEmStandard: use G4UrbanMsc96
12-10-12 V.Ivant (testem5-V09-05-09)
- Migration to the updated analysis tool and explicit units
- RunAction - by default do not save random number for each event
-because it is a serious overhead in CPU performance
11-10-12 mma (testem5-V09-05-08)
- PhysicsList: add EM option4
24-09-12 V.Ivant (testem5-V09-05-07)
- Added code cleanup and protections against division by zero
23-08-12 mma (testem5-V09-05-06)
- HistoManager functionalities transfered to G4Analysis and its messenger.
- Need analysis-V09-05-09
- all userAction classes and all macros affected
20-05-12 SI (testem5-V09-05-05)
- added fluo.mac
02-04-12 mma (testem5-V09-05-04)
- all classes : apply G4 coding conventions
04-03-12 mma (testem5-V09-05-03)
- HistoManager.hh and .cc : migrate to new g4tools histogramming system
Do not need aida anymore, nor G4ANALYSIS_USE
- HistoMessenger.hh and .cc : suppress fileType command
- Update Readme and all macros accordingly
09-02-12 V.Ivant (testem5-V09-05-02)
- PhysListEmStandardSSM - added alternative single scattering models
09-02-12 V.Ivant (testem5-V09-05-01)
- PhysListEmStandardWVI,PhysListEmStandardSS - more correct process
order and WVI model
05-02-12 mma (testem5-V09-05-00)
- new histograms --> modify numbering :
2 "energy of charged secondaries at creation"
3 "energy of neutral secondaries at creation"
4 "energy of charged at creation (log10(Ekin/MeV))"
5 "energy of neutral at creation (log10(Ekin/MeV))"
6 "x_vertex of charged secondaries (all)"
7 "x_vertex of charged secondaries (not absorbed)"
09-11-11 SI (testem5-V09-04-13)
- added Auger production in pixe.mac
09-11-11 SI (testem5-V09-04-12)
- added atomic dex. UI control per region in pixe.mac
08-11-11 mma (testem5-V09-04-11)
- modify SteppingVerbose for OutOfWorld
31-10-11 mma (testem5-V09-04-10)
- PhysListEmStandard : msc95 by default
03-06-11 mma (testem5-V09-04-09)
- PhysListEmStandard migrated to the new approach based on G4PhysicsListHelper
30-05-11 mma (testem5-V09-04-08)
- DetectorConstruction : for Water, set I = 78 eV (instead of 75 eV)
12-05-11 mma (testem5-V09-04-07)
- add pixe.mac and pixe.C
08-04-11 mma (testem5-V09-04-06)
- PhysicsList : set back default lowest production cut (990 eV)
- update PhysListEmStandard for msc95 and deexcitation (see ref-03)
22-03-11 V.Ivant (testem5-V09-04-05)
- PhysListEmStandardWVI - fixed memory corruption
21-03-11 mma (testem5-V09-04-04)
- update PhysListEmStandard for deexcitation
- PhysicsList : set lowest production cut to 100 eV
15-03-11 mma (testem5-V09-04-03)
- put data for hanson.mac
20-02-11 mma (testem5-V09-04-02)
- update vis.mac
- update SteppingVerbose
29-01-11 mma (testem5-V09-04-01)
- Add gammaSpectrum.mac --> fluorescence in emstandard
05-01-11 V.Ivant (testem5-V09-04-00)
- Minor cleanup of SS physics constructor
19-11-10 V.Ivant (testem5-V09-03-04)
- Added ion scattering model to SS and WVI Physics constructors
09-11-10 M.Asai (testem5-V09-03-03)
- Fix AIDA file option.
06-06-10 J.Perl (testem5-V09-03-02)
- Remove unused variable in EventAction
03-06-10 J.Perl (testem5-V09-03-01)
- Updated vis usage
19-05-10 mma (testem5-V09-03-00)
- TestEm5.cc : introduction of G4UIExecutive
15-11-09 mma (testem5-V09-02-07)
- PhysListEmStandard.cc (local): eMultipleScattering -> UrbanMscModel93
- new local physics list : PhysListEmStandardGS
- PhysicsList : remove G4EmConfigurator
18-09-09 mma (testem5-V09-02-06)
- PhysicsList.cc :
renamed "standard" -> "local"; "emstandard" -> "emstandard_opt0"
- updated README and macro files
26-06-09 V.Ivant (testem5-V09-02-05)
- fixed compillation problem of the previous tag
25-06-09 V.Ivant (testem5-V09-02-04)
- PhysicsList - removed obsolete low-energy EM builders
18-06-09 V.Ivant (testem5-V09-02-03)
- RunAction - fixed output of mean scattering angle
- PhysicsList - added "standardGS" option - use GoudsmitSaunderson
msc model; substitute low-energy builders by builders from
physics_list library
06-03-09 mma (testem5-V09-02-02)
- rm command "/testem/phys/cutLimit" already in /cuts/setLowEdge
- PhysicsList::SetCuts() : rm SetEnergyRange(1*eV,100*GeV)
22-02-09 mma (testem5-V09-02-01)
- PhysicsList: code cleanup
22-01-09 V.Ivant (testem5-V09-02-00)
- added command "/testem/phys/cutLimit" allowing to change low limit for
production threshold
- added notification to G4RunManager when geometry or material are
modified between runs
- added PAI models configuration to Physics List
- extended number of runs in TestEm5.in
- use Opt3 Physics List in TestEm5.in
21-01-09 vi
- PhysicsList::SetCuts() : SetEnergyRange(1*eV,100*GeV)
- add blaha.mac
16-11-08 mma (testem5-V09-01-13)
- Em options: 20bins/decade LinLossLimit=default=0.01
11-11-08 mma (testem5-V09-01-12)
- update PhysListEmStandardSS
31-10-08 mma (testem5-V09-01-11)
- Use G4hMultipleScattering for muons and protons
- Modify EM options
23-10-08 mma (testem5-V09-01-10)
- update PhysListEmStandard and README
16-10-08 V.Ivant (testem5-V09-01-09)
- Removed temporary builder PhysListEmStandardIG
12-09-08 mma (testem5-V09-01-08)
- HistoManager.cc : change default histo format
28-08-08 mma (testem5-V09-01-07)
- TrackingAction.cc : reset id=0 between blocks
23-08-08 mma (testem5-V09-01-06)
- HistoManager.cc : add missing comma in title array.
- TrackingAction.cc : use vertex position to help to define transmit
12-06-08 mma (testem5-V09-01-05)
- Remove AIDA from GNUmakefile
06-05-08 mma (testem5-V09-01-04)
- PhysListEmStandard : add spline option for physics tables
- README : update Aida informations
11-04-08 mma
- HistoManager::Scale() : suppress warning
07-04-08 mma (testem5-V09-01-03)
- PhysicsList : add emstandard_opt3
- PhysListEmStandard : replace G4MultipleScattering by G4eMultipleScattering
- HistoManager::saveAscii() : redefinition of binEdge
17-03-08 mma (testem5-V09-01-02)
- macro TestEm5.in : physics list emstandard_opt2
14-01-08 mma (testem5-V09-01-01)
- normalize histo 1
- new subdirectory berger : berger.kumac, berger.C, 530um.ascii
19-12-07 mma (testem5-V09-01-00)
- PhysListEmStandard.cc : select G4hMultipleScattering for muon and proton
- subdirectory mumsc : mumsc.kumac, deviation.ascii
3-12-07 mma (testem5-V09-00-08)
- subdirectory tramu : data mars14.ascii, macros tramu.kumac and tramu.C
30-11-07 mma
- HistoManager: add function Scale().
ascii[0] = flag to control creation of .ascii file
- RunAction: normalize histo 10 (--> tramu.mac)
- add subdirectory tramu
28-11-07 mma (testem5-V09-00-07)
- TrackingAction: new histos (4 and 5) to plot vertex position of secondaries
21-11-07 mma (testem5-V09-00-06)
- RunAction: compute and print energy leakage and energy balance
19-11-07 V.Ivant (testem5-V09-00-05)
- Fixed usage of elstic builders
16-11-07 mma (testem5-V09-00-04)
- PhysListEmStandard : PhysicsTables set with 100 bins per decade (EmOptions)
13-11-07 V.Ivant (testem5-V09-00-03)
- added PhysListEmStandardIG experimental PhysList
12-11-07 mma (testem5-V09-00-02)
- HistoManager/HistoMessenger : print selected histos on ascii file
31-07-07 mma (testem5-V09-00-01)
- new histogram numbering (see README). Change all macros acording to.
- idem in geant3
- reordering processes in PhysListEmStandardSS
05-07-07 mma (testem5-V09-00-00)
- histos 17->20 : energy fluence
22-06-07 mma (testem5-V08-03-01)
- more options in PhysListEmStandard
- cosmetic in TestEm5.cc
16-05-07 V.Ivant (testem5-V08-03-00)
- Fixed bug in standardSS Physics Lists
- Added EM builders from physics_lists library
20-03-07 V.Ivant (testem5-V08-02-00)
- Use all default values in default PhysList
- Use hadronic builders from physics_lists library
06-11-06 mma (testem5-V08-01-02)
- remove PhysicsLists g4v52 and g4v71
25-09-06 mma (testem5-V08-01-01)
- StackingAction: more options for killSecondaries
10-08-06 V.Ivant (testem5-V08-01-00)
- Add NIST materials
- Add "standardSS" physics - single scattering instead of multiple
29-06-06 mma
- PhysicsList::ConstructProcess() : mv AddDecay() after EmProcess
02-06-06 mma (testem5-V08-00-04)
- SteppingAction. prePoint->GetTouchableHandle()->GetVolume()
30-05-06 mma (testem5-V08-00-03)
- SteppingAction. prePoint->GetTouchable()->GetVolume()
- RunAction. Msc proj angle : compute rms of central part only
- new macros for e- backscattering : acosta.mac tavora.mac
19-05-06 mma (testem5-V08-00-02)
- update README
- count energy of killed secondaries
- print full dEdx
29-03-06 mma (testem5-V08-00-01)
- TrackingAction: more precise definition of transmit and reflect
28-03-06 mma (testem5-V08-00-00)
- add livermore physicsList
20-03-06 mma
- migration mum -> um in many macros
- complete penelope physicsList
09-12-05 mma
- TestEm5.in : change Si sizes (20mum * 50mum) to better drawing
06-12-05 Gabriele Cosmo
- Trivial changes for support of CLHEP-2.0.X series.
02-12-05: V.Ivant (testem5-V07-01-03)
- Fix crash connected with non-static hadrons
22-11-05 mma (testem5-V07-01-02)
- update README for OpenScientist
14-11-05 Gabriele Cosmo (testem5-V07-01-01)
- Migration to <sstream> for HistoMessenger.
07-10-05 mma (testem5-V07-01-00)
- create PhysListEmG4v71 (g4v71) for G4MultipleScattering71
01-06-05 mma (testem5-V07-00-02)
- PhysListEmG4v52 : old photon processes marked as 52 (and eplusAnnihilation)
- HistoManager : option "--noErrors" for hbook
3rd May 2005 John Allison (examples-V07-00-03)
- Replaced vis manager with G4VisExecutive.
16-03-05 mma(testem5-V07-00-01)
- remove He3 and ionC12 from predefined particles.
- remove IonC12 class
- PhysListEmStandard : treat alpha as GenericIon
- IonBinaryCascade : remove He3 and IonC12 (--> GenericIon)
- add PhysListEmPenelope
02-03-05 mma (testem5-V07-00-00)
- HistoManager : - put a protection for the creation of analysis factory;
- file extension is fileType;
- HistoMessenger : new command setFileOption
02 Dec 04: V.Ivant (testem5-V06-02-06)
- Migration to cmath
22-11-04 mma (testem5-V06-02-05)
- change in call G4EmCalculator. Need utils-V06-02-16
24-09-04 mma (testem5-V06-02-04)
- define correctly all UI subdirectories.
- do not delete AnalysisFactory (for Jaida)
- add neutron.mac and hadron.mac
23-09-04 V.Ivant (testem5-V06-02-03)
- Fix compilation problem for 2.95.2 (include <memory>)
07-09-04 V.Ivant (testem5-V06-02-02)
- Fix problem of PhysicsList for hadrons
- Remove deletion of histo factories, add auto_ptr
07-09-04 V.Ivant (testem5-V06-02-01)
- fix a minor problem is energy deposit
28-07-04 mma (testem5-V06-02-00)
- print stopping power.
- example of use of G4EmCalculator.
- add dedx1.mac and dedx2.mac
21-06-04 mma (testem5-V06-01-04)
- simplifications in HistoManager.
16-06-04 mma (testem5-V06-01-03)
- print rms of projected angle at exit if histo=6 selected.
10-06-04 mma (testem5-V06-01-02)
- modify HistoManager and its Messenger in order to allow a multirun job.
29-04-04 mma (testem5-V06-01-01)
- add physicsLists: HadronElastic, BinaryCascade, IonBinaryCascade (Ivanch.)
- rm physicsLists: Particles, General
31-03-04 mma (testem5-V06-01-00)
- identical to V06-00-01
17-03-04 mma (testem5-V06-00-01)
- new macro dedx.mac
- sign corrected in ComputeMscHighland()
19-02-04 mma (testem5-V06-00-00)
- modify histo 7 : projected position at exit
- RunAction: remove UI commands for visualisation
- RunAction: add a function ComputeMscHighland()
25-11-03 V.Ivanchenko (testem5-V05-02-06)
- Fix geometry (G.Cosmo)
13-11-03 John Allison
- Removed OPACS from Vis Manager.
27-10-03 mma (testem5-V05-02-05)
- TestEm5.in : units mum instead of um
24-10-03 mma (testem5-V05-02-04)
- PhysListEmStandard: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
07-10-03 mma (testem5-V05-02-03)
- migration em STD -> em standard
12-09-03 V.Ivant (testem5-V05-02-02)
- No AIDA histograms by default
27-08-03 V.Ivant (testem5-V05-02-01)
- Replace obsolete interface to GetRange
11-08-03 mma (testem5-V05-02-00)
12-07-03 mma
- suppresion of Em5 in the class names.
- suppresion of sensitive detector and hits.
- EmPhysicsList : SetFacRange in multiple scattering
- new classes HistoManager, TrackingAction, StackingAction in order
to book and fill histograms.
- new UI command setHisto to control the binning of histograms.
- more histos and new numbering scheme : see README
- StackingAction and its messenger : possibility to kill secondaries.
- DetectorConstruction::DefineMaterials() invoked in constructor.
The UI commands /testem/det work in preInit state as well in Idle.
- all macros updated and renamed according to authors of experimental results.
- replace G4NOHIST by G4ANALYSIS_USE
- adapt geant3
06-06-03 mma (testem5-V05-01-01)
- new histogram (ID=11) for the projeted angle at exit.
In geant3 as well. Bug corrected in gustep.
- new macros for multiple Scattering tests: run61,71,81,91
- proper deletion of old geometry when it is updated.
- fix compilation warnings.
30-04-03 mma (testem5-V05-01-00)
- modular PhysicsList
- class StepCut becomes StepMax (as in TestEm7)
17-04-03 V.Ivant (testem5-V05-00-06)
- Fix crash out of WorldVolume
01-04-03 mma (testem5-V05-00-05)
- PVPlacement in logical mother
06-03-03 mma (testem5-V05-00-03)
- PhysicsList::SetCuts : suppress cutForProton
20-02-03 V.Ivant (testem5-V05-00-02)
-migration to cut per region
12-02-03 mma (testem5-V05-00-01)
- add a blank in SteppingVerbose
16-12-02 mma (testem5-V05-00-00)
-new UI directory /testem/
12-12-02 mma (testem5-V04-01-01)
-migration to aida 3.0
08-08-02 mma (testem5-V04-01-00)
-in RunAction: bookHisto() only at runID=0
-in PhysicsList::SetMaxStep() : "Length"
06-06-02 mma (testem5-V04-00-03)
-old histograming package clhep/hist replaced by AIDA 2.2/anaphe. See README
08-03-02 mma (testem5-V04-00-01)
- PhysicsList: uniformisation of the setG(E)Cut commands
06-02-02 mma (testem5-V04-00-00)
06-12-01 mma
- In PrimaryGeneratorAction, possibility to randomize the beam spot
- command /gun/rndm in PrimaryGeneratorMessenger
- similar functionality in geant3: gukine.F
28-11-01 mma (testem5-V03-02-02)
- EventAction: DrawTrack "none"
- small change in vis.mac
- suppression of the rndm commands, now managed by G4RunManager:
--> RunAction, RunActionMessenger, EventAction.
05-11-01 mma (testem5-V03-02-01)
- mods in TestEm3.cc: the initialisation and vis initialisation are
not done by default. --> inserted /run/initialize in all macros.
- To get visualisation: > /control/execute vis.mac
19-10-01 Steve O'Neale (examples-V03-02-00)
- Update reference output
16-10-01 mma (testem5-V03-02-00)
- removal of G4RW header (EventAction.cc)
- new vis commands (init.mac)
- 80 columns everywhere
27-03-01 mma (testem5-V03-00-04)
- set cppflag G4NOHIST = true in gnumakefile
21-02-01 mma (testem5-V03-00-03)
- hbook histograms restored
20-02-01 mma (testem5-V03-00-02)
- verbose stepping adapted for STL
- save rndm at begin of event
09-01-01 mma
- modified Em5PhysicsList and Em5StepCut in order to make the
command /step/setMaxStep working
07-12-00 mma (testem5-V02-00-03 & testem-noHist)
- remove hbook histograms: GNUmakefile,runAction
06-12-00 mma (testem5-V02-00-02 & testem-withHist)
- update of init.mac for new vis commands.
- G4UItcsh in the main()
25th November 2000 Steve O'Neale (tagset210)
- update test outputs for min.delta energy cut and cut table
- Change in processes below ~ 1 per cent.
June 17, 2000 John Allison (testem5-V01-00-00)
- Updated TestEm5.out for geant4-01-01-ref-06.
17-01-00 cppflag G4NOHIST to protect hbook histograms.
- new histo: normalizsed distribution of energy deposit.
- new materials (mainly gas)
12-10-99 moved to examples/extended/electromagnetic/TestEm5
09-08-99 commands for save/read Rndm status
07-07-99 Michel Maire
- (re)introduce visualisation.
- TestEm5 looks like TestEm1 and TestEm3
April 09, 98 G. Cosmo
- Created.