/[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.12 by mocchiut, Mon Jan 22 10:45:21 2007 UTC revision 1.13 by mocchiut, Mon Jan 22 14:09:30 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;
# Line 99  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;};

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.23