]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTriggerConfiguration.cxx
Corrected method name semantics. Corrected TRD trigger input creation. Correct descri...
[u/mrichter/AliRoot.git] / STEER / AliTriggerConfiguration.cxx
index 6bf724ebe53cdd5d06c7cf47b30a1b8000b0f14a..f9eaf4a74019b6e479d453ecbff5099053f581e3 100755 (executable)
@@ -909,7 +909,7 @@ Bool_t AliTriggerConfiguration::CheckConfiguration( TString& configfile )
       if( IsSelected( det->GetName(), detStr ) ) {
          AliInfo( Form( "Creating inputs for %s", det->GetName() ) );
          AliTriggerDetector* dtrg = det->CreateTriggerDetector();
-         dtrg->CreateInputs(GetInputs());
+         dtrg->AssignInputs(GetInputs());
          TObjArray* detInp = dtrg->GetInputs();
          for( Int_t i=0; i<detInp->GetEntriesFast(); i++ ) {
             AliInfo( Form( "Adding input %s", ((AliTriggerInput*)detInp->At(i))->GetName() ) );