]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDTriggerL0.cxx
- fixing bug in cluster analyser
[u/mrichter/AliRoot.git] / TRD / AliTRDTriggerL0.cxx
index 4c17b8665499e65f3b7ef6b46b3d9d50536e0d14..21587ee38ee62b91b7190b214e27f070e2b745aa 100644 (file)
@@ -30,8 +30,6 @@
 #include "AliLoader.h"
 
 #include "AliTRDTriggerL0.h"
-#include "AliTRDgtuSim.h"
-#include "AliTRDtrackGTU.h"
 
 AliTRDTriggerL0::AliTRDTriggerL0()
 {
@@ -48,7 +46,7 @@ void AliTRDTriggerL0::CreateInputs()
   if (fInputs.GetEntriesFast() > 0)
     return;
 
-  fInputs.AddLast(new AliTriggerInput("TRD_MB_L0", "TRD", 1)); // whatever should be there
+  fInputs.AddLast(new AliTriggerInput("0HMB", "TRD", 1)); // whatever should be there
 }
 
 void AliTRDTriggerL0::Trigger()