/[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.17 by mocchiut, Thu Aug 9 12:55:58 2007 UTC revision 1.19 by mocchiut, Fri Nov 23 16:42:51 2007 UTC
# Line 11  Line 11 
11  #include <TArrayF.h>  #include <TArrayF.h>
12  #include <TClonesArray.h>  #include <TClonesArray.h>
13    
14    #include <math.h> // EMILIANO
15    
16  #include <ToFStruct.h>  #include <ToFStruct.h>
17    
18    
# Line 46  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 109  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 168  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 206  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.17  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.23