/[PAMELA software]/root2paw/inc/aclev1class.h
ViewVC logotype

Annotation of /root2paw/inc/aclev1class.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Tue Feb 14 15:56:34 2006 UTC (18 years, 9 months ago) by mocchiut
Branch: MAIN
CVS Tags: v4r00, HEAD
Changes since 1.1: +1 -0 lines
File MIME type: text/plain
Fixed bug in tracker level2 rootple booking

1 mocchiut 1.1 #include <TObject.h>
2     #include <TSystem.h>
3    
4     class AnticounterLevel1 : public TObject {
5     public:
6     AnticounterLevel1();
7     UShort_t status[2];
8     UShort_t hitmap[2];
9     UShort_t hitstatus[2];
10     UShort_t trigger[2];
11     Float_t obt;
12     Float_t evfile;
13     Float_t headc;
14 mocchiut 1.2 ClassDef(AnticounterLevel1,0)
15 mocchiut 1.1 };
16    
17     AnticounterLevel1::AnticounterLevel1() {
18     for (Int_t i=0; i<2;i++){
19     status[i] = 0;
20     hitmap[i] = 0;
21     hitstatus[i] = 0;
22     trigger[i] = 0;
23     };
24     obt = 0.;
25     evfile = 0.;
26     headc = 0.;
27     }
28    

  ViewVC Help
Powered by ViewVC 1.1.23