]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawRootdDB.cxx
Added data member fGainFactor
[u/mrichter/AliRoot.git] / RAW / AliRawRootdDB.cxx
index 7828aeca2f3f0632a8d539eb47fd0d9b4ba99627..ec1ba140cba77b6ce5679ce9a895b0f5d1dc2bc0 100644 (file)
@@ -87,7 +87,7 @@ const char *AliRawRootdDB::GetFileName() const
 }
 
 //______________________________________________________________________________
-Int_t AliRawRootdDB::Close()
+Long64_t AliRawRootdDB::Close()
 {
    // Close raw rootd DB.
 
@@ -108,7 +108,7 @@ Int_t AliRawRootdDB::Close()
    // Close DB, this also deletes the fTree
    fRawDB->Close();
 
-   Int_t filesize = fRawDB->GetEND();
+   Long64_t filesize = fRawDB->GetEND();
 
 #if 0
    // can use services of TFTP