/[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.24 by mocchiut, Mon Nov 23 09:50:48 2009 UTC revision 1.25 by mocchiut, Wed Dec 2 22:41:01 2009 UTC
# Line 90  class ToFPMT : public TObject { Line 90  class ToFPMT : public TObject {
90    
91   public:   public:
92      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
93      Float_t adc;      ///<raw ADC value for this PMT      Float_t adc;      ///<raw ADC value for this PMT
94      Float_t tdc;      ///<raw TDC value for this PMT      Float_t tdc;      ///<raw TDC value for this PMT
95      Float_t tdc_tw;   ///<time-walk corrected TDC value for this PMT      Float_t tdc_tw;   ///<time-walk corrected TDC value for this PMT
96      //      //
# Line 100  class ToFPMT : public TObject { Line 100  class ToFPMT : public TObject {
100      ToFPMT* GetToFPMT(){return this;};      ToFPMT* GetToFPMT(){return this;};
101      void Clear(Option_t *t="");      void Clear(Option_t *t="");
102    
   
   
103      ClassDef(ToFPMT,2);      ClassDef(ToFPMT,2);
104  };  };
105    

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

  ViewVC Help
Powered by ViewVC 1.1.23