From a113a739f99a7ae8dacbd3ff364f0e9144f30756 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Fri, 14 Jun 2024 15:08:05 -0500 Subject: [PATCH] JCF: update names as described in DUNE-DAQ/daq-release#376 and detailed in https://docs.google.com/spreadsheets/d/1k3ScIDQJTLHPjsMgsIPm8tGYSZa6HEm5f1xvsl8M5vU/edit?gid=0#gid=0 --- apps/process_tpstream.cxx | 2 +- apps/tapipe.cxx | 4 ++-- docs/process-tpstream.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/process_tpstream.cxx b/apps/process_tpstream.cxx index 0e502db..b20bcf3 100644 --- a/apps/process_tpstream.cxx +++ b/apps/process_tpstream.cxx @@ -142,7 +142,7 @@ int main(int argc, char const *argv[]) app.add_option("-o", output_file_path, "Output TPStream file path")->required(); std::string channel_map_name = "VDColdboxChannelMap"; app.add_option("-m", channel_map_name, "Detector Channel Map"); - std::string plugin_name = "TriggerActivityMakerHorizontalMuonPlugin"; + std::string plugin_name = "TAMakerHorizontalMuonAlgorithm"; app.add_option("-p", plugin_name, "Trigger Activity plugin name."); std::string config_name; app.add_option("-j", config_name, "Trigger Activity config JSON to use."); diff --git a/apps/tapipe.cxx b/apps/tapipe.cxx index 9e65b7e..03c1d85 100644 --- a/apps/tapipe.cxx +++ b/apps/tapipe.cxx @@ -17,7 +17,7 @@ #include "hdf5libs/HDF5RawDataFile.hpp" #include "trgdataformats/TriggerPrimitive.hpp" -#include "triggeralgs/HorizontalMuon/TriggerActivityMakerHorizontalMuon.hpp" +#include "triggeralgs/HorizontalMuon/TAMakerHorizontalMuonAlgorithm.hpp" #include "triggeralgs/TriggerObjectOverlay.hpp" using namespace dunedaq; @@ -219,7 +219,7 @@ main(int argc, char* argv[]) // Finally create a TA maker // Waiting for A.Oranday's factory! - triggeralgs::TriggerActivityMakerHorizontalMuon hmta; + triggeralgs::TAMakerHorizontalMuonAlgorithm hmta; // Create output buffer std::vector ta_buffer; diff --git a/docs/process-tpstream.md b/docs/process-tpstream.md index d45490a..5f2c420 100644 --- a/docs/process-tpstream.md +++ b/docs/process-tpstream.md @@ -8,7 +8,7 @@ trgtools_process_tpstream -i input_file.hdf5 -o output_file.hdf5 -j ta_config.js trgtools_process_tpstream -i input_file.hdf5 -o output_file.hdf5 ``` In the second case, the defaults will be -* `-p`: `TriggerActivityMakerHorizontalMuonPlugin` +* `-p`: `TAMakerHorizontalMuonAlgorithm` * `-m`: `VDColdboxChannelMap` * `-j`: `{ "trigger_on_adc": false,