#ifndef ALITPCROC_H #define ALITPCROC_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id: AliTPCROC.h,v */ ////////////////////////////////////////////////// // // // TPC geometry class for ROC // // // ////////////////////////////////////////////////// #include //_____________________________________________________________________________ class AliTPCROC : public TObject { public: static AliTPCROC* Instance(); AliTPCROC(); AliTPCROC(const AliTPCROC &roc); AliTPCROC &operator = (const AliTPCROC & roc); //assignment operator void Init(); virtual ~AliTPCROC(); void GetPositionLocal(UInt_t sector, UInt_t row, UInt_t pad, Float_t *pos); void GetPositionGlobal(UInt_t sector, UInt_t row, UInt_t pad, Float_t *pos); // // numbering UInt_t GetNSectors() const { return fNSectorsAll;} UInt_t GetNRows(UInt_t sector) const { return (sector