Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -56,7 +56,7 @@ class CexmcTrackPointsInCalorimeter : public CexmcTrackPointsInLeftRightSet
const CexmcSetup * setup );
public:
void PrintAll( void );
void PrintAll( void );
protected:
G4int GetIndex( G4Step * step );
@@ -71,9 +71,9 @@ class CexmcTrackPointsInCalorimeter : public CexmcTrackPointsInLeftRightSet
static G4int GetCopyDepth1BitsOffset( void );
protected:
static G4int copyDepth0BitsOffset;
static const G4int copyDepth0BitsOffset = 8;
static G4int copyDepth1BitsOffset;
static const G4int copyDepth1BitsOffset = 16;
};