Remove G4ParticleDefinition dependance.

This commit is contained in:
paraiso
2006-02-24 15:09:15 +00:00
parent 10b30dd9a5
commit df77d6b888
3 changed files with 8 additions and 7 deletions

View File

@ -51,6 +51,8 @@
#include "G4ProcessVector.hh"
#include "G4ProcessManager.hh"
#include "G4EventManager.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
/*!
@ -111,8 +113,6 @@ class LEMuSRMUONIUMScatt : public G4VDiscreteProcess
G4ThreeVector polar;
G4ThreeVector RotateSpin(const G4Step&, G4ThreeVector, G4double);
void PrepareSecondary(const G4Track&);
G4Track* aSecondary;