Files
2024-06-28 13:08:51 +02:00

264 lines
10 KiB
Plaintext

# Example phonon History
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
## 2023-03-11 Ben Morgan (phononExample-V11-02-00)
- Move CTests definitions to tests/ctests_examples
## 2021-12-10 Ben Morgan (phononExample-V11-00-00)
- Change to new Markdown History format
---
# History entries prior to 11.0
4 November 2020 G.Folger (phononExample-V10-07-00)
- download CrystalMap files
10 November 2020 B. Morgan (phononExample-V10-06-00)
- Migration to G4RunManagerFactory.
24 June 2018 G.Folger (phononExample-V10-04-03)
- Correct Windows specific references for windows line ends
21 June 2018 G.Folger (phononExample-V10-04-02)
- Add references specific for Windows-MT
17 May 2018 J.Allison (phononExample-V10-04-01)
- Add #include "G4Types.hh"
- Remove G4UI_USE and G4VIS_USE.
- Move instantiation of G4UIExecutive to start of main.
21 March 2018 G.Folger (phononExample-V10-04-00)
- update references for caustic and timing
changed caused by new CLHEP 2.4.0.4 with changes in random
4 December 2017 G.Folger (phononExample-V10-03-08)
- fix typo in caustic.out-clang-MT, it had extra \n at end.
24 November 2017 G.Folger (phononExample-V10-03-07)
- update references for caustic and timing
changed caused by new CLHEP 2.4.0.0 random number generator
24 October 2017 G.Folger (phononExample-V10-03-06)
- create caustic and timings with \n at least line, drop first
empty line; it is difficult to create file without final \nl
- update references for this change.
24 October 2017 G.Folger (phononExample-V10-03-05)
- update references for caustic and timing
caused by change in G4RandomDirection, tag global-V10-03-11
25 January 2017 G.Folger (phononExample-V10-03-04)
- correct new timing.out-MT: remove last newline from file
25 January 2017 G.Folger (phononExample-V10-03-03)
- Update timing.out-MT
24 January 2017 Ben Morgan (phononExample-V10-03-02)
- CTestDefinitions.txt: Use non-dereference form of variable expansion
to resolve CMP0054 related warnings on Windows platforms where
the compiler ID variable (MSVC) is also the name of a cmake
variable.
19 January 2017 Ben Morgan (phononExample-V10-03-01)
- ComparePhonon.cmake: New script to perform comparison of
timing and caustic output/reference files. When comparison
fails, prints contents of files to screen, hence running
comparison in script.
- CTestDefinitions.txt: Migrate comparison tests to use new
ComparePhonon.cmake script.
18 January 2017 Ben Morgan (phononExample-V10-03-00)
- Split build/run/compare test into three: build and run,
compare timing outputs, compare caustic outputs.
Needed due to use of multiple POSTCMD calls, when
geant4_add_test only supports one.
19 November 2016 A.Dotti (phononExample-V10-02-08)
- explicit set of SD to manager
14 October 2016 G.Folger (phononExample-V10-02-07)
- remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator().
fix required by clang39 on Linux and MAC
29 July 2016: Gunter Folger (phononExample-V10-02-06)
- 2nd attempt to fix typo
29 July 2016: Gunter Folger (phononExample-V10-02-05)
- fix typo
29 July 2016: Gunter Folger (phononExample-V10-02-04)
- correct selection of caustic reference on MAC in MT mode;
on MAC, compiler id is AppleClang.
26 July 2016: Gunter Folger (phononExample-V10-02-03)
- run.in: do not set random seed, this changes caustic.ssv and timing.ssv
26 July 2016: Gunter Folger (phononExample-V10-02-02)
- add clang/icc specific references, and switch depending on compiler
17 February 2016: E. Bagli (phononExample-V10-02-01)
- run.in: set the random seed in the macro file
19 August 2015: M. Kelsey (phononExample-V10-01-01)
- XAluminumElectrodeHit.hh: Make simple container with public data members
- XAluminumElectrodeSensitivity: Improve MT robustness, make HC local, make
file streams shared-static, with protective mutexes.
NOTE: MT output from clang, icc is different from gcc. Change below means
test jobs still failing on those compilers.
13 August 2015: G. Folger (phononExample-V10-01-00)
- Update caustic.out-MT to file created on slc6, gcc49, MT
12 October 2014: M. Kelsey (phononExample-V10-00-03)
- caustic.out-MT-*, timing.out-MT-*: Remove platform-specific reference files.
- caustic.out-MT, timing.out-MT: Add new references for MT jobs; output is
different than sequential build.
- CTestDefinitions.txt: Use new platform-independent MT reference files.
08 October 2014: M. Kelsey (phononExample-V10-00-02)
- XAluminumElectrodeHit: G4Allocator must be thread local.
06 October 2014: M. Kelsey (phononExample-V10-00-01)
Migration for MT compatibility:
- XGeBox.cc: Add XActionInitialization, use of G4MTRunManager.
- XActionInitialization: Move generator and stacking action here.
- XGeneratorConstruction: Move SD instantiation to new function.
- sources.cmake: Add new XActionInitialization.hh,cc
06 February 2014: J. Allison (phononExample-V10-00-00)
- CMakeLists.txt: Added CrystalMaps to list copied to build directory.
18 November 2013: M. Kelsey (phononExample-V09-06-09)
- XDetectorConstruction.cc: Remove verbosity settings.
- XPhysicsList: Add verbosity ctor argument, use to set process vebosities.
- run.out: Updated content to reflect new verbosity controls
- caustic.out-MT-Darwin, timing.out-MT-Darwin: New reference files from CDash.
- caustic.out-MT-Linux, timing.out-MT-Linux: New reference files from CDash.
14 November 2013: M. Kelsey (phononExample-V09-06-08)
- XDetectorConstruction.cc: *TEMPORARY* Remove lattice dump, keep LM
verbosity, add lattice verbosity. Requires materials-V09-06-29.
NOTE: XPhysicsList.cc still has process verbosity.
13 November 2013: M. Kelsey (phononExample-V09-06-07)
- XDetectorConstruction.cc: *TEMPORARY* Turn on LatticeManager verbosity
and dump generated lattice to output. Requires materials-V09-06-28.
12 November 2013: M. Kelsey (phononExample-V09-06-06)
- run.in: Remove temporary tracking verbosity. Windows jobs crash in the
very first track.
- XPhysicsList.cc: *TEMPORARY* Set verbosity on phonon processes.
9 November 2013: M. Kelsey (phononExample-V09-06-05)
- CTestDefinitions.txt: Fix variable setting for comparing timing.out on MT
jobs (_causticRef was set twice).
- run.in: *TEMPORARY* Add tracking verbosity to get output useful for
diagnosing a runtime problem on win7-vc11. This will be removed later.
7 November 2013: M. Kelsey (phononExample-V09-06-04)
- REMOVED particles, lattice classes, and processes. Now all in GEANT4
toolkit for Release 10. Eliminated use of G4VUserTrackInfo, creating a
singleton (thread-local) map between tracks and wavevectors, for use by
the stacking action and by processes (the map is also in the toolkit).
XLPhonon -> source/particles/*/G4PhononLong
XTPhononFast -> source/particles/*/G4PhononTransFast
XTPhononSlow -> source/particles/*/G4PhononTransSlow
XLogicalLattice -> source/materials/*/G4LatticeLogical
XPhysicalLattice-> source/materials/*/G4LatticePhysical
XLatticeManager3-> source/processes/phonon/*/G4LatticeManager
XPhononDownconversionProcess
-> source/processes/phonon/*/G4PhononDownconversion
XPhononReflectionProcess
-> source/processes/phonon/*/G4PhononReflection
XPhononScatteringProcess
-> source/processes/phonon/*/G4PhononScattering
XPhononTrackInformation -> DELETED
- Renaming of classes, objects, and member functions in above code affected
several other classes. Also cleaned up #includes in both .hh and .cc files:
XDetectorConstruction.hh,.cc
XPhysicsList.cc
XPhononStackingAction.cc
XPrimaryGeneratorAction.cc
- Internal "CRYSTALMAPS" envvar replaced with "G4LATTICEDATA" used in
source/processes/phonon/*/G4LatticeReader.
CrystalMaps/Ge/ subdirectory added with config file for numerical
constants. Lookup tables moved into subdirectory.
- Updated caustic.out, timing.out to reflect minor numerical differences due
to use of h_Planck. Updated run.out to reflect reduced message output.
13 June 2013: A. Dotti (phononExample-V09-06-03)
- Adding reference files for MT mode, adding CTestDefinitions.txt
file containing new ctest with OS/Mode reference files
6 June 2013: G. Cosmo (phononExample-V09-06-02)
- Fixed printout in XLogicalLattice.cc.
19 February 2013: I. Hrivnacova (phononExample-V09-06-01)
- Applied coding guidelines (separators)
13 February 2013: I. Hrivnacova (phononExample-V09-06-00)
- Applied coding guidelines (data members names, virtual keyword)
28 November 2012: G. Cosmo (phononExample-V09-05-09)
- Fixed cases of variable shadowing.
15 November 2012: I. Hrivnacova (phononExample-V09-05-08)
- Fixed files descriptions, .README for a change in the example
directory name.
14 November 2012: I. Hrivnacova (phononExample-V09-05-07)
- Added copying macros in build area in CMake build
- Updated .README with recent changes in README
13 November 2012: P Mato (phononExample-V09-05-06)
- Added property svn:eol-style native to caustic.out and timing.out files
12 November 2012: P Mato (phononExample-V09-05-05)
- Removed open mode fstream::in for output files. This will make
the associated test not to fail on Windows(VC9).
1 November 2012: D. Brandt (phononExample-V09-05-04)
- Renamed directory from phononExample to phonon, per Gabriele Cosmo.
1 November 2012: D. Brandt (phononExample-V09-05-03)
- XPhononReflectionProcess.cc: Fix uninitialized variable.
30 October 2012: D. Brandt (phononExample-V09-05-02)
- XAlminumElectrodeSensitivity constructor now checks for existence
of output files. If files exist, output is appended, if not they
are created
- Path for crystal map files is now taken from CRYSTALMAPS
environment variable
- Added inline comments
29 October 2012: I. Hrivnacova (phononExample-V09-05-01)
- Added explicit include of units and physical constants
- Replaced own defined PI with pi from physical constants
- Adding Copyright where missing
- Allocate XLogicalLattice on heap to avoid a stack overflow
- Added file descriptions (for Doxygen documentation)
- Added .README file
- Replaced tabulations with space characters
26 October 2012: M.Asai (phononExample-V09-05-00)
- Introducing a new example.