Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -14,15 +14,15 @@
|
||||
// * use. *
|
||||
// * *
|
||||
// * This code implementation is the intellectual property of the *
|
||||
// * GEANT4 collaboration. *
|
||||
// * authors in the GEANT4 collaboration. *
|
||||
// * By copying, distributing or modifying the Program (or any work *
|
||||
// * based on the Program) you indicate your acceptance of this *
|
||||
// * statement, and all its terms. *
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4DistributionGenerator.hh,v 1.3.8.2 2001/06/28 20:20:04 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G4DistributionGenerator.hh,v 1.6 2001/10/04 20:00:39 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
// GEANT 4 class file --- Copyright CERN 1998
|
||||
@@ -41,7 +41,7 @@
|
||||
#ifndef G4DISTRIBUTIONGENERATOR_HH
|
||||
#define G4DISTRIBUTIONGENERATOR_HH
|
||||
|
||||
#include "g4rw/tvordvec.h"
|
||||
#include "g4std/vector"
|
||||
|
||||
#include "globals.hh"
|
||||
#include "Randomize.hh"
|
||||
@@ -52,8 +52,8 @@ class G4DistributionGenerator
|
||||
public:
|
||||
|
||||
// Constructor
|
||||
G4DistributionGenerator(G4RWTValOrderedVector<G4double>& x,
|
||||
G4RWTValOrderedVector<G4double>& values);
|
||||
G4DistributionGenerator(G4std::vector<G4double>& x,
|
||||
G4std::vector<G4double>& values);
|
||||
G4DistributionGenerator();
|
||||
|
||||
// Destructor
|
||||
@@ -69,8 +69,8 @@ private:
|
||||
// Copy constructor
|
||||
// G4DistributionGenerator(const G4DistributionGenerator& );
|
||||
|
||||
G4RWTValOrderedVector<G4double> _x;
|
||||
G4RWTValOrderedVector<G4double> _cumProb;
|
||||
G4std::vector<G4double> _x;
|
||||
G4std::vector<G4double> _cumProb;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user