| 68 |
Float_t GetCOG(Int_t); |
Float_t GetCOG(Int_t); |
| 69 |
Float_t GetCOG(Float_t angle); |
Float_t GetCOG(Float_t angle); |
| 70 |
Float_t GetCOG(){ return GetCOG(0); }; |
Float_t GetCOG(){ return GetCOG(0); }; |
| 71 |
Float_t GetETA(Int_t,float); |
Float_t GetETA(Int_t,float,bool); |
| 72 |
Float_t GetETA(float angle){ return GetETA(0,angle); }; |
// Float_t GetETA(float angle){ return GetETA(0,angle); }; |
| 73 |
|
Float_t GetPositionPU(float); |
| 74 |
|
|
| 75 |
|
|
| 76 |
Bool_t IsBad(Int_t); ///< bad-cluster flag |
Bool_t IsBad(Int_t); ///< bad-cluster flag |
| 77 |
Bool_t IsSaturated(Int_t); ///< saturated-cluster flag |
Bool_t IsSaturated(Int_t); ///< saturated-cluster flag |
| 78 |
|
|