#ifndef ALITPCCALROC_H #define ALITPCCALROC_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id: AliTPCCalROC.h,v */ ////////////////////////////////////////////////// // // // TPC calibration base class for one ROC // // // ////////////////////////////////////////////////// #include #include #include #include "TLinearFitter.h" class TH1F; class TH2F; class TArrayI; //_____________________________________________________________________________ class AliTPCCalROC : public TNamed { public: AliTPCCalROC(); AliTPCCalROC(UInt_t sector); AliTPCCalROC(const AliTPCCalROC &c); AliTPCCalROC &operator = (const AliTPCCalROC & param); virtual ~AliTPCCalROC(); UInt_t GetSector() const { return fSector;} UInt_t GetNrows() const { return fNRows;}; UInt_t GetNchannels() const { return fNChannels;}; UInt_t GetNPads(UInt_t row) const { return (rowGetNPads(fSector,row):0;}; Float_t GetValue(UInt_t row, UInt_t pad) const { return ( (row