Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -91,7 +91,6 @@ class GFlashHomoShowerParameterisation : public GVFlashShowerParameterisation
// parametrization parameters
GVFlashHomoShowerTuning * thePar;
G4bool owning;
// Cashed parameters:
// Longitudinal Coefficients for a homogeneous calo
@@ -101,7 +101,6 @@ class GFlashSamplingShowerParameterisation
// parametrization parameters
//
GFlashSamplingShowerTuning * thePar;
G4bool owning;
// Cashed parameters:
// Longitudinal Coefficients for a homogenious calo
@@ -44,6 +44,10 @@
// Please, see hep-ex/0001020 for details.
// Author: Joanna Weng - 11.2005
//
// Usage: use new statement for new instance of class, do not delete.
// The instance of class will be deleted in
// GFlashSamplingShowerParameterisation Destructor.
//---------------------------------------------------------------
#ifndef GFlashSamplingShowerTuning_hh
#define GFlashSamplingShowerTuning_hh
@@ -54,6 +54,11 @@
// alpha = a1+(a2+a3/Z)ln(y)
// Author: J.P. Wellisch - October 2004
//
// Usage: use new statement for new instance of class, do not delete.
// The instance of class will be deleted in
// GFlashHomoShowerParameterisation Destructor.
//---------------------------------------------------------------
#ifndef GVFlashHomoShowerTuning_hh
#define GVFlashHomoShowerTuning_hh