OMSim
Geant4 for IceCube optical module studies
Loading...
Searching...
No Matches
radioactive_decays/include/OMSimPrimaryGeneratorAction.hh
Go to the documentation of this file.
1
6#pragma once
7
8#include <G4VUserPrimaryGeneratorAction.hh>
9
10class G4GeneralParticleSource;
11class G4Event;
12
18class OMSimPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
19{
20public:
23
24public:
25 void GeneratePrimaries(G4Event* anEvent);
26
27private:
28 G4GeneralParticleSource* m_particleSource;
29};
Definition effective_area/include/OMSimPrimaryGeneratorAction.hh:8