]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTriggerDetector.cxx
temporary workaround for circular dependency libSTEERbase <-> libRAWDatabase, see...
[u/mrichter/AliRoot.git] / STEER / AliTriggerDetector.cxx
index 9bd01f4f6a5ffdcf5c8a78a77abbbda52c3857b7..ab7f2cc611ba6d335a6448f686b11ddddf58f93b 100644 (file)
@@ -105,7 +105,7 @@ void AliTriggerDetector::CreateInputs(const TObjArray &inputs)
        delete availInputs->Remove(tempObj);
        fInputs.AddAt( inp, tempIndex );
        inp->Enable();
-       AliInfo(Form("Trigger input (%s) is found in the CTP configuration. Therefore it is enabled for trigger detector (%s)",
+       AliDebug(1,Form("Trigger input (%s) is found in the CTP configuration. Therefore it is enabled for trigger detector (%s)",
                    inp->GetInputName().Data(),name.Data()));
      }
      else {
@@ -117,10 +117,11 @@ void AliTriggerDetector::CreateInputs(const TObjArray &inputs)
    for( Int_t j=0; j<fInputs.GetEntriesFast(); j++ ) {
      AliTriggerInput *inp = (AliTriggerInput *)fInputs.At(j);
      if (inp->GetSignature() == -1 &&
-        inp->GetMask() == 0)
+        inp->GetMask() == 0) {
        inp->Enable();
-       AliInfo(Form("Trigger input (%s) was not found in the CTP configuration. Therefore it will be run in a stand-alone mode",
+       AliDebug(1,Form("Trigger input (%s) was not found in the CTP configuration. Therefore it will be run in a stand-alone mode",
                    inp->GetInputName().Data()));
+     }
    }
 
    fInputs.SetOwner(kFALSE);
@@ -148,7 +149,7 @@ void AliTriggerDetector::Trigger()
    AliWarning( Form( "Triggering dummy detector %s", GetName() ) );
 
    //  ********** Get Digits for the current event **********
-   AliRunLoader* runLoader = gAlice->GetRunLoader();
+   AliRunLoader* runLoader = AliRunLoader::GetRunLoader();
    AliInfo( Form( "Event %d", runLoader->GetEventNumber() ) );
    
    TString loadername = GetName();