]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTMisc.cxx
adding support for the new AliESDHLTDecision class which will allow to store
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTMisc.cxx
index 07d3d5efbbd72349a9cbb29b6b9db3b6b200387b..5a9b6ff4b2b7717d7ed94b0de167ad5f35d60e92 100644 (file)
@@ -142,6 +142,18 @@ void AliHLTMisc::GetBxByBz(const Double_t r[3], Double_t b[3])
   return;
 }
 
+const TClass* AliHLTMisc::IsAliESDHLTDecision() const
+{
+  // default method, functionality is implemented in the child class
+  return NULL;
+}
+
+int AliHLTMisc::Copy(const AliHLTGlobalTriggerDecision* /*pDecision*/, TObject* /*pESDHLTDecision*/) const
+{
+  // default method, functionality is implemented in the child class
+  return -EFAULT;
+}
+
 ostream  &operator<<(ostream &out, const AliHLTComponentDataType &dt)
 {
   // printout of AliHLTComponentDataType struct