From: kkanaki Date: Wed, 19 Aug 2009 12:27:42 +0000 (+0000) Subject: - add the histogram component to the agent and the build system X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=ef29c6da0320b68fcdee4969d267da918edb429c;p=u%2Fmrichter%2FAliRoot.git - add the histogram component to the agent and the build system --- diff --git a/HLT/AliHLTTRDLinkDef.h b/HLT/AliHLTTRDLinkDef.h index 0705b3977cc..e797283304d 100644 --- a/HLT/AliHLTTRDLinkDef.h +++ b/HLT/AliHLTTRDLinkDef.h @@ -11,5 +11,6 @@ #pragma link C++ class AliHLTTRDEsdWriterComponent; #pragma link C++ class AliHLTTRDCalibrationComponent; #pragma link C++ class AliHLTTRDUtils; +#pragme link C++ class AliHLTTRDClusterHistoComponent; #endif diff --git a/HLT/TRD/AliHLTTRDAgent.cxx b/HLT/TRD/AliHLTTRDAgent.cxx index 1d554d94dae..66241e5af71 100644 --- a/HLT/TRD/AliHLTTRDAgent.cxx +++ b/HLT/TRD/AliHLTTRDAgent.cxx @@ -36,7 +36,7 @@ AliHLTTRDAgent gAliHLTTRDAgent; #include "AliHLTTRDTrackerV1Component.h" #include "AliHLTTRDCalibrationComponent.h" #include "AliHLTTRDEsdWriterComponent.h" - +#include "AliHLTTRDClusterHistoComponent.h" /** ROOT macro for the implementation of ROOT specific class methods */ ClassImp(AliHLTTRDAgent) diff --git a/HLT/libAliHLTTRD.pkg b/HLT/libAliHLTTRD.pkg index 73512977b3c..bd16b1b4366 100644 --- a/HLT/libAliHLTTRD.pkg +++ b/HLT/libAliHLTTRD.pkg @@ -15,7 +15,8 @@ CLASS_HDRS:= \ AliHLTTRDTracklet.h \ AliHLTTRDTrack.h \ AliHLTTRDAgent.h \ - AliHLTTRDUtils.h + AliHLTTRDUtils.h \ + AliHLTTRDClusterHistoComponent.h # library sources MODULE_SRCS= \