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

Diff of /DarthVader/AnticounterLevel2/inc/AcLevel2.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Fri May 19 13:16:00 2006 UTC revision 1.4 by pam-fi, Fri Jul 21 10:57:20 2006 UTC
# Line 3  Line 3 
3  #define AcLevel2_h  #define AcLevel2_h
4  //  //
5  #include <TObject.h>  #include <TObject.h>
6    
7    #include <AcStruct.h>
8  //#include <TClonesArray.h>  //#include <TClonesArray.h>
9  //  //
10  class AcLevel2 : public TObject {  class AcLevel2 : public TObject {
11   private:   private:
12    
13   public:   public:
14    UShort_t status[2];    Int_t status[2];
15    UShort_t hitmap[2];    Int_t hitmap[2];
16    UShort_t hitstatus[2];    Int_t hitstatus[2];
17    UShort_t trigger[2];    Int_t trigger[2];
18    //ULong64_t OBT;      //ULong64_t OBT;  
19    //Int_t     pro_num;    //Int_t     pro_num;
20    //ULong64_t pkt_num;    //ULong64_t pkt_num;
21    // constructor    // constructor
22    AcLevel2();    AcLevel2();
23      AcLevel2* GetAcLevel2(){return this;}; // Elena
24      void GetLevel2Struct(cAcLevel2 *) const;
25      void SetFromLevel2Struct(cAcLevel2 *);
26    
27      void Clear(); // emiliano
28    //    //
29    ClassDef(AcLevel2, 1);    ClassDef(AcLevel2, 1);
30  };  };

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23