Skip to content
Snippets Groups Projects
Commit 58c53a78 authored by Chao Peng's avatar Chao Peng
Browse files

Follow up: fix a typo

parent 53cf946d
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ int replay_hms(
// helicity scaler
auto helscaler = new THcHelicityScaler("H", "Hall C helicity scalers");
hscaler->SetROC(5);
helscaler->SetROC(5);
gHaEvtHandlers->Add(helscaler);
// Add event handler for prestart event 125.
......
......@@ -200,7 +200,7 @@ int replay_shms(
// helicity scaler
auto helscaler = new THcHelicityScaler("P", "Hall C helicity scalers");
hscaler->SetROC(8);
helscaler->SetROC(8);
gHaEvtHandlers->Add(helscaler);
// Add event handler for prestart event 125.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment