Parent Directory | Revision Log
Initial revision
1 | mocchiut | 1.1 | // |
2 | // Written by Emiliano Mocchiutti | ||
3 | // | ||
4 | #include "ccal2struct.h" | ||
5 | #define opcalol2 opcalol2_ | ||
6 | extern "C" int opcalol2(char [], Int_t &, Int_t &, int &); | ||
7 | void copencalol2(char name[200], Int_t & trkpaw, Int_t & swcode , int & swtrkcode) { | ||
8 | printf(" Open file \n\n %s \n\n",name); | ||
9 | opcalol2((char *)name, (Int_t &)trkpaw, (Int_t &) swcode, (int &) swtrkcode); | ||
10 | printf(" ...done!\n\n"); | ||
11 | }; |
ViewVC Help | |
Powered by ViewVC 1.1.23 |