/[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.2 by pam-se, Wed Jun 14 10:20:40 2006 UTC revision 1.5 by mocchiut, Tue Sep 5 14:49:39 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 {
# Line 13  class AcLevel2 : public TObject { Line 15  class AcLevel2 : public TObject {
15    Int_t hitmap[2];    Int_t hitmap[2];
16    Int_t hitstatus[2];    Int_t hitstatus[2];
17    Int_t trigger[2];    Int_t trigger[2];
   //ULong64_t OBT;    
   //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
25    //    //
26    ClassDef(AcLevel2, 1);    ClassDef(AcLevel2, 1);
27  };  };

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23