]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Included component handler for Electro/jet monitoring. TriggerFastJet disabled by...
authorfronchet <fronchet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Aug 2011 13:52:08 +0000 (13:52 +0000)
committerfronchet <fronchet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Aug 2011 13:52:08 +0000 (13:52 +0000)
HLT/trigger/AliHLTTriggerAgent.cxx

index acd20b6e8f043538afddc0bca08360b17f22f8a3..1d7f9e73dba8e6a4bfeba0ebcf3864a609ec9239 100644 (file)
@@ -51,6 +51,9 @@
 #include "AliHLTTriggerCosmics.h"
 #include "AliHLTTriggerCounterComponent.h"
 #include "AliHLTTriggerEmcalElectron.h"
+#include "AliHLTTriggerFastJet.h"
+#include "AliHLTFastJetMonitorComponent.h"
+#include "AliHLTEmcalElectronMonitorComponent.h"
 
 /** global instance for agent registration */
 AliHLTTriggerAgent gAliHLTTriggerAgent;
@@ -94,6 +97,9 @@ int AliHLTTriggerAgent::RegisterComponents(AliHLTComponentHandler* pHandler) con
   pHandler->AddComponent(new AliHLTTriggerCosmics);
   pHandler->AddComponent(new AliHLTTriggerCounterComponent);
   pHandler->AddComponent(new AliHLTTriggerEmcalElectron);
+  //pHandler->AddComponent(new AliHLTTriggerFastJet);
+  pHandler->AddComponent(new AliHLTFastJetMonitorComponent);
+  pHandler->AddComponent(new AliHLTEmcalElectronMonitorComponent);
  return 0;
 }