]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliStats.h
AliFstream is moved to RAW package in order to avoid dependencies
[u/mrichter/AliRoot.git] / RAW / AliStats.h
index ff2953ea84f7fed39431062024cd60d9d480b390..4ba975e8a812ffc30df8d35aa7f37c9836b7c76f 100644 (file)
@@ -26,7 +26,6 @@
 
 
 // Forward class declarations
-class AliRawDB;
 class TH1F;
 
 
@@ -46,7 +45,6 @@ public:
    void SetFileSize(Double_t size) { fFileSize = size; }
    void SetCompressionFactor(Float_t comp) { fCompFactor = comp; }
    void Fill(Float_t time);
-   void WriteToDB(AliRawDB *rawdb);
 
    Int_t       GetEvents() const { return fEvents; }
    Int_t       GetFirstRun() const { return fFirstRun; }