From 87c937b4e45e45acfffd8b645e0aef35e86dbd32 Mon Sep 17 00:00:00 2001 From: Mark Jones <jones@jlab.org> Date: Thu, 7 Dec 2017 11:49:13 -0500 Subject: [PATCH] Update replay_production_coin.C --- SCRIPTS/COIN/PRODUCTION/replay_production_coin.C | 1 + 1 file changed, 1 insertion(+) diff --git a/SCRIPTS/COIN/PRODUCTION/replay_production_coin.C b/SCRIPTS/COIN/PRODUCTION/replay_production_coin.C index 5d89dbb6..4f1087d3 100644 --- a/SCRIPTS/COIN/PRODUCTION/replay_production_coin.C +++ b/SCRIPTS/COIN/PRODUCTION/replay_production_coin.C @@ -87,6 +87,7 @@ void replay_production_coin (Int_t RunNumber = 0, Int_t MaxEvent = 0) { // Add event handler for scaler events THcScalerEvtHandler* pscaler = new THcScalerEvtHandler("P", "Hall C scaler event type 1"); pscaler->AddEvtType(1); + pscaler->AddEvtType(4); pscaler->AddEvtType(129); pscaler->SetDelayedType(129); pscaler->SetUseFirstEvent(kTRUE); -- GitLab