Skip to content

Commit

Permalink
Docstring comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dudarboh committed Nov 4, 2021
1 parent 3d98701 commit f8c9059
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions TimeOfFlight/include/TOFEstimators.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ Marlin processor that calculates harmonic mean momentum, track length and time-o
class TOFEstimators : public marlin::Processor {
public:
/**
Copy constructor .
Copy constructor.
We remove it to avoid W-effc++ warnings.
Copying objects with pointer members is a bad idea.
*/
TOFEstimators(const TOFEstimators&) = delete;

/**
Copy assignment operator.
We remove it to avoid W-effc++ warnings.
Copying objects with pointer members is a bad idea.
*/
TOFEstimators& operator=(const TOFEstimators&) = delete;

Expand Down

0 comments on commit f8c9059

Please sign in to comment.