Import Geant4 10.4.1 source tree
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
#ifndef DumpFrame_h
|
||||
#define DumpFrame_h
|
||||
|
||||
#include "G4FastVector.hh"
|
||||
#include "G4ReactionProduct.hh"
|
||||
|
||||
class DumpFrames
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
#ifndef G4GHEKinematicsVector_h
|
||||
#define G4GHEKinematicsVector_h 1
|
||||
|
||||
#include "G4ios.hh"
|
||||
|
||||
#include <CLHEP/Units/PhysicalConstants.h>
|
||||
#include "G4ios.hh"
|
||||
#include "G4ParticleMomentum.hh"
|
||||
|
||||
class G4GHEKinematicsVector
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#define G4StableIsotopes_h 1
|
||||
|
||||
// Class Description
|
||||
// class utility that knows about all naturally occuring isotopes.;
|
||||
// class utility that knows about all naturally occuring isotopes.;
|
||||
// to be used in your process implementation in case you need this.
|
||||
// Class Description - End
|
||||
|
||||
@@ -52,12 +52,12 @@ class G4StableIsotopes
|
||||
|
||||
public:
|
||||
|
||||
G4String GetName(G4int Z) {return elementName[Z-1];}
|
||||
G4int GetNumberOfIsotopes(G4int Z) {return nIsotopes[Z-1];}
|
||||
G4int GetFirstIsotope(G4int Z) {return start[Z-1];}
|
||||
G4int GetIsotopeNucleonCount(G4int number) {return nucleonCount[number];}
|
||||
G4double GetAbundance(G4int number) {return abundance[number];}
|
||||
G4int GetProtonCount(G4int Z) {return protonCount[Z-1];}
|
||||
G4String GetName(G4int Z);
|
||||
G4int GetNumberOfIsotopes(G4int Z);
|
||||
G4int GetFirstIsotope(G4int Z);
|
||||
G4int GetIsotopeNucleonCount(G4int number);
|
||||
G4double GetAbundance(G4int number);
|
||||
G4int GetProtonCount(G4int Z);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
#ifndef G4ping_h
|
||||
#define G4ping_h
|
||||
|
||||
#include "G4String.hh"
|
||||
#include <vector>
|
||||
|
||||
#include "globals.hh"
|
||||
#include "G4LorentzVector.hh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user