File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -202,15 +202,15 @@ struct heptaquark {
202202 double cosHel = hqlambda_boost.Vect ().Dot (hqphipair_boost.Vect ()) / (hqlambda_boost.Vect ().Mag () * hqphipair_boost.Vect ().Mag ());
203203 if (std::abs (cosHel) > cfgCollinear)
204204 selection += 4 ;
205- /*
206- ROOT::Math::XYZVector rPV(col.posX(), col.posY(), col.posZ());
207- ROOT::Math::XYZVector rSV(hq3.hqx(), hq3.hqy(), hq3.hqz());
208- ROOT::Math::XYZVector L = rSV - rPV;
209- ROOT::Math::XYZVector exMom(ex.Px(), ex.Py(), ex.Pz());
210- double cosPoint = L.Dot(exMom) / (L.R() * pEx.R() + 1e-9);
211- if (cosPoint < cfgCosPoint)
212- return 8;
213- */
205+ /*
206+ ROOT::Math::XYZVector rPV(col.posX(), col.posY(), col.posZ());
207+ ROOT::Math::XYZVector rSV(hq3.hqx(), hq3.hqy(), hq3.hqz());
208+ ROOT::Math::XYZVector L = rSV - rPV;
209+ ROOT::Math::XYZVector exMom(ex.Px(), ex.Py(), ex.Pz());
210+ double cosPoint = L.Dot(exMom) / (L.R() * pEx.R() + 1e-9);
211+ if (cosPoint < cfgCosPoint)
212+ return 8;
213+ */
214214 return selection;
215215 }
216216
You can’t perform that action at this time.
0 commit comments