Skip to content

Commit

Permalink
Fix TracksterLinkingPassthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
tcuisset committed Jan 29, 2024
1 parent 794ca59 commit 0a1d080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoHGCal/TICL/plugins/TracksterLinkingPassthrough.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ namespace ticl {

class TracksterLinkingPassthrough : public TracksterLinkingAlgoBase {
public:
TracksterLinkingPassthrough(const edm::ParameterSet& conf, edm::ConsumesCollector iC)
: TracksterLinkingAlgoBase(conf, iC) {
TracksterLinkingPassthrough(const edm::ParameterSet& conf, edm::ConsumesCollector iC, cms::Ort::ONNXRuntime const* onnxRuntime = nullptr)
: TracksterLinkingAlgoBase(conf, iC, onnxRuntime) {

}

Expand Down

0 comments on commit 0a1d080

Please sign in to comment.