Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -46,11 +46,12 @@
|
||||
|
||||
class G4PhysicsLogVector : public G4PhysicsVector
|
||||
{
|
||||
public:
|
||||
G4PhysicsLogVector();
|
||||
public:
|
||||
explicit G4PhysicsLogVector(G4bool spline = false);
|
||||
// The vector will be filled from external file using Retrieve() method
|
||||
|
||||
G4PhysicsLogVector(G4double Emin, G4double Emax, std::size_t Nbin);
|
||||
explicit G4PhysicsLogVector(G4double Emin, G4double Emax, std::size_t Nbin,
|
||||
G4bool spline = false);
|
||||
// Energy vector will be computed and filled at construction,
|
||||
// number of nodes 'Nbin+1'. Use PutValue() to fill the data vector
|
||||
// Because of logarithmic scale, 'Emin' has to be
|
||||
|
||||
Reference in New Issue
Block a user