Skip to content
Snippets Groups Projects
  • Stephen A. Wood's avatar
    297b52cc
    Option to delay analysis of end triggered scaler events to end of run. · 297b52cc
    Stephen A. Wood authored
      In the end method of the Hall C rocs, the scalers are read for a final
      time and a user event 129 is created with the scaler counts.
      These events do not always appear at the end of the coda file, leading to
      the risk that triggered scaler reads will appear after the event 129s.
    
      If the event type of these final scaler reads is passed to the scaler
      object with the SetDelayedType(int evtype) method, then the scaler analyis
      will cache these events and analyze them at the end of the analysis.
    297b52cc
    History
    Option to delay analysis of end triggered scaler events to end of run.
    Stephen A. Wood authored
      In the end method of the Hall C rocs, the scalers are read for a final
      time and a user event 129 is created with the scaler counts.
      These events do not always appear at the end of the coda file, leading to
      the risk that triggered scaler reads will appear after the event 129s.
    
      If the event type of these final scaler reads is passed to the scaler
      object with the SetDelayedType(int evtype) method, then the scaler analyis
      will cache these events and analyze them at the end of the analysis.