Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
@@ -32,6 +32,8 @@
#include "G4Allocator.hh"
#include "G4ThreeVector.hh"
class G4AttDef;
class ExN04TrackerHit : public G4VHit
{
public:
@@ -46,11 +48,14 @@ class ExN04TrackerHit : public G4VHit
inline void operator delete(void *aHit);
void Draw();
const std::map<G4String,G4AttDef>* GetAttDefs() const;
std::vector<G4AttValue>* CreateAttValues() const;
void Print();
private:
G4double edep;
G4ThreeVector pos;
static std::map<G4String,G4AttDef> fAttDefs;
public:
inline void SetEdep(G4double de)