/[PAMELA software]/calo/ground/LEVEL2/src/libopcalol2.C
ViewVC logotype

Annotation of /calo/ground/LEVEL2/src/libopcalol2.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Mon Dec 5 16:13:54 2005 UTC (19 years ago) by mocchiut
Branch: LEVEL2, MAIN
CVS Tags: v4r04, v4r00, start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources

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