/[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.16 by mocchiut, Mon Apr 30 15:46:28 2007 UTC revision 1.17 by mocchiut, Thu Aug 9 12:55:58 2007 UTC
# Line 39  class ToFPMT : public TObject { Line 39  class ToFPMT : public TObject {
39   public:   public:
40      Int_t pmt_id;     ///<the identification number of the PMT from 0 to 47      Int_t pmt_id;     ///<the identification number of the PMT from 0 to 47
41      Float_t adc;      ///<raw ADC value for this PMT      Float_t adc;      ///<raw ADC value for this PMT
42        Float_t tdc;      ///<raw TDC value for this PMT
43      Float_t tdc_tw;   ///<time-walk corrected TDC value for this PMT      Float_t tdc_tw;   ///<time-walk corrected TDC value for this PMT
44      //      //
45      ToFPMT();      ToFPMT();
# Line 49  class ToFPMT : public TObject { Line 50  class ToFPMT : public TObject {
50    
51    
52    
53      ClassDef(ToFPMT,1);      ClassDef(ToFPMT,2);
54  };  };
55    
56    
# Line 127  class ToFLevel2 : public TObject { Line 128  class ToFLevel2 : public TObject {
128    TClonesArray *PMT; ///<class needed to store PMT hit informations    TClonesArray *PMT; ///<class needed to store PMT hit informations
129    TClonesArray *ToFTrk; ///<track related variable class    TClonesArray *ToFTrk; ///<track related variable class
130    Int_t tof_j_flag[6];  ///<number of hitted paddle(s) for each ToF layer: flag = flag + 2**(paddlenumber-1)    Int_t tof_j_flag[6];  ///<number of hitted paddle(s) for each ToF layer: flag = flag + 2**(paddlenumber-1)
131      //
132    Int_t unpackError;    Int_t unpackError;///< zero if no error presente
133      Int_t default_calib; ///< one if the default calibration has been used to process the data, zero otherwise
134    //    //
135    Float_t GetdEdx(Int_t notrack, Int_t plane, Int_t adcfl); // gf Apr 07    Float_t GetdEdx(Int_t notrack, Int_t plane, Int_t adcfl); // gf Apr 07
136    //    //
# Line 206  class ToFLevel2 : public TObject { Line 208  class ToFLevel2 : public TObject {
208      Int_t  GetNHitPaddles(Int_t plane);      Int_t  GetNHitPaddles(Int_t plane);
209      void Clear();      void Clear();
210      //      //
211      ClassDef(ToFLevel2,2);      ClassDef(ToFLevel2,3);
212  };  };
213    
214  #endif  #endif

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.23