/[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.18 by mocchiut, Fri Oct 19 08:39:30 2007 UTC revision 1.19 by mocchiut, Fri Nov 23 16:42:51 2007 UTC
# Line 48  class ToFPMT : public TObject { Line 48  class ToFPMT : public TObject {
48      ToFPMT(const ToFPMT&);      ToFPMT(const ToFPMT&);
49      //      //
50      ToFPMT* GetToFPMT(){return this;};      ToFPMT* GetToFPMT(){return this;};
51      void Clear();      void Clear(Option_t *t="");
52    
53    
54    
# Line 111  class ToFTrkVar : public TObject { Line 111  class ToFTrkVar : public TObject {
111    ToFTrkVar(const ToFTrkVar&);    ToFTrkVar(const ToFTrkVar&);
112    
113    ToFTrkVar* GetToFTrkVar(){return this;};    ToFTrkVar* GetToFTrkVar(){return this;};
114    void Clear();    void Clear(Option_t *t="");
115    
116    ClassDef(ToFTrkVar,1);    ClassDef(ToFTrkVar,1);
117    //    //
# Line 170  class ToFLevel2 : public TObject { Line 170  class ToFLevel2 : public TObject {
170    //    //
171    ToFLevel2();    ToFLevel2();
172    ~ToFLevel2(){Delete();}; //ELENA    ~ToFLevel2(){Delete();}; //ELENA
173    void Delete(); //ELENA    void Delete(Option_t *t=""); //ELENA
174    void Set();//ELENA    void Set();//ELENA
175    //    //
176    //    //
# Line 208  class ToFLevel2 : public TObject { Line 208  class ToFLevel2 : public TObject {
208      Int_t  GetToFPlaneIndex(Int_t plane_id);      Int_t  GetToFPlaneIndex(Int_t plane_id);
209      Bool_t HitPaddle(Int_t ,Int_t);      Bool_t HitPaddle(Int_t ,Int_t);
210      Int_t  GetNHitPaddles(Int_t plane);      Int_t  GetNHitPaddles(Int_t plane);
211      void Clear();      void Clear(Option_t *t="");
212      //      //
213      ClassDef(ToFLevel2,3);      ClassDef(ToFLevel2,3);
214  };  };

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.23