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); |