ATLAS Offline Software
Loading...
Searching...
No Matches
CheckActivation.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef G4DEBUGGINGTOOLS_G4UA__CHECKACTIVATION_H
6#define G4DEBUGGINGTOOLS_G4UA__CHECKACTIVATION_H
7
8#include "G4UserEventAction.hh"
9
10namespace G4UA
11{
12
13 class CheckActivation : public G4UserEventAction
14 {
15 public:
17 virtual void BeginOfEventAction(const G4Event*) override;
18 }; // class CheckActivation
19
20} // namespace G4UA
21
22#endif
virtual void BeginOfEventAction(const G4Event *) override