Import Geant4 10.6.0 source tree
This commit is contained in:
-3
@@ -48,15 +48,12 @@ class G4ExcitedStringDecay: public G4VStringFragmentation
|
||||
G4bool operator!=(const G4ExcitedStringDecay &right) const;
|
||||
|
||||
public:
|
||||
|
||||
virtual G4KineticTrackVector * FragmentStrings(const G4ExcitedStringVector * theStrings);
|
||||
|
||||
private:
|
||||
G4KineticTrackVector * FragmentString(const G4ExcitedString &theString);
|
||||
G4bool EnergyAndMomentumCorrector(G4KineticTrackVector* Output, G4LorentzVector& TotalCollisionMom);
|
||||
|
||||
G4VLongitudinalStringDecay * theStringDecay;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user