/[PAMELA software]/DarthVader/ToFLevel2/inc/ToFLevel2.h
ViewVC logotype

Diff of /DarthVader/ToFLevel2/inc/ToFLevel2.h

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

revision 1.6 by pam-fi, Fri Jul 21 11:02:28 2006 UTC revision 1.7 by mocchiut, Thu Nov 9 17:05:47 2006 UTC
# Line 74  class ToFLevel2 : public TObject { Line 74  class ToFLevel2 : public TObject {
74    TClonesArray *PMT; // class needed to store PMT hit informations    TClonesArray *PMT; // class needed to store PMT hit informations
75    TClonesArray *ToFTrk; // track related variable class    TClonesArray *ToFTrk; // track related variable class
76    Int_t tof_j_flag[6];    Int_t tof_j_flag[6];
77      Int_t unpackError;
78    //    //
79    Float_t GetdEdx(Int_t notrack, Int_t plane);    Float_t GetdEdx(Int_t notrack, Int_t plane);
80    //    //
# Line 129  class ToFLevel2 : public TObject { Line 130  class ToFLevel2 : public TObject {
130      Int_t  GetNHitPaddles(Int_t plane);      Int_t  GetNHitPaddles(Int_t plane);
131      void Clear();      void Clear();
132      //      //
133      ClassDef(ToFLevel2,1);      ClassDef(ToFLevel2,2);
134  };  };
135    
136  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.23