Closed Jake145 closed 3 years ago
Update: Not needed, but I'd like to simulate properly the transport of optical photons in the optic fiber.
Update: Fix Cerenkov (since the detector is isolated cerenkov from the top shouldn't matter) and get the fraction of scattered primaries on the surface of the crystal.
Objectives: a) Make a histogram of the kinetic energy of the incident electrons on the detector
--> to do so look at Analysis/ examples. I can get the particle energy from something like event->GetKineticenergy() [not real command] and make a histogram from it b)Set up optic processes and get Cherenkov and Scintillation events --> To do so I need to set up optic properties of the materials, and then using the same
methods as a) histogram the number of events. I can separate the photon type with
something like event->GetopticID() c) Check out TestEM14 for how to graph distributions. It could be cool.