Import Geant4 5.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ImportanceFinder.hh,v 1.3 2002/04/10 13:13:06 dressel Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ImportanceFinder.hh,v 1.6 2002/10/14 12:36:00 dressel Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ImportanceFinder
|
||||
@@ -31,7 +31,7 @@
|
||||
//
|
||||
// This class is used internally by importance sampling in a parallel
|
||||
// geometry. It derives the ratio of importances of the pre over the post
|
||||
// G4PTouchableKey.
|
||||
// G4GeometryCell.
|
||||
|
||||
// Author: Michael Dressel (Michael.Dressel@cern.ch)
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -42,23 +42,21 @@
|
||||
|
||||
class G4VParallelStepper;
|
||||
class G4VIStore;
|
||||
class G4PTouchableKey;
|
||||
class G4GeometryCell;
|
||||
|
||||
class G4ImportanceFinder
|
||||
{
|
||||
|
||||
public: // with description
|
||||
|
||||
G4ImportanceFinder(const G4VIStore &aIStore);
|
||||
explicit G4ImportanceFinder(const G4VIStore &aIStore);
|
||||
// initialise fIStore
|
||||
|
||||
~G4ImportanceFinder();
|
||||
// destruction
|
||||
|
||||
G4double GetIPre_over_IPost(const G4PTouchableKey &prekey,
|
||||
const G4PTouchableKey &postkey) const;
|
||||
// get the ratio of importances of the pre over the
|
||||
// post G4PTouchableKey importances.
|
||||
G4double GetImportance(const G4GeometryCell &gCell) const;
|
||||
// get the importance to a G4GeometryCell
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user