/[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.3 by mocchiut, Fri Jun 30 09:21:49 2006 UTC revision 1.6 by mocchiut, Thu Nov 9 17:05:42 2006 UTC
# Line 3  Line 3 
3  #define AcLevel2_h  #define AcLevel2_h
4  //  //
5  #include <TObject.h>  #include <TObject.h>
6  //#include <TClonesArray.h>  //
7    #include <AcStruct.h>
8  //  //
9  class AcLevel2 : public TObject {  class AcLevel2 : public TObject {
10   private:   private:
# Line 13  class AcLevel2 : public TObject { Line 14  class AcLevel2 : public TObject {
14    Int_t hitmap[2];    Int_t hitmap[2];
15    Int_t hitstatus[2];    Int_t hitstatus[2];
16    Int_t trigger[2];    Int_t trigger[2];
17    //ULong64_t OBT;      Int_t unpackError; // Emiliano
   //Int_t     pro_num;  
   //ULong64_t pkt_num;  
18    // constructor    // constructor
19    AcLevel2();    AcLevel2();
20    AcLevel2* GetAcLevel2(){return this;}; // Elena    AcLevel2* GetAcLevel2(){return this;}; // Elena
21      void GetLevel2Struct(cAcLevel2 *) const;
22      void SetFromLevel2Struct(cAcLevel2 *);
23    
24    void Clear(); // emiliano    void Clear(); // emiliano
25    //    //
26    ClassDef(AcLevel2, 1);    ClassDef(AcLevel2, 2);
27  };  };
28    
29    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23