예제 #1
0
double EV_SC_Y::Calc(const Vec4D &mom)
{
  return mom.Y();
}
예제 #2
0
void One_Particle_Y::EvaluateNLOcontrib(const Vec4D & mom,double weight, double ncount) 
{
  p_histo->InsertMCB(mom.Y(),weight,ncount);
}