X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCMonitorDateFile.h;h=d820b18457120357ccc3b8340e59e83683c497a5;hb=277d44fdffdc08ce30eae7e3010b4f40bef4bde3;hp=0ab1355c8ca16a71d8520d7ce2e5ac1052dfe96e;hpb=ca7b83710f8744c6c9af3abe7507c847dc4e99bc;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCMonitorDateFile.h b/TPC/AliTPCMonitorDateFile.h index 0ab1355c8ca..d820b184571 100755 --- a/TPC/AliTPCMonitorDateFile.h +++ b/TPC/AliTPCMonitorDateFile.h @@ -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);