Difference between revisions of "TF Simul PhotField IAC 2n"
Jump to navigation
Jump to search
(Created page with " The goal of this simulation is to determine the photon field in the shielded cell that result from 10 MeV electrons hitting Tungsten. Simulation_TF_Ncor") |
|||
Line 1: | Line 1: | ||
+ | The goal of this simulation is to determine the photon field in the shielded cell that result from 10 MeV electrons hitting Tungsten. | ||
+ | |||
+ | |||
− | + | 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"); | ||
[[Simulation_TF_Ncor]] | [[Simulation_TF_Ncor]] |
Revision as of 23:22, 30 June 2014
The goal of this simulation is to determine the photon field in the shielded cell that result from 10 MeV electrons hitting Tungsten.
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");