Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4ProductionCutsTable.hh,v 1.8 2007/03/15 04:06:40 kurasige Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4ProductionCutsTable.hh,v 1.9 2008/03/02 10:52:55 kurasige Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// ------------------------------------------------------------
@@ -45,7 +45,8 @@
// Modified 20 Aug. 2004 H.Kurashige
// Modify RetrieveCutsTable to allow materials and
// couples can be different from one in file (i.e. at storing)
//
// Modified 2 Mar. 2008 H.Kurashige
// add messenger
// ------------------------------------------------------------
#ifndef G4ProductionCutsTable_h
@@ -57,6 +58,8 @@ class G4LogicalVolume;
class G4VPhysicalVolume;
class G4ProductionCuts;
class G4ProductionCutsTableMessenger;
#include "globals.hh"
#include <cmath>
#include "G4ios.hh"
@@ -226,7 +229,8 @@ class G4ProductionCutsTable
// 2: More
private:
G4int verboseLevel;
G4int verboseLevel;
G4ProductionCutsTableMessenger* fMessenger;
};
@@ -338,12 +342,6 @@ G4int G4ProductionCutsTable:: GetCoupleIndex(const G4Material* aMat,
return GetCoupleIndex(aCouple);
}
inline
void G4ProductionCutsTable::SetVerboseLevel(G4int value)
{
verboseLevel = value;
}
inline
G4int G4ProductionCutsTable::GetVerboseLevel() const
{