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