/[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.28 by mocchiut, Wed Nov 23 21:19:36 2011 UTC revision 1.29 by mocchiut, Tue Dec 20 14:16:35 2011 UTC
# Line 147  class ToFdEdx : public TObject { Line 147  class ToFdEdx : public TObject {
147            
148   public:   public:
149      ToFdEdx();   // class constructor      ToFdEdx();   // class constructor
150      ~ToFdEdx(){ Delete(); };  // class distructor      ~ToFdEdx();  // class distructor
151      //      //
152      void Clear(Option_t *option="");      void Clear(Option_t *option="");
153      void Delete(Option_t *option="") { delete eDEDXpmt; Clear(); }      void Delete(Option_t *option="");
154    
155      void Init(pamela::tof::TofEvent *tofl0 );  // init parameters      void Init(pamela::tof::TofEvent *tofl0 );  // init parameters
156      void Init(Int_t i, Int_t j, Float_t adce);      void Init(Int_t i, Int_t j, Float_t adce);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

  ViewVC Help
Powered by ViewVC 1.1.23