/[PAMELA software]/eventviewer/ground/src/libptlevel1.C
ViewVC logotype

Contents of /eventviewer/ground/src/libptlevel1.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Dec 6 10:12:56 2005 UTC (19 years ago) by mocchiut
Branch point for: MAIN, EventViewer
File MIME type: text/plain
Initial revision

1 //
2 // track shared library v. 0.1
3 //
4 // calls the fortran tracking routine track.f
5 //
6 // Written by Emiliano Mocchiutti
7 //
8 #include <trklev1struct.h>
9 #define ptlevel1 ptlevel1_
10 extern "C" int ptlevel1();
11
12 void projectlev1(Trklev1 &pwcr4) {
13 //
14 extern struct Trklev1 pwcr4_;
15 //
16 memcpy(&pwcr4_, &pwcr4, sizeof(pwcr4));
17 //
18 ptlevel1();
19 //
20 memcpy(&pwcr4, &pwcr4_, sizeof(pwcr4));
21 //
22 };
23

  ViewVC Help
Powered by ViewVC 1.1.23