Skip to content

Commit

Permalink
Merge pull request #58 from DUNE-DAQ/kbiery/addl_changes_for_better_t…
Browse files Browse the repository at this point in the history
…p_names

Changed kTPCDefault to kSimpleThreshold in test_factory.cxx
  • Loading branch information
bieryAtFnal authored Feb 22, 2024
2 parents 5abfdce + c81ae44 commit 3b72aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_factory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ BOOST_AUTO_TEST_CASE(test_macro_overview)
TriggerPrimitive some_tp;
for (int idx = 0; idx < 10; idx++) {
some_tp.type = TriggerPrimitive::Type::kTPC;
some_tp.algorithm = TriggerPrimitive::Algorithm::kTPCDefault;
some_tp.algorithm = TriggerPrimitive::Algorithm::kSimpleThreshold;
some_tp.time_start = idx;
some_tp.time_peak = 1+idx;
some_tp.time_over_threshold = 2;
Expand Down

0 comments on commit 3b72aed

Please sign in to comment.