]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/TPCData.h
Merge from EVE-dev.
[u/mrichter/AliRoot.git] / EVE / Alieve / TPCData.h
index d187f60ea3025b6782c64190e4afbe3476be1e1b..719ad306f1ae3e609959ce192a3385be7fd7b55e 100644 (file)
@@ -50,8 +50,7 @@ public:
   void   SetAutoPedestal(Bool_t ap)  { fAutoPedestal = ap; }
 
   void LoadDigits(TTree* tree, Bool_t spawnSectors=kTRUE);
-  void LoadRaw(AliTPCRawStream&    input, Bool_t spawnSectors=kTRUE);
-  void LoadRaw(AliTPCRawStreamOld& input, Bool_t spawnSectors=kTRUE, Bool_t warn=kFALSE);
+  void LoadRaw(AliTPCRawStream& input, Bool_t spawnSectors=kTRUE, Bool_t warn=kFALSE);
 
   ClassDef(TPCData, 1); // Manages TPC data for an event.
 }; // endclass TPCData