Parent Directory | Revision Log
Initial revision
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 | extern int MyDect2Core(ULong64_t, TString, TSQLServer *); | ||
21 | |||
22 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |