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

Annotation of /root2paw/src/libcltrklev2.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Mon Dec 5 16:17:38 2005 UTC (18 years, 11 months ago) by mocchiut
Branch: GroundDataConvert, MAIN
CVS Tags: start, v3r00, v4r00, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources

1 mocchiut 1.1 // closentuple shared library v. 0.2
2     // Written by Emiliano Mocchiutti
3     //
4     #include "ctrkstruct.h"
5     #define cltrklev2 cltrklev2_
6     extern "C" int cltrklev2();
7     void ccltrklev2(Tracklev2 & trklev2) {
8     extern struct Tracklev2 trklev2_;
9     memcpy(&trklev2_, &trklev2, sizeof(trklev2));
10     cltrklev2();
11     printf("\n Close rz file! \n\n");
12     };

  ViewVC Help
Powered by ViewVC 1.1.23