]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSCalibration.h
Fix bug in pileup tagging (F. Prino)
[u/mrichter/AliRoot.git] / ITS / AliITSCalibration.h
index 33121ac1f7180fd34a0fe1e8fcc96649ca765a0e..6e02d54a06ee459a9503aaf9887875e57ab489a6 100644 (file)
@@ -63,7 +63,8 @@ class AliITSCalibration : public TObject {
     // Get sigmas for the charge spread
     virtual void    SigmaSpread(Double_t &,Double_t &) const = 0;
 
-
+    // Needed for SSD bad modules retrieval in the tracker
+    virtual void    SetModuleIndex(Int_t /*modId*/) {};
 
     // Prints out the content of this class in ASCII format.
     virtual void Print(ostream *os) const;