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
7
class
G4Event;
8
class
OMSimEventAction
:
public
G4UserEventAction
9
{
10
public
:
11
OMSimEventAction
(){};
12
~OMSimEventAction
(){};
13
14
public
:
15
16
void
BeginOfEventAction(
const
G4Event*);
17
void
EndOfEventAction
(
const
G4Event*);
18
19
private
:
20
};
21
OMSimEventAction
Handles custom actions at the beginning and end of each event.
Definition
effective_area/include/OMSimEventAction.hh:10
OMSimEventAction::EndOfEventAction
void EndOfEventAction(const G4Event *)
Custom actions at the end of the event.
Definition
effective_area/src/OMSimEventAction.cc:8
simulations
efficiency_calibration
include
OMSimEventAction.hh
Generated on Mon Dec 23 2024 11:17:27 for OMSim by
1.9.8