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

Annotation of /quicklook/dataToXML/Data/compilationInfo/src/INFN/TRD_TransRadDetector_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    
4     #include <src/INFN/LU_SourceFileID_INFN.h>
5     #define __FILEID__ _TRD_TransRadDetector_INFN__c
6    
7     #include <src/INFN/PRH_ParamHandler_INFN.h>
8     #include <src/INFN/LU_LogUtility_INFN.h>
9     #include <src/INFN/PRH_ParamHandler_INFN_auto.h>
10     LU_DECL_MASK();
11    
12     #include <src/INFN/DAQ_IDAQ_INFN.h>
13     #include <src/INFN/CM_Common_INFN.h>
14     #include <src/INFN/TRD_TransRadDetector_INFN.h>
15    
16    
17     /*============================ Global define ================================*/
18    
19    
20     /*============================== global types ==============================*/
21    
22    
23    
24    
25    
26     /*=========================== Structure define ==============================*/
27    
28    
29     /*============================ Enumerate define =============================*/
30    
31    
32     status_code TRD_Init()
33     {
34    
35     return CM_RC_SUCCESSFUL;
36     }
37    
38     status_code TRD_Initialization()
39     {
40     return CM_RC_SUCCESSFUL;
41     }
42    
43     status_code TRD_Calibration() {
44     return CM_RC_SUCCESSFUL;
45     }
46    
47     status_code TRD_Error_Handler()
48     {
49     return CM_RC_SUCCESSFUL;
50     }

  ViewVC Help
Powered by ViewVC 1.1.23