Skip to content
Snippets Groups Projects
Commit 8b07f1df authored by Jan de Cuveland's avatar Jan de Cuveland Committed by Florian Uhlig
Browse files

Apply suggestion.

parent cff1b371
No related branches found
No related tags found
1 merge request!1263Generalize DigiEventSelector. Refs #2918
...@@ -38,7 +38,7 @@ namespace cbm::algo::evbuild ...@@ -38,7 +38,7 @@ namespace cbm::algo::evbuild
public: public:
/** @brief Constructor with parameters **/ /** @brief Constructor with parameters **/
DigiEventSelector(DigiEventSelectorParams params) { fParams = params; } DigiEventSelector(DigiEventSelectorParams params) : fParams(params) {}
/** @brief Test one event for the selection criteria /** @brief Test one event for the selection criteria
** @param event DigiEvent ** @param event DigiEvent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment