Skip to content

Commit

Permalink
Finishing port of dbscan tcmaker
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturSztuc committed Aug 30, 2024
1 parent 27ccc0a commit 22333e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/triggeralgs/dbscan/TCMakerDBSCANAlgorithm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TCMakerDBSCANAlgorithm : public TriggerCandidateMaker
{

public:
void operator()(const TriggerActivity& input_ta, std::vector<TriggerCandidate>& output_tc);
void process(const TriggerActivity& input_ta, std::vector<TriggerCandidate>& output_tc);
void configure(const nlohmann::json &config);

private:
Expand Down

0 comments on commit 22333e3

Please sign in to comment.