]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSPDscan.cxx
Bug fix (AliITSOnlineSPDscanSingle.cxx) and improvement (AliITSOnlineSPDscan.cxx)
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSPDscan.cxx
index 4cd0d7498c02c6c2a24c6fa7ae01c0b6d8232624..da191f0eb6928a51a173e800ddd4d70d0f6e1bb0 100644 (file)
@@ -411,6 +411,7 @@ void AliITSOnlineSPDscan::SetRouterNr(UInt_t val) {
 }
 void AliITSOnlineSPDscan::SetTriggers(UInt_t nsi, UInt_t val) {
   // set nr of triggers
+  SwitchToStep(nsi);
   fScanInfo->SetTriggers(nsi,val);
   fInfoModified=kTRUE;
 }
@@ -446,6 +447,7 @@ void AliITSOnlineSPDscan::SetDacStep(UInt_t val){
 }
 void AliITSOnlineSPDscan::IncrementTriggers(UInt_t nsi) {
   // increment nr of triggers
+  SwitchToStep(nsi);
   fScanInfo->IncrementTriggers(nsi); 
   fInfoModified=kTRUE;
 }