OMSim
Geant4 for IceCube optical module studies
Loading...
Searching...
No Matches
efficiency_calibration/include/OMSimEventAction.hh
1#pragma once
2
3#include "G4UserEventAction.hh"
4#include <string>
5#include "G4Types.hh"
6
7class G4Event;
8class OMSimEventAction : public G4UserEventAction
9{
10 public:
13
14 public:
15
16 void BeginOfEventAction(const G4Event*);
17 void EndOfEventAction(const G4Event*);
18
19 private:
20};
21
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