Import Geant4 11.4.0 source tree
This commit is contained in:
+9
-5
@@ -23,19 +23,23 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
/// \file DetectorConstruction.hh
|
||||
/// \brief Example of empty world volume.
|
||||
/// \file DetectorConstruction.hh
|
||||
/// \brief Definition of the DetectorConstruction class
|
||||
///
|
||||
/// Example of empty world volume.
|
||||
|
||||
//
|
||||
// Author: G.Hugo, 06 January 2023
|
||||
//
|
||||
// ***************************************************************************
|
||||
//
|
||||
/// DetectorConstruction
|
||||
//
|
||||
// Example of empty world volume.
|
||||
/// \class DetectorConstruction
|
||||
///
|
||||
/// Example of empty world volume.
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
|
||||
#ifndef DETECTOR_CONSTRUCTION_HH
|
||||
#define DETECTOR_CONSTRUCTION_HH
|
||||
|
||||
|
||||
+8
-4
@@ -23,16 +23,19 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
/// \file XSHistoManager.hh
|
||||
/// \brief Create a set of profiles for XS study.
|
||||
/// \file XSHistoManager.hh
|
||||
/// \brief Definition of the XSHistoManager class
|
||||
///
|
||||
/// Create a set of profiles for XS study.
|
||||
|
||||
//
|
||||
// Adapted from hadronic/Hadr00/include/HistoManager.hh
|
||||
// Author: G.Hugo, 06 January 2023
|
||||
//
|
||||
// ***************************************************************************
|
||||
//
|
||||
// XSHistoManager
|
||||
//
|
||||
/// \class XSHistoManager
|
||||
///
|
||||
/// Create a set of profiles for XS study.
|
||||
///
|
||||
/// All profiles are G4H1.
|
||||
@@ -51,6 +54,7 @@
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
|
||||
#ifndef XS_HISTO_MANAGER_HH
|
||||
#define XS_HISTO_MANAGER_HH
|
||||
|
||||
|
||||
+8
-4
@@ -23,21 +23,25 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
/// \file XSHistoManagerMessenger.hh
|
||||
/// \brief UI commands for XS study.
|
||||
/// \file XSHistoManagerMessenger.hh
|
||||
/// \brief Definition of the XSHistoManagerMessenger class
|
||||
///
|
||||
/// UI commands for XS study.
|
||||
|
||||
//
|
||||
// Author: G.Hugo, 06 January 2023
|
||||
//
|
||||
// ***************************************************************************
|
||||
//
|
||||
// XSHistoManagerMessenger
|
||||
//
|
||||
/// \class XSHistoManagerMessenger
|
||||
///
|
||||
/// UI commands for XS study.
|
||||
//
|
||||
// NB: Note that it is not necessary to have POINTERS to the UI commands.
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
|
||||
#ifndef HISTO_MANAGER_MESSENGER_HH
|
||||
#define HISTO_MANAGER_MESSENGER_HH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user