]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCCalibPulser.h
Possibility to set Altro mapping - AliTPCCalibCE.cxx AliTPCCalibPulser.h AliTPCCalib...
[u/mrichter/AliRoot.git] / TPC / AliTPCCalibPulser.h
index ea6a2068a67d04e0049edf72ebff2a3e991e0aef..5fb9308fdae141b5d1ed6fd142de9d037f35bf9f 100644 (file)
@@ -20,6 +20,8 @@ class AliTPCParam;
 class AliRawReader;
 class AliTPCRawStream;
 class AliTPCRawStreamFast;
+class AliTPCAltroMapping;
+
 struct eventHeaderStruct;
 
 class AliTPCCalibPulser : public TObject {
@@ -44,6 +46,9 @@ public:
     Int_t Update(const Int_t isector, const Int_t iRow, const Int_t iPad,
               const Int_t iTimeBin, const Float_t signal);
     void Analyse();
+     //
+    AliTPCAltroMapping **GetAltroMapping() { return fMapping; };
+    void  SetAltroMapping(AliTPCAltroMapping **mapp) { fMapping = mapp; };
     //
     AliTPCCalROC* GetCalRocT0 (Int_t sector, Bool_t force=kFALSE);  // get calibration object - sector
     AliTPCCalROC* GetCalRocQ  (Int_t sector, Bool_t force=kFALSE);  // get calibration object - sector
@@ -103,7 +108,8 @@ private:
 
     Bool_t  fOldRCUformat;            //! Should we use the old RCU format for data reading
 
-    AliTPCROC   *fROC;                //! ROC information
+    AliTPCROC   *fROC;                //! ROC information  
+    AliTPCAltroMapping **fMapping;    //! Altro Mapping object
     AliTPCParam *fParam;              //! TPC information
 
     AliTPCCalPad *fPedestalTPC;       //! Pedestal Information