Import Geant4 10.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2018-03-02 09:34:30 +01:00
parent fc6af9e721
commit fe04dcb406
341 changed files with 18389 additions and 24522 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4ForwardXrayTR.hh 97385 2016-06-02 09:59:53Z gcosmo $
// $Id: G4ForwardXrayTR.hh 108508 2018-02-15 15:54:35Z gcosmo $
//
// G4ForwardXrayTR
//
@@ -125,15 +125,15 @@ G4double EnergySum( G4double energy1,
/////////////////////////// Access functions ////////////////////////////
G4PhysicsTable* GetAngleDistrTable() { return fAngleDistrTable; };
G4PhysicsTable* GetEnergyDistrTable() { return fEnergyDistrTable; };
G4PhysicsTable* GetAngleDistrTable();
G4PhysicsTable* GetEnergyDistrTable();
static G4int GetSympsonNumber() { return fSympsonNumber; };
static G4int GetBinTR() { return fBinTR; };
static G4int GetSympsonNumber();
static G4int GetBinTR();
static G4double GetMinProtonTkin() { return fMinProtonTkin; };
static G4double GetMaxProtonTkin() { return fMaxProtonTkin; };
static G4int GetTotBin() { return fTotBin; };
static G4double GetMinProtonTkin();
static G4double GetMaxProtonTkin();
static G4int GetTotBin();
protected: // for access from X-ray TR fast simulation models