X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliTriggerDetector.cxx;h=ab7f2cc611ba6d335a6448f686b11ddddf58f93b;hb=c973e857bf38543c4c517c6cf58f9f7f9c60bb7e;hp=9bd01f4f6a5ffdcf5c8a78a77abbbda52c3857b7;hpb=51f6d61973bbef5a0be8d2c6d25254022fd5a09d;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliTriggerDetector.cxx b/STEER/AliTriggerDetector.cxx index 9bd01f4f6a5..ab7f2cc611b 100644 --- a/STEER/AliTriggerDetector.cxx +++ b/STEER/AliTriggerDetector.cxx @@ -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; jGetSignature() == -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();