#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 //_____________________________________________________________________________ class AliTPCCalROC : public TObject { public: AliTPCCalROC(); AliTPCCalROC(UInt_t sector); AliTPCCalROC(const AliTPCCalROC &c); AliTPCCalROC &operator = (const AliTPCCalROC & param); virtual ~AliTPCCalROC(); 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