Import Geant4 6.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:56:29 +02:00
parent 1d812b78b1
commit e083ffb441
1415 changed files with 111223 additions and 21207 deletions
@@ -22,7 +22,7 @@
//
//
// $Id: XrayFluoSensorHit.hh
// GEANT4 tag $Name: xray_fluo-V04-01-03
// GEANT4 tag $Name: xray_fluo-V03-02-00
//
// Author: Elena Guardincerri (Elena.Guardincerri@ge.infn.it)
//
@@ -55,10 +55,10 @@ public:
int operator==(const XrayFluoSensorHit&) const;
inline void* operator new(size_t);
inline void operator delete(void*);
void AddEnergy(G4double de) {EdepTot += de;};
inline void AddEnergy(G4double de) {EdepTot += de;};
void Draw();
void Print();
G4double GetEdepTot() { return EdepTot;};
inline G4double GetEdepTot() { return EdepTot;};
private: