]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliDBPPRS.cxx
Adding information about 2012 pp data triggers (in histos and a new counter). (Chiara...
[u/mrichter/AliRoot.git] / PHOS / AliDBPPRS.cxx
index 0eceb554722491c83113a54045bddb906a2818f9..6cc2bfcfb0ef502470d09729ef540590ffce632f 100644 (file)
@@ -22,7 +22,6 @@
 //////////////////////////////////////////////////////////////////////////////
  
 #include <stdlib.h> 
-#include <iostream.h> 
  
 // --- ROOT system ---
 #include "TSQLServer.h" 
@@ -83,7 +82,7 @@ void AliDBPPRS::GetEntry(Option_t * opt)
     fEVENT = atoi(row->GetField(1)) ; 
     fWORKER = row->GetField(2) ; 
     fSTATUS = row->GetField(3) ; 
-    fDATE = TDatime::TDatime(row->GetField(4)) ; 
+    fDATE = TDatime(row->GetField(4)) ; 
     fSTORAGE = row->GetField(5) ; 
     fID = row->GetField(6) ; 
     fPOS = atoi(row->GetField(7)) ;