/[PAMELA software]/calo/flight/MyDetector2Level2/inc/MyDect2Core.h
ViewVC logotype

Annotation of /calo/flight/MyDetector2Level2/inc/MyDect2Core.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Fri Apr 21 12:39:35 2006 UTC (18 years, 9 months ago) by mocchiut
Branch: MAIN
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
Some bugs fixed expecially in the reprocessing of data

1 mocchiut 1.1 #ifndef l2mydect2core_h
2     #define l2mydect2core_h
3     #include <TSystem.h>
4     #include <TSQLServer.h>
5    
6     struct InputStruct {
7     Double_t al_pp[5][2];
8     Int_t trkchi2;
9     Int_t myinputvar;
10     };
11    
12     struct OutputStruct {
13     Int_t good;
14     Int_t mytrkvar;
15     Int_t myvar1;
16     Int_t myvar2;
17     Float_t myvar3;
18     };
19    
20 mocchiut 1.2 extern int MyDect2Core(ULong64_t, TString, TString, TSQLServer *);
21 mocchiut 1.1
22     #endif

  ViewVC Help
Powered by ViewVC 1.1.23