Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
@@ -46,6 +46,9 @@ class G4PionDecayMakeSpin : public G4Decay
// Destructor
virtual ~G4PionDecayMakeSpin();
virtual void ProcessDescription(std::ostream& outFile) const override;
//
private:
// copy constructor
@@ -57,7 +60,7 @@ class G4PionDecayMakeSpin : public G4Decay
protected:
virtual void DaughterPolarization(const G4Track& aTrack,
G4DecayProducts* products);
G4DecayProducts* products) override;
};
#endif