Skip to content

Commit 68a7090

Browse files
committed
Making version 6.8
1 parent 2f95f85 commit 68a7090

6 files changed

Lines changed: 31 additions & 6 deletions

File tree

cmake/Geant4VMCPackagesVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# I. Hrivnacova, 13/06/2014
1313

1414
set(Geant4VMCPackages_VERSION_MAJOR "6")
15-
set(Geant4VMCPackages_VERSION_MINOR "7")
15+
set(Geant4VMCPackages_VERSION_MINOR "8")
1616
set(Geant4VMCPackages_VERSION_PATCH "0")
1717
set(Geant4VMCPackages_VERSION
1818
${Geant4VMCPackages_VERSION_MAJOR}.${Geant4VMCPackages_VERSION_MINOR}.${Geant4VMCPackages_VERSION_PATCH})

examples/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "VMC Examples"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = "Version 6.7"
51+
PROJECT_NUMBER = "Version 6.8"
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

g4root/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = G4Root
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = "Version 6.7"
51+
PROJECT_NUMBER = "Version 6.8"
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

history

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@
99

1010
Tags (history):
1111
===============
12+
02/02/2026
13+
v6-8:
14+
Geant4 VMC:
15+
- Migration to Geant4 11.4:
16+
- No migration for the existing code required,
17+
but however the added interface to user score weighting
18+
requires Geant4 11.4
19+
- Added an option to activate Geant4 command-line scoring (#79):
20+
- The activation should be done via calling
21+
'TG4RunConfiguration::SetUseOfG4Scoring()' in user g4Config.C
22+
- The scoring (mesh, scorers etc.) can be then defined via
23+
Geant UI commands defined in '/score' directory in g4config.in
24+
- The scoring data are then automatically saved for each mesh
25+
in a 'mesh_name.txt' file at the end of run
26+
- Added interface to user score weighting: (#81)
27+
- Added TG4ScoreWeightCalculator type for user scoreweight function
28+
that takes (pdg, ekin) as arguments and its setter to the TG4RunConfiguration class:
29+
'void SetScoreWeightCalculator(TG4ScoreWeightCalculator swc);'
30+
- The user function is then, in TG4SDManager::LateInitialize(), wrapped to G4ScoreWeightCalculator
31+
function that takes (const G4Step*) as argument and applied to all Geant4 scorers with activated score weighting.
32+
33+
Fixes:
34+
Geant4 VMC:
35+
- Fixed setting productions cuts per energy in MT mode; (#78)
36+
1237
07/02/2025
1338
v6-7:
1439
Geant4 VMC:

source/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "Geant4 VMC"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = "Version 6.7"
51+
PROJECT_NUMBER = "Version 6.8"
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

source/global/include/TG4Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
///
1616
/// \author I. Hrivnacova; IPN, Orsay
1717

18-
#define GEANT4_VMC_RELEASE "6.7"
19-
#define GEANT4_VMC_RELEASE_DATE "7 February 2025"
18+
#define GEANT4_VMC_RELEASE "6.8"
19+
#define GEANT4_VMC_RELEASE_DATE "2 February 2026"
2020

2121
#endif // TG4_VERSION_H

0 commit comments

Comments
 (0)