Skip to content
Snippets Groups Projects
Commit 87c937b4 authored by Mark Jones's avatar Mark Jones Committed by Mark K Jones
Browse files

Update replay_production_coin.C

parent 875ae216
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ void replay_production_coin (Int_t RunNumber = 0, Int_t MaxEvent = 0) { ...@@ -87,6 +87,7 @@ void replay_production_coin (Int_t RunNumber = 0, Int_t MaxEvent = 0) {
// Add event handler for scaler events // Add event handler for scaler events
THcScalerEvtHandler* pscaler = new THcScalerEvtHandler("P", "Hall C scaler event type 1"); THcScalerEvtHandler* pscaler = new THcScalerEvtHandler("P", "Hall C scaler event type 1");
pscaler->AddEvtType(1); pscaler->AddEvtType(1);
pscaler->AddEvtType(4);
pscaler->AddEvtType(129); pscaler->AddEvtType(129);
pscaler->SetDelayedType(129); pscaler->SetDelayedType(129);
pscaler->SetUseFirstEvent(kTRUE); pscaler->SetUseFirstEvent(kTRUE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment