]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCMonitorDateFile.h
update to include FSI corrections for peripheral bins
[u/mrichter/AliRoot.git] / TPC / AliTPCMonitorDateFile.h
index 0ab1355c8ca16a71d8520d7ce2e5ac1052dfe96e..d820b18457120357ccc3b8340e59e83683c497a5 100755 (executable)
@@ -8,15 +8,15 @@
 
 
 ////////////////////////////////////////////////////////////////////////
-//
-// AliTPCMonitorDateFile class
-// 
-// Class for handling the data structure in a DATE file
-// 
-// Authors: Roland Bramm
-//          Stefan Kniege, IKF, Frankfurt
-//       
-//
+////
+//// AliTPCMonitorDateFile class
+//// 
+//// Class for handling the data structure in a DATE file
+//// 
+//// Authors: Roland Bramm
+////          Stefan Kniege, IKF, Frankfurt
+////       
+////
 /////////////////////////////////////////////////////////////////////////
 
 
@@ -26,7 +26,7 @@
 using namespace std;
 
 class AliTPCMonitorDateFile : public TNamed {
-       public:
+       public: 
        AliTPCMonitorDateFile();
        AliTPCMonitorDateFile(const  AliTPCMonitorDateFile &datefile);
        AliTPCMonitorDateFile& operator= (const AliTPCMonitorDateFile& datefile);
@@ -35,13 +35,13 @@ class AliTPCMonitorDateFile : public TNamed {
        void    AllocateArray(int size);
        void    CloseDateFile();
        
-       Int_t   GetAllocatedSizeofArray();
-       Int_t   GetFileSize(); 
-       Int_t   GetFilePosition();
+       Int_t   GetAllocatedSizeofArray() const;
+       Int_t   GetFileSize() const
+       Int_t   GetFilePosition() const;
        Char_t* GetMemoryPointer();
        
-       Bool_t  IsLastEvent();
-       Bool_t  IsEventValid();
+       Bool_t  IsLastEvent() const;
+       Bool_t  IsEventValid() const;
        
        Bool_t  IsDateFileOpen();
        void    OpenDateFile(string name);