ATLAS Offline Software
HIPKiller.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef G4UserActions_HIPKiller_H
6 #define G4UserActions_HIPKiller_H
7 
8 #include "G4UserSteppingAction.hh"
10 
11 namespace G4UA
12 {
13 
15  class HIPKiller : public G4UserSteppingAction, public AthMessaging
16  {
17  public:
18  HIPKiller();
19  virtual void UserSteppingAction(const G4Step*) override;
20  private:
21  }; // class HIPKiller
22 
23 } // namespace G4UA
24 
25 #endif
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
G4UA::HIPKiller::HIPKiller
HIPKiller()
Definition: HIPKiller.cxx:23
G4UA::HIPKiller
Kills Monopoles and QBalls with energy < 1 MeV.
Definition: HIPKiller.h:16
AthMessaging
Class to provide easy MsgStream access and capabilities.
Definition: AthMessaging.h:55
G4UA::HIPKiller::UserSteppingAction
virtual void UserSteppingAction(const G4Step *) override
Definition: HIPKiller.cxx:29
AthMessaging.h