]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSPDscanAnalyzer.h
Improvements and bug fixes for DAs and Preprocessor (H. Tydesjo)
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSPDscanAnalyzer.h
index a03cc729bea58a30e14e0982197aaee127b01cd2..58cd76420ced8267459618f1f1787210c6b12806 100644 (file)
@@ -29,7 +29,7 @@ class AliITSOnlineSPDscanAnalyzer {
 
   AliITSOnlineSPDscanAnalyzer& operator=(const AliITSOnlineSPDscanAnalyzer& handle);
 
-  Bool_t     IsModuleScanned(UInt_t module) const;
+  Bool_t     IsChipPresent(UInt_t hs, UInt_t chipNr);
   Bool_t     IsOverWriteSet() const {return fOverWrite;}
   void       SetCalibHandler(AliITSOnlineCalibrationSPDhandler *handler) {fHandler=handler;}
   void       SetParam(const Char_t *pname, const Char_t *pval);