예제 #1
0
파일: HBook.cpp 프로젝트: apfeiffer1/iAIDA
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 );
}
예제 #2
0
파일: cern_c.c 프로젝트: noemi8a/sim-recon
void hfill(int no, float xvalue, float yvalue, float weight)
{
    hfill_(&no, &xvalue, &yvalue, &weight);
}