Deprecated/UpgradeASCIITests/G4TankSimulatorASCII/G4TankTrackingAction.h
Go to the documentation of this file.
1 #ifndef _G4TankSimulatorASCII_G4TankTrackingAction_h_
2 #define _G4TankSimulatorASCII_G4TankTrackingAction_h_
3 
4 #include <G4UserTrackingAction.hh>
5 
6 
7 class G4Track;
8 
9 namespace G4TankSimulatorASCII {
10 
20  class G4TankTrackingAction : public G4UserTrackingAction {
21 
22  public:
23 
26 
27  void PreUserTrackingAction(const G4Track*);
28  void PostUserTrackingAction(const G4Track*);
29 
30  void BeforeTracking(const G4Track*);
31  void AfterTracking(const G4Track*);
32 
33  //-- WCD
35  static double WCD_Track_p;
36 
37  //-- ASCII
38  static double ASCII_Track_p,ASCII_Track;
40  static double ASCII_Edep_i[27]; // Energy deposited in each scintillator bar
41 
42  //-- Muon decay
43  static int flagDecay;
45  static int MichelElectronNPE[2];
46  static double MichelElectronNPE_time[2];
47 
48  private:
49 
50 
51  };
52 
53 }
54 
55 #endif

, generated on Tue Sep 26 2023.