Import Geant4 5.1.0 source tree
This commit is contained in:
@@ -19,26 +19,37 @@
|
||||
// * based on the Program) you indicate your acceptance of this *
|
||||
// * statement, and all its terms. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: ExN06StackingAction.hh,v 1.4 2003/01/23 15:34:24 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-05-01 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#ifndef ExN06StackingAction_H
|
||||
#define ExN06StackingAction_H 1
|
||||
|
||||
#include "globals.hh"
|
||||
#include "G4UserStackingAction.hh"
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
class ExN06StackingAction : public G4UserStackingAction
|
||||
{
|
||||
public:
|
||||
ExN06StackingAction();
|
||||
virtual ~ExN06StackingAction();
|
||||
public:
|
||||
ExN06StackingAction();
|
||||
~ExN06StackingAction();
|
||||
|
||||
public:
|
||||
virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* aTrack);
|
||||
virtual void NewStage();
|
||||
virtual void PrepareNewEvent();
|
||||
public:
|
||||
G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* aTrack);
|
||||
void NewStage();
|
||||
void PrepareNewEvent();
|
||||
|
||||
private:
|
||||
G4int gammaCounter;
|
||||
private:
|
||||
G4int gammaCounter;
|
||||
};
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user