Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Last virtual checkup
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarElen committed Sep 14, 2023
1 parent ecc0a4a commit 8171b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Hcal/HcalClusterProducer.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ class HcalClusterProducer : public framework::Producer {
*
* @param parameters Set of parameters used to configure this processor.
*/
void configure(framework::config::Parameters& parameters) final override;
void configure(framework::config::Parameters& parameters) override;

virtual void produce(framework::Event& event);
void produce(framework::Event& event) override;

private:
bool verbose_{false};
Expand Down

0 comments on commit 8171b1a

Please sign in to comment.