Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -49,38 +49,13 @@ class StackingAction : public G4UserStackingAction
|
||||
|
||||
void SetKillStatus(G4int value) { fKillSecondary = value;};
|
||||
|
||||
virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track*);
|
||||
|
||||
G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track*) override;
|
||||
|
||||
private:
|
||||
EventAction* fEventAction;
|
||||
|
||||
G4int fKillSecondary;
|
||||
G4bool fKillSecondary = 0;
|
||||
StackingMessenger* fStackMessenger;
|
||||
|
||||
G4int fPhotoGamma;
|
||||
G4int fComptGamma;
|
||||
G4int fPhotoAuger;
|
||||
G4int fComptAuger;
|
||||
G4int fPixeGamma;
|
||||
G4int fPixeAuger;
|
||||
|
||||
G4int fElectronDNAGamma;
|
||||
G4int fElectronDNAAuger;
|
||||
G4int fProtonDNAGamma;
|
||||
G4int fProtonDNAAuger;
|
||||
G4int fHydrogenDNAGamma;
|
||||
G4int fHydrogenDNAAuger;
|
||||
G4int fAlphaDNAGamma;
|
||||
G4int fAlphaDNAAuger;
|
||||
G4int fAlphaPlusDNAGamma;
|
||||
G4int fAlphaPlusDNAAuger;
|
||||
G4int fHeliumDNAGamma;
|
||||
G4int fHeliumDNAAuger;
|
||||
G4int fGenericIonDNAGamma;
|
||||
G4int fGenericIonDNAAuger;
|
||||
|
||||
G4bool fIDdefined;
|
||||
|
||||
};
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
Reference in New Issue
Block a user