/[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.11 by mocchiut, Mon Jan 22 09:17:06 2007 UTC
# Line 33  class ToFPMT : public TObject { Line 33  class ToFPMT : public TObject {
33      ToFPMT* GetToFPMT(){return this;};      ToFPMT* GetToFPMT(){return this;};
34      void Clear();      void Clear();
35    
36        
37    
38      ClassDef(ToFPMT,1);      ClassDef(ToFPMT,1);
39  };  };
40    
# Line 42  class ToFTrkVar : public TObject { Line 44  class ToFTrkVar : public TObject {
44   private:   private:
45    
46   public:   public:
47      //    //
48    Int_t trkseqno; // tracker entry coming from tracker, 100 if image track is used, -100 if the track is not consistent with MyDetector2 one    Int_t trkseqno; // tracker entry coming from tracker, 100 if image track is used, -100 if the track is not consistent with MyDetector2 one
49    //    //
50    Int_t npmttdc;    Int_t npmttdc;
51    TArrayI pmttdc;    TArrayI pmttdc;
52      TArrayI tdcflag; // gf: 30 Nov 2006
53    Float_t beta[13];    Float_t beta[13];
54    //    //
55    Int_t npmtadc;    Int_t npmtadc;
56    TArrayI pmtadc;    TArrayI pmtadc;
57      TArrayI adcflag; // gf: 30 Nov 2006    
58    TArrayF dedx;      TArrayF dedx;  
59    //    //
60    Float_t xtofpos[3];    Float_t xtofpos[3];
# Line 74  class ToFLevel2 : public TObject { Line 78  class ToFLevel2 : public TObject {
78    TClonesArray *PMT; // class needed to store PMT hit informations    TClonesArray *PMT; // class needed to store PMT hit informations
79    TClonesArray *ToFTrk; // track related variable class    TClonesArray *ToFTrk; // track related variable class
80    Int_t tof_j_flag[6];    Int_t tof_j_flag[6];
81      Int_t unpackError;
82    //    //
83    Float_t GetdEdx(Int_t notrack, Int_t plane);    Float_t GetdEdx(Int_t notrack, Int_t plane);
84    //    //
# Line 96  class ToFLevel2 : public TObject { Line 101  class ToFLevel2 : public TObject {
101    // constructor    // constructor
102    //    //
103    ToFLevel2();    ToFLevel2();
104      ~ToFLevel2(){Delete();}; //ELENA
105      void Delete(); //ELENA
106      void Set();//ELENA
107    //    //
108    //    //
109    ToFLevel2*   GetToFLevel2(){return this;};    ToFLevel2*   GetToFLevel2(){return this;};
# Line 129  class ToFLevel2 : public TObject { Line 137  class ToFLevel2 : public TObject {
137      Int_t  GetNHitPaddles(Int_t plane);      Int_t  GetNHitPaddles(Int_t plane);
138      void Clear();      void Clear();
139      //      //
140      ClassDef(ToFLevel2,1);      ClassDef(ToFLevel2,2);
141  };  };
142    
143  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.23