]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/OfflineInterface/AliHLTMUONAgent.cxx
Fixing error codes so that components return negative codes according to HLT convention.
[u/mrichter/AliRoot.git] / HLT / MUON / OfflineInterface / AliHLTMUONAgent.cxx
index 341d388a95b61801cdd4fd0b9e114a00849857bf..29d9ea8e68ab04f376b254ae68708258eaa60c22 100644 (file)
@@ -31,6 +31,7 @@
 #include "AliHLTMUONMansoTrackerFSMComponent.h"
 #include "AliHLTMUONDecisionComponent.h"
 #include "AliHLTMUONEmptyEventFilterComponent.h"
+#include "AliHLTMUONDataCheckerComponent.h"
 #include "AliRunLoader.h"
 
 // The single global instance of the dimuon HLT agent.
@@ -121,6 +122,7 @@ int AliHLTMUONAgent::RegisterComponents(AliHLTComponentHandler* pHandler) const
        pHandler->AddComponent(new AliHLTMUONMansoTrackerFSMComponent);
        pHandler->AddComponent(new AliHLTMUONDecisionComponent);
        pHandler->AddComponent(new AliHLTMUONEmptyEventFilterComponent);
+       pHandler->AddComponent(new AliHLTMUONDataCheckerComponent);
        return 0;
 }