OMSim
Geant4 for IceCube optical module studies
Loading...
Searching...
No Matches
radioactive_decays/include/OMSimEventAction.hh
Go to the documentation of this file.
1
6#pragma once
7
8#include "G4UserEventAction.hh"
9#include <string>
10#include "G4Types.hh"
11
12class G4Event;
13
14
24class OMSimEventAction : public G4UserEventAction
25{
26 public:
29
30 public:
31
32 void BeginOfEventAction(const G4Event*);
33 void EndOfEventAction(const G4Event*);
34
35 private:
36};
37
Handles custom actions at the beginning and end of each event.
Definition effective_area/include/OMSimEventAction.hh:10
void EndOfEventAction(const G4Event *)
Custom actions at the end of the event.
Definition effective_area/src/OMSimEventAction.cc:8