Пример #1
0
void main(void)
{
  hp1();
  hp2();
  hp3();
  hp4();
}
Пример #2
0
float Object::InvMass(Object &o){ 
  TLorentzVector hp4(p4);
  return (hp4.operator+=(o.GetP4())).M(); 
}