Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 28, 2024
1 parent 2dbfe10 commit 882d943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4Gen/src/components/GenEventFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class GenEventFilter : public Gaudi::Algorithm {
"particles", Gaudi::DataHandle::Reader, this};
/// Writes out filter statistics.
MetaDataHandle<std::vector<int>> m_evtFilterStats{
edm4hep::EventFilterStats, Gaudi::DataHandle::Writer};
edm4hep::labels::EventFilterStats, Gaudi::DataHandle::Writer};

/// Rule to filter the events with.
Gaudi::Property<std::string> m_filterRuleStr{
Expand Down

0 comments on commit 882d943

Please sign in to comment.