ATLAS Offline Software
Loading...
Searching...
No Matches
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
11namespace 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
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
virtual void UserSteppingAction(const G4Step *) override
Definition HIPKiller.cxx:30