]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawDB.cxx
Fixes in alimdc package in order to be able to compile the code without HLT
[u/mrichter/AliRoot.git] / RAW / AliRawDB.cxx
index 28a128e5adfc010c244c1c8badb9c3a1cc56cc20..1b991564cedb76b747c8fcaaf7dfcf36793a82ef 100644 (file)
@@ -56,7 +56,9 @@ AliRawDB::AliRawDB(AliRawEvent *event,
    // Create a new raw DB containing at most maxsize bytes.
 
    fEvent    = event;
+#ifdef USE_HLT
    fESD      = esd;
+#endif
    fMaxSize  = maxsize;
    fCompress = compress;
 
@@ -261,7 +263,9 @@ void AliRawDB::Close()
 
    // Write the tree.
    fTree->Write();
+#ifdef USE_HLT
    fESDTree->Write();
+#endif
 
    // Close DB, this also deletes the fTree
    fRawDB->Close();