]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSPDphys.h
Access to RecPoints done with AliITSRecPointContainer in QA classes. Update of ESD...
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSPDphys.h
index bc7befed2a79c2b878d0f7bd0704d38ff07b4130..3ea501737a60bd634535e644a89eaf1ce9fccbb8 100644 (file)
@@ -22,13 +22,14 @@ class AliITSOnlineSPDphys {
 
  public:
   AliITSOnlineSPDphys():fFile(NULL),fWrite(kFALSE),fModified(kFALSE),fInfoModified(kFALSE),fPhysInfo(NULL),fFileName("."){}
-  AliITSOnlineSPDphys(const Char_t *fileName);
+  AliITSOnlineSPDphys(const Char_t *fileName, Bool_t readFromGridFile=kFALSE);
   AliITSOnlineSPDphys(const AliITSOnlineSPDphys& phys);
   virtual ~AliITSOnlineSPDphys();
   AliITSOnlineSPDphys& operator=(const AliITSOnlineSPDphys& phys);
 
   virtual void       AddPhys(AliITSOnlineSPDphys* phys2);
   virtual void       ClearThis();
+  void               InitializeHitMap() {InitHitmap();} // online monitoring
   // SET METHODS ***********************************
   void     AddRunNr(UInt_t val);
   void     SetEqNr(UInt_t val);