]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTriggerDetector.cxx
turned off HLTError into Debug
[u/mrichter/AliRoot.git] / STEER / AliTriggerDetector.cxx
index d9e255f6c0d8aef4a3c712b96e2bf0816ab2dcea..c43be38511342061bb4b2a72ead2e9faf8b08808 100644 (file)
@@ -35,6 +35,7 @@
 #include "AliLog.h"
 #include "AliRun.h"
 #include "AliRunLoader.h"
+#include "AliLoader.h"
 
 #include "AliTriggerInput.h"
 #include "AliTriggerDetector.h"
@@ -78,11 +79,17 @@ AliTriggerDetector::~AliTriggerDetector()
 }
 
 //_____________________________________________________________________________
-void AliTriggerDetector::CreateInputs(const TObjArray &inputs)
+void AliTriggerDetector::AssignInputs(const TObjArray &inputs)
 {
-   // Define the inputs to the Central Trigger Processor
-   // This is a dummy version 
-   
+  // Cross-check the trigger inputs provided by the detector trigger
+  // processor (TP) and the inputs defined in CTP
+  // a) If the input is defined in the TP, but not in CTP it
+  // will be generated but not used by CTP. It will be possibly stored
+  // in the detector raw data if the hardware allows this.
+  // b) If hte input is not defined in the TP, but is defined in CTP
+  // then a warning is issued and the CTP simulation is working
+  // with this input disabled.
    // Check if we have to create the inputs first
    if( fInputs.GetEntriesFast() == 0 ) {
      // Create the inputs that the detector can provide