/[PAMELA software]/DarthVader/S4Level2/inc/S4Struct.h
ViewVC logotype

Annotation of /DarthVader/S4Level2/inc/S4Struct.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri Jul 21 11:01:40 2006 UTC (18 years, 4 months ago) by pam-fi
Branch: MAIN
CVS Tags: v10REDr01, v1r01, v3r04, v3r05, v5r00, v3r00, v3r01, v3r03, v4r00, v2r01, v10RED, v6r01, v6r00, v2r00BETA, v3r06, v9r00, v9r01, HEAD
File MIME type: text/plain
modified for C3PO

1 pam-fi 1.1 #ifndef s4struct_h
2     #define s4struct_h
3    
4     struct cS4Level2 {
5    
6     Float_t S4calibrated;
7     Float_t S4adc;
8    
9     void InitcS4Level2(){
10     S4calibrated = 0;
11     S4adc = 0;
12     }
13    
14     };
15    
16     #endif

  ViewVC Help
Powered by ViewVC 1.1.23