Import Geant4 10.6.0 source tree
This commit is contained in:
@@ -23,40 +23,33 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4VWeightWindowAlgorithm
|
||||
// G4VWeightWindowAlgorithm
|
||||
//
|
||||
// Class description:
|
||||
//
|
||||
// Interface class for an weight window algorithm. It calculates
|
||||
// Interface class for a weight window algorithm. It calculates
|
||||
// the number of tracks and their weight according to the inital
|
||||
// track weight and the lower energy bound in the energy-space
|
||||
// cell.
|
||||
//
|
||||
|
||||
// Author: Michael Dressel (Michael.Dressel@cern.ch)
|
||||
// Author: Michael Dressel (CERN), 2003
|
||||
// ----------------------------------------------------------------------
|
||||
#ifndef G4VWeightWindowAlgorithm_hh
|
||||
#define G4VWeightWindowAlgorithm_hh G4VWeightWindowAlgorithm_hh
|
||||
#ifndef G4VWEIGHTWINDOWALGORITHM_HH
|
||||
#define G4VWEIGHTWINDOWALGORITHM_HH 1
|
||||
|
||||
#include "G4Nsplit_Weight.hh"
|
||||
|
||||
class G4VWeightWindowAlgorithm
|
||||
{
|
||||
public: // with description
|
||||
|
||||
public: // with description
|
||||
|
||||
G4VWeightWindowAlgorithm();
|
||||
|
||||
virtual ~G4VWeightWindowAlgorithm();
|
||||
|
||||
virtual G4Nsplit_Weight Calculate(G4double init_w,
|
||||
G4double lowerWeightBound) const = 0;
|
||||
// calculate number of tracks and their weight according
|
||||
// to the initial track weight and the lower energy bound
|
||||
G4VWeightWindowAlgorithm();
|
||||
virtual ~G4VWeightWindowAlgorithm();
|
||||
|
||||
virtual G4Nsplit_Weight Calculate(G4double init_w,
|
||||
G4double lowerWeightBound) const = 0;
|
||||
// calculate number of tracks and their weight according
|
||||
// to the initial track weight and the lower energy bound
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user