예제 #1
0
파일: HBook.cpp 프로젝트: apfeiffer1/iAIDA
float
iAIDA::AIDA_HBookStore::HBook::histoEbe(const int& id )
{
  int tid = id;
  int icase = 3;
  char choice[5] = "HIST";
  int num = 0;
  return hstati_( &tid, &icase, choice, &num, 4 );
}
예제 #2
0
파일: HBook.cpp 프로젝트: apfeiffer1/iAIDA
float
iAIDA::AIDA_HBookStore::HBook::histoRmsY(const int& id )
{
  int tid = id;
  int icase = 2;
  char choice[5] = "PROY";
  int num = 1;
  return hstati_( &tid, &icase, choice, &num, 4 );
}
예제 #3
0
파일: cern_c.c 프로젝트: noemi8a/sim-recon
float hstati(int id, int icase, char *choice, int num) {
    return(hstati_(&id, &icase, choice, &num, strlen(choice)));
}