Import Geant4 8.2.0 source tree
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user