ATLAS Offline Software
Loading...
Searching...
No Matches
VolumeDumper.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_VOLUMEDUMPER_H
6#define G4USERACTIONS_VOLUMEDUMPER_H
7
8#include "G4UserEventAction.hh"
9#include "G4Event.hh"
10
12
13
14namespace G4UA
15{
16
17class VolumeDumper final : public G4UserEventAction,
18 public AthMessaging
19{
20
21public:
22
24virtual void BeginOfEventAction( const G4Event* ) override;
25
26}; // class VolumeDumper
27
28} // namespace G4UA
29
30#endif
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
virtual void BeginOfEventAction(const G4Event *) override