]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- add the histogram component to the agent and the build system
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Aug 2009 12:27:42 +0000 (12:27 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Aug 2009 12:27:42 +0000 (12:27 +0000)
HLT/AliHLTTRDLinkDef.h
HLT/TRD/AliHLTTRDAgent.cxx
HLT/libAliHLTTRD.pkg

index 0705b3977cc9b525ed337aeaedfa11424be9ae8d..e797283304d5428c59bf38418f17f550dd1967d5 100644 (file)
@@ -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
 
index 1d554d94dae9e697983f4425a30fa2dad296693b..66241e5af71cf488c0d6114537a329571216fccd 100644 (file)
@@ -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)
index 73512977b3c7a55e219410edff0613f16886d60a..bd16b1b4366459b5bd1c3e80ae878f51be222a00 100644 (file)
@@ -15,7 +15,8 @@ CLASS_HDRS:= \
        AliHLTTRDTracklet.h \
        AliHLTTRDTrack.h \
        AliHLTTRDAgent.h \
-       AliHLTTRDUtils.h
+       AliHLTTRDUtils.h \
+       AliHLTTRDClusterHistoComponent.h
 
 # library sources
 MODULE_SRCS= \