/[PAMELA software]/DarthVader/NDLevel2/inc/NDStruct.h
ViewVC logotype

Contents of /DarthVader/NDLevel2/inc/NDStruct.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri Jul 21 10:58:10 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 #ifndef ndstruct_h
2 #define ndstruct_h
3
4 struct cNDLevel2 {
5
6 Float_t upperback;
7 Float_t bottomback;
8 Float_t trigphysics;
9
10 void InitcNDLevel2(){
11 upperback = 0;
12 bottomback = 0;
13 trigphysics = 0;
14 }
15 };
16
17 #endif

  ViewVC Help
Powered by ViewVC 1.1.23