/[PAMELA software]/DarthVader/AnticounterLevel2/inc/AcStruct.h
ViewVC logotype

Contents of /DarthVader/AnticounterLevel2/inc/AcStruct.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri Jul 21 10:57:20 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
Error occurred while calculating annotation data.
modified for C3PO

1 #ifndef AcStruct_h
2 #define AcStruct_h
3
4 struct cAcLevel2 {
5
6 Int_t status[2];
7 Int_t hitmap[2];
8 Int_t hitstatus[2];
9 Int_t trigger[2];
10
11 void InitcAcLevel2(){
12 for(int i=0;i<2;i++){
13 status[i]=0;
14 hitmap[i]=0;
15 hitstatus[i]=0;
16 trigger[i]=0;
17 }
18 }
19 };
20
21 #endif

  ViewVC Help
Powered by ViewVC 1.1.23