Difference between revisions of "TF Simul PhotField IAC 2n"
Line 1: | Line 1: | ||
The goal of this simulation is to determine the photon field in the shielded cell that result from 10.5 MeV electrons hitting 2 cm thick Aluminum radiator. | The goal of this simulation is to determine the photon field in the shielded cell that result from 10.5 MeV electrons hitting 2 cm thick Aluminum radiator. | ||
+ | |||
+ | Electrons impinge a 3 x 10 x 3 cm aluminum radiator. The 10.5 MeV electrons radiate in the air and the aluminum before stopping in the aluminum. | ||
+ | |||
+ | Photons are emitted in all directions. A 6 foot high wall made of 36" thick concrete is located downstream of the Aluminum radiator. | ||
+ | |||
+ | A 30 cm radius lead collimator is position within the wall. | ||
Revision as of 23:46, 30 June 2014
The goal of this simulation is to determine the photon field in the shielded cell that result from 10.5 MeV electrons hitting 2 cm thick Aluminum radiator.
Electrons impinge a 3 x 10 x 3 cm aluminum radiator. The 10.5 MeV electrons radiate in the air and the aluminum before stopping in the aluminum.
Photons are emitted in all directions. A 6 foot high wall made of 36" thick concrete is located downstream of the Aluminum radiator.
A 30 cm radius lead collimator is position within the wall.
root [10] Phot2n->Draw("evt.p1x*evt.p1x+evt.p1y*evt.p1y+evt.p1z*evt.p1z","evt.p1x*evt.p1x+evt.p1y*evt.p1y+evt.p1z*evt.p1z>0");
root [11] Phot2n->Draw("sqrt(evt.p1x*evt.p1x+evt.p1y*evt.p1y+evt.p1z*evt.p1z)","evt.p1x*evt.p1x+evt.p1y*evt.p1y+evt.p1z*evt.p1z>0");
root [12] Phot2n->Draw("sqrt(evt.p2x*evt.p2x+evt.p2y*evt.p2y+evt.p2z*evt.p2z)","evt.p2x*evt.p2x+evt.p2y*evt.p2y+evt.p2z*evt.p2z>0");
root [13] Phot2n->Draw("sqrt(evt.p3x*evt.p3x+evt.p3y*evt.p3y+evt.p3z*evt.p3z)","evt.p3x*evt.p3x+evt.p3y*evt.p3y+evt.p3z*evt.p3z>0");