13 #ifndef _ShowerLightSimulatorKG_ShowerLightSimulator_h_
14 #define _ShowerLightSimulatorKG_ShowerLightSimulator_h_
16 #include <fwk/VModule.h>
25 namespace ShowerLightSimulatorKG {
62 bool useCherenkovProfile);
bool fUseCherenkovProfile
int fOverRidePrimaryCharge
void CherenkovLight(evt::Event &event, double distInit, double distFinal, bool upwardGoing, bool useCherenkovProfile)
Simulate the Cherenkov light beam along the shower axis.
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
REGISTER_MODULE("ShowerLightSimulatorKG", ShowerLightSimulator)
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
void PrimaryCherenkovLight(evt::Event &event)
Generate Cherenkov emission from primary particle.
ResultFlag
Flag returned by module methods to the RunController.
void FluorescenceLight(evt::Event &event, double distInit, double distFinal, bool upwardGoing)
Simulate the Fluorescence photons generated isotropically along the shower axis.
Simulates the Fluorescence and Cerenkov light along the shower axis.