Skip to content

Commit

Permalink
Trimming undefined functions
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com>
  • Loading branch information
horohoo and tomeichlersmith authored Oct 10, 2023
1 parent 84c892a commit a11fecd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions DQM/include/DQM/SampleValidation.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ namespace dqm {
virtual void configure(framework::config::Parameters& ps);

virtual void analyze(const framework::Event& event);

virtual void onFileOpen(framework::EventFile&);

virtual void onFileClose(framework::EventFile&);

virtual void onProcessStart();

virtual void onProcessEnd();

private:

};
Expand Down

0 comments on commit a11fecd

Please sign in to comment.