/[PAMELA software]/calo/ground/COMMON/src/libreadmy.C
ViewVC logotype

Annotation of /calo/ground/COMMON/src/libreadmy.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Dec 6 10:18:54 2005 UTC (19 years ago) by mocchiut
Branch: MAIN, COMMON
CVS Tags: start, v2r01, v2r00, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources

1 mocchiut 1.1 #include <TSystem.h>
2     #include "calomysqlstruct.h"
3    
4     extern "C" short int readmy(char *, const char *, Mystruct &);
5    
6     short int creadmysql(char *db, const char *query, struct Mystruct &mystruct) {
7     //
8     Int_t err = readmy(db,query,mystruct);
9     //
10     return(err);
11     };

  ViewVC Help
Powered by ViewVC 1.1.23