Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -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;
};