Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4ee2KNeutralModel.hh 66241 2012-12-13 18:34:42Z gunter $
|
||||
// $Id: G4ee2KNeutralModel.hh 82961 2014-07-21 09:20:49Z gcosmo $
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
//
|
||||
@@ -61,18 +61,14 @@ class G4ee2KNeutralModel : public G4Vee2hadrons
|
||||
|
||||
public:
|
||||
|
||||
G4ee2KNeutralModel(G4eeCrossSections*);
|
||||
G4ee2KNeutralModel(G4eeCrossSections*,G4double,G4double);
|
||||
|
||||
virtual ~G4ee2KNeutralModel();
|
||||
|
||||
virtual G4double ThresholdEnergy() const;
|
||||
|
||||
virtual G4double PeakEnergy() const;
|
||||
|
||||
virtual G4double ComputeCrossSection(G4double) const;
|
||||
|
||||
virtual G4PhysicsVector* PhysicsVector(G4double, G4double) const;
|
||||
|
||||
virtual void SampleSecondaries(std::vector<G4DynamicParticle*>*,
|
||||
G4double, const G4ThreeVector&);
|
||||
|
||||
@@ -82,8 +78,6 @@ private:
|
||||
G4ee2KNeutralModel & operator=(const G4ee2KNeutralModel &right);
|
||||
G4ee2KNeutralModel(const G4ee2KNeutralModel&);
|
||||
|
||||
G4eeCrossSections* cross;
|
||||
|
||||
G4double massK;
|
||||
G4double massPhi;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user