]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTOfflineInterface.cxx
- extended high-level component interface: header buffer before TObjects,
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTOfflineInterface.cxx
index da07963d855eba77289a8b2cfe5fdb8ed90cbb42..6f7632bfc5a8aa27e802f8968da65e9da0b7f16a 100644 (file)
@@ -32,7 +32,8 @@ AliHLTOfflineInterface::AliHLTOfflineInterface()
   :
   fpRunLoader(NULL),
   fpRawReader(NULL),
-  fpESD(NULL)
+  fpESD(NULL),
+  fpNext(NULL)
 {
   // see header file for class documentation
   // or
@@ -51,7 +52,8 @@ AliHLTOfflineInterface::AliHLTOfflineInterface(AliRunLoader* pRunLoader, AliRawR
   :
   fpRunLoader(pRunLoader),
   fpRawReader(pRawReader),
-  fpESD(NULL)
+  fpESD(NULL),
+  fpNext(NULL)
 {
 }
 
@@ -60,7 +62,8 @@ AliHLTOfflineInterface::AliHLTOfflineInterface(const AliHLTOfflineInterface&)
   TObject(),
   fpRunLoader(NULL),
   fpRawReader(NULL),
-  fpESD(NULL)
+  fpESD(NULL),
+  fpNext(NULL)
 {
   // see header file for class documentation
   //HLTFatal("copy constructor untested");