Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
+4 -4
View File
@@ -24,24 +24,24 @@
// ********************************************************************
//
//
//
//
/// \file common/testCommon.cc
/// \brief Test program for the common classes
#include "DetectorConstruction.hh"
#include "DetectorConstruction0.hh"
#include "FTFP_BERT.hh"
#include "GeantinoPhysicsList.hh"
#include "GpsPrimaryGeneratorAction.hh"
#include "GunPrimaryGeneratorAction.hh"
#include "G4RunManager.hh"
#include "FTFP_BERT.hh"
using namespace Common;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
// Test program which only instantiates classes defined in
// Test program which only instantiates classes defined in
// examples/common
int main()
@@ -58,7 +58,7 @@ int main()
// Instantiate all physics list classes
auto geantinoPhysicsList = new GeantinoPhysicsList();
// Instantiate all primary generator actions classes
auto gpsPrimaryGeneratorAction = new GpsPrimaryGeneratorAction();
auto gunPrimaryGeneratorAction = new GunPrimaryGeneratorAction();