Exemplo n.º 1
0
void
iAIDA::AIDA_HBookStore::HBook::fillHisto( const int& id, const float& x, const float& y, const float& w )
{
  int tid = id;
  float tx = x;
  float ty = y;
  float tw = w;
  hfill_( &tid, &tx, &ty, &tw );
}
Exemplo n.º 2
0
void hfill(int no, float xvalue, float yvalue, float weight)
{
    hfill_(&no, &xvalue, &yvalue, &weight);
}