Opened 8 years ago
Last modified 8 years ago
#70 closed defect
T2K CC0pi STV phase space bug — at Initial Version
Reported by: | Clarence Wret | Owned by: | lp208 |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Code | Version: | |
Keywords: | Cc: |
Description
Stephen Dolan reckons the angular phase space cut in the T2K CC0pi STV code is wrong and is missing a cosine around the angle.
It reads
140 mu phase space
(pnu.Vect().Angle(pmu.Vect()) < -0.6)) { |
142 return false;
143 }
144
145 p phase space
(pp.Vect().Mag() > 1E3) |
147 (pnu.Vect().Angle(pp.Vect()) < 0.4)) {
148 return false;
149 }
Where I assume there should be a "cos" around line 141 angle and line 147.
Assigning to Luke for now
Note: See
TracTickets for help on using
tickets.