Jake145 / E_FLASH_RADIOTHERAPY

Electron Flash geant4 simulation for my master's thesis
GNU General Public License v3.0
1 stars 1 forks source link

Objectives and To do list #5

Closed Jake145 closed 3 years ago

Jake145 commented 3 years ago

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.

Jake145 commented 3 years ago

Update: Not needed, but I'd like to simulate properly the transport of optical photons in the optic fiber.

Jake145 commented 3 years ago

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.