Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G3EleTable.hh,v 1.5.4.1 2001/06/28 19:08:01 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G3EleTable.hh,v 1.7 2001/07/16 15:38:18 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
// ----------------------
|
||||
// Class description:
|
||||
@@ -39,8 +39,6 @@
|
||||
#ifndef G4ELETABLE_HH
|
||||
#define G4ELETABLE_HH 1
|
||||
|
||||
#include "g4rw/ctoken.h"
|
||||
#include "g4rw/tpordvec.h"
|
||||
#include "globals.hh"
|
||||
#include "G4Element.hh"
|
||||
|
||||
@@ -56,13 +54,13 @@ public: // with description
|
||||
private:
|
||||
|
||||
void LoadUp();
|
||||
int parse(G4double& Z, char* name, char* sym, G4double& A);
|
||||
G4int parse(G4double& Z, char* name, char* sym, G4double& A);
|
||||
|
||||
private:
|
||||
|
||||
char** _EleNames;
|
||||
G4Element** _Ele;
|
||||
int _MaxEle;
|
||||
G4int _MaxEle;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user