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