Skip to content

Commit

Permalink
Remove leftover docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Sep 5, 2024
1 parent b1ed967 commit d5e81eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/src/MarlinMCRecoLinkChecker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ class MarlinMCRecoLinkChecker : public marlin::Processor {

marlin::Processor* newProcessor() override { return new MarlinMCRecoLinkChecker; }

/** process the event - In this case simply link MCparticle[i] with
* ReconstructedParticle[i]
*/
void processEvent(LCEvent* evt) override;

private:
Expand Down

0 comments on commit d5e81eb

Please sign in to comment.