/[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.5 by mocchiut, Tue Sep 5 14:49:39 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    //
7  #include <AcStruct.h>  #include <AcStruct.h>
 //#include <TClonesArray.h>  
8  //  //
9  class AcLevel2 : public TObject {  class AcLevel2 : public TObject {
10   private:   private:
# Line 15  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      Int_t unpackError; // Emiliano
18    // constructor    // constructor
19    AcLevel2();    AcLevel2();
20    AcLevel2* GetAcLevel2(){return this;}; // Elena    AcLevel2* GetAcLevel2(){return this;}; // Elena
# Line 23  class AcLevel2 : public TObject { Line 23  class AcLevel2 : public TObject {
23    
24    void Clear(); // emiliano    void Clear(); // emiliano
25    //    //
26    ClassDef(AcLevel2, 1);    ClassDef(AcLevel2, 2);
27  };  };
28    
29    

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

  ViewVC Help
Powered by ViewVC 1.1.23