Import Geant4 7.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 12:11:21 +02:00
parent 516dbf1a58
commit d93e1e39a9
5384 changed files with 125662 additions and 82444 deletions
@@ -20,8 +20,8 @@
// * statement, and all its terms. *
// ********************************************************************
//
// $Id: RE01TrackerHit.hh,v 1.1 2004/11/26 07:37:41 asaim Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
// $Id: RE01TrackerHit.hh,v 1.2 2005/06/02 21:30:50 perl Exp $
// GEANT4 tag $Name: geant4-07-01 $
//
@@ -33,6 +33,9 @@
#include "G4Allocator.hh"
#include "G4ThreeVector.hh"
class G4AttDef;
class G4AttValue;
class RE01TrackerHit : public G4VHit
{
public:
@@ -47,6 +50,8 @@ class RE01TrackerHit : public G4VHit
inline void operator delete(void *aHit);
void Draw();
virtual const std::map<G4String,G4AttDef>* GetAttDefs() const;
virtual std::vector<G4AttValue>* CreateAttValues() const;
void Print();
private: