]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCAgent.cxx
added cutoff parameter in z direction to ignore clusters of large z (Gaute)
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCAgent.cxx
index c789bdaf939bf9e82638386a7a8cd7deb73a43a9..731bbe1d3c6886b331b71542048ea10d25a89563 100644 (file)
@@ -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;
 }