X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FTPCLib%2FAliHLTTPCAgent.cxx;h=731bbe1d3c6886b331b71542048ea10d25a89563;hb=887a0bd90d64d1aa465845d3816eb6dea1064508;hp=c789bdaf939bf9e82638386a7a8cd7deb73a43a9;hpb=73449074a2308282fc3c958fa7ab428e35dc8d11;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/TPCLib/AliHLTTPCAgent.cxx b/HLT/TPCLib/AliHLTTPCAgent.cxx index c789bdaf939..731bbe1d3c6 100644 --- a/HLT/TPCLib/AliHLTTPCAgent.cxx +++ b/HLT/TPCLib/AliHLTTPCAgent.cxx @@ -58,6 +58,10 @@ AliHLTTPCAgent gAliHLTTPCAgent; #include "AliHLTTPCOfflineTrackerComponent.h" #include "AliHLTTPCOfflineCalibrationComponent.h" #include "AliHLTTPCClusterHistoComponent.h" +#include "AliHLTTPCNoiseMapComponent.h" +#include "AliHLTTPCHistogramHandlerComponent.h" +#include "AliHLTTPCCalibTracksComponent.h" + /** ROOT macro for the implementation of ROOT specific class methods */ ClassImp(AliHLTTPCAgent) @@ -215,7 +219,10 @@ int AliHLTTPCAgent::RegisterComponents(AliHLTComponentHandler* pHandler) const pHandler->AddComponent(new AliHLTTPCOfflineTrackerComponent); pHandler->AddComponent(new AliHLTTPCOfflineCalibrationComponent); pHandler->AddComponent(new AliHLTTPCClusterHistoComponent); - + pHandler->AddComponent(new AliHLTTPCNoiseMapComponent); + pHandler->AddComponent(new AliHLTTPCHistogramHandlerComponent); + pHandler->AddComponent(new AliHLTTPCCalibTracksComponent); + return 0; }