close
Warning:
Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.
- Timestamp:
-
Jan 8, 2017, 4:26:22 PM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v75
|
v76
|
|
375 | 375 | double th_pi_mu = ppi.Vect().Angle(pmu.Vect()); |
376 | 376 | |
377 | | // Now write down the derived neutrino energy, assuming the initial state nucleon is at rest and we only have a pion, muon and nucleon in the final state |
| 377 | // Now write down the derived neutrino energy |
| 378 | // assuming the initial state nucleon is at rest |
| 379 | // and we only have a pion, muon and nucleon in the final state |
378 | 380 | double rEnu = (m_mu * m_mu + m_pi * m_pi - 2 * m_n * (E_pi + E_mu) + 2 * E_pi * E_mu - |
379 | 381 | 2 * p_pi * p_mu * cos(th_pi_mu)) / |