/[PAMELA software]/root2paw/src/liboptrklev2.C
ViewVC logotype

Annotation of /root2paw/src/liboptrklev2.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon Dec 5 16:17:39 2005 UTC (18 years, 11 months ago) by mocchiut
Branch point for: GroundDataConvert, MAIN
File MIME type: text/plain
Initial revision

1 mocchiut 1.1 // openntuple shared library v. 0.2
2     // Written by Emiliano Mocchiutti
3     //
4     #include "ctrkstruct.h"
5     #define optrklev2 optrklev2_
6     extern "C" int optrklev2(char [], int &);
7     void coptrklev2(const char name[100], Tracklev2 & trklev2, int & trnev) {
8     extern struct Tracklev2 trklev2_;
9     memcpy(&trklev2_, &trklev2, sizeof(trklev2));
10     printf("Open file \n\n %s \n\n",name);
11     optrklev2((char *)name, (int &)trnev);
12     printf(" ...done!\n\n");
13     };
14    

  ViewVC Help
Powered by ViewVC 1.1.23