示例#1
0
void
iAIDA::AIDA_HBookStore::HBook::HBook::fillCWNtuple(const int& id)
{
  int tid = id;
  hfnt_(&tid);
}
示例#2
0
 void hfnt(int id)
 {
    void hfnt_(int*id);
    hfnt_(&id);
 }
示例#3
0
void hfnt(int id)
{
    hfnt_(&id);
}