/[PAMELA software]/quicklook/dataToXML/Data/compilationInfo/src/INFN/Drivers/TRD_Driver_INFN.c
ViewVC logotype

Annotation of /quicklook/dataToXML/Data/compilationInfo/src/INFN/Drivers/TRD_Driver_INFN.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Apr 25 09:00:20 2006 UTC (19 years, 2 months ago) by kusanagi
Branch: MAIN
CVS Tags: dataToXML1_02/01, dataToXML1_02/00, dataToXML1_03/00, dataToXML1_03/01, dataToXML1_00/00, firstRelease, dataToXML1_01/00, dataToXML1_03_02, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
These program extract in an XML format the info contained into the ROOT files generated by YODA from the PAMELA data. To visualize the XML files in a more human readable format a collection of XSL files are given in the Data subfolder.

1 kusanagi 1.1 /*============================= Include File ================================*/
2    
3     #ifndef I386
4     #include <src/INFN/LU_SourceFileID_INFN.h>
5     #define __FILEID__ _TRD_Driver_INFN__c
6     #include <src/INFN/PRH_ParamHandler_INFN.h>
7     #include <src/INFN/LU_LogUtility_INFN.h>
8     #include <src/INFN/PRH_ParamHandler_INFN_auto.h>
9     LU_DECL_MASK();
10     #endif
11    
12    
13     #include <src/INFN/DAQ_IDAQ_INFN.h>
14     #include <src/INFN/CM_Common_INFN.h>
15     #include <src/INFN/Drivers/TRD_Driver_INFN.h>
16    
17     #ifndef I386
18     #include <src/INFN/CH_CommandHandler_INFN.h>
19     #endif
20    
21     /*============================ Global define ================================*/
22    
23    
24    
25     /*============================== global types ==============================*/
26    
27    
28    
29    
30    
31     /*=========================== Structure define ==============================*/
32    
33    
34     /*============================ Enumerate define =============================*/
35    
36    
37     status_code TRD_Driver_Init()
38     {
39     return CM_RC_SUCCESSFUL;
40     }
41    

  ViewVC Help
Powered by ViewVC 1.1.23