]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDETrigger.cxx
1 object for all runs
[u/mrichter/AliRoot.git] / ACORDE / AliACORDETrigger.cxx
index 0bd7d31d7f5d5e46c86a4a181c81e46f646c40b0..1500937dbc9ea9ecbf0a78fc795b19cac8482e48 100644 (file)
@@ -43,10 +43,10 @@ void AliACORDETrigger::CreateInputs()
 
   // two acorde triggers, single muon and multicoincidence
   fInputs.AddLast( new 
-                  AliTriggerInput( "ACORDE_SINGLE", 
+                  AliTriggerInput( "0ASL", 
                                    "ACORDE", 0 ) );
   fInputs.AddLast( new 
-                  AliTriggerInput( "ACORDE_MULTI",
+                  AliTriggerInput( "0AMU",
                                    "ACORDE", 0 ) );
 }
 
@@ -123,7 +123,7 @@ void AliACORDETrigger::Trigger()
        << " fMultiMuon " << fMultiMuon << endl;
   // 5.- Set the relevant trigger
   fSingleMuon = MinTimeModule;
-  SetInput( "ACORDE_SINGLE" );
-  if (fMultiMuon>=MultiMin) SetInput( "ACORDE_MULTI" );
+  SetInput( "0ASL" );
+  if (fMultiMuon>=MultiMin) SetInput( "0AMU" );
   return;
 }