]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/rec/AliHLTOUTRawReader.cxx
prohibiting copy constructor and assignment operator of helper class
[u/mrichter/AliRoot.git] / HLT / rec / AliHLTOUTRawReader.cxx
index e63b0e8383dc8f899346246f24d5c961cdfbd0ae..9a6f012e516d9123d1380c4bc6f5fd94475e3e7f 100644 (file)
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTOUTRawReader)
 
+AliHLTOUTRawReader::AliHLTOUTRawReader()
+  :
+  AliHLTOUTHomerCollection(),
+  fpRawreader(NULL)
+{
+  // see header file for class documentation
+  // or
+  // refer to README to build package
+  // or
+  // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
+}
+
 AliHLTOUTRawReader::AliHLTOUTRawReader(AliRawReader* pRawreader, int event, AliHLTEsdManager* pEsdManager)
   :
   AliHLTOUTHomerCollection(event, pEsdManager),