Skip to content
Snippets Groups Projects
Commit 4f3e3930 authored by Shaun Roe's avatar Shaun Roe Committed by Frank Winklmeier
Browse files

main-cppcheck-EventSelectionAlgorithms

main-cppcheck-EventSelectionAlgorithms
parent 4f2027e3
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 10 deletions
......@@ -49,7 +49,7 @@ namespace CP {
"P4 kinematics"};
/// \brief the operator version of the comparison (>, <, etc)
SignEnum::ComparisonOperator m_signEnum;
SignEnum::ComparisonOperator m_signEnum{};
/// \brief the systematics
CP::SysListHandle m_systematicsList {this};
......
......@@ -57,7 +57,7 @@ namespace CP {
};
/// \brief the operator version of the comparison (>, <, etc)
SignEnum::ComparisonOperator m_signEnum;
SignEnum::ComparisonOperator m_signEnum{};
/// \brief the systematics list
CP::SysListHandle m_systematicsList {this};
......
......@@ -45,7 +45,7 @@ namespace CP {
Gaudi::Property<std::string> m_sign {this, "sign", "SetMe", "comparison sign to use"};
/// \brief the operator version of the comparison (>, <, etc)
SignEnum::ComparisonOperator m_signEnum;
SignEnum::ComparisonOperator m_signEnum{};
/// \brief use dressed kinematics
Gaudi::Property<bool> m_useDressedProperties{this, "useDressedProperties", false,
......
......@@ -44,7 +44,7 @@ namespace CP {
Gaudi::Property<std::string> m_sign {this, "sign", "SetMe", "comparison sign to use"};
/// \brief the operator version of the comparison (>, <, etc)
SignEnum::ComparisonOperator m_signEnum;
SignEnum::ComparisonOperator m_signEnum{};
/// \brief the systematics
CP::SysListHandle m_systematicsList {this};
......
......@@ -48,7 +48,7 @@ namespace CP {
Gaudi::Property<std::string> m_sign {this, "sign", "SetMe", "comparison sign to use"};
/// \brief the operator version of the comparison (>, <, etc)
SignEnum::ComparisonOperator m_signEnum;
SignEnum::ComparisonOperator m_signEnum{};
/// \brief whether to veto events instead of selecting them
Gaudi::Property<bool> m_veto {this, "vetoMode", false, "switch to veto-mode"};
......
......@@ -48,7 +48,7 @@ namespace CP {
Gaudi::Property<int> m_count {this, "count", 0, "count value"};
/// \brief the operator version of the comparison (>, <, etc)
SignEnum::ComparisonOperator m_signEnum;
SignEnum::ComparisonOperator m_signEnum{};
/// \brief the systematics list
CP::SysListHandle m_systematicsList {this};
......
......@@ -53,7 +53,7 @@ namespace CP {
"P4 kinematics"};
/// \brief the operator version of the comparison (>, <, etc)
SignEnum::ComparisonOperator m_signEnum;
SignEnum::ComparisonOperator m_signEnum{};
/// \brief the systematics list
CP::SysListHandle m_systematicsList {this};
......
......@@ -45,7 +45,7 @@
Gaudi::Property<std::string> m_sign {this, "sign", "SetMe", "comparison sign to use"};
/// \brief the operator version of the comparison (>, <, etc)
SignEnum::ComparisonOperator m_signEnum;
SignEnum::ComparisonOperator m_signEnum{};
/// \brief the systematics
CP::SysListHandle m_systematicsList {this};
......
......@@ -53,7 +53,7 @@ namespace CP {
"P4 kinematics"};
/// \brief the operator version of the comparison (>, <, etc)
SignEnum::ComparisonOperator m_signEnum;
SignEnum::ComparisonOperator m_signEnum{};
/// \brief the systematics list
CP::SysListHandle m_systematicsList {this};
......
......@@ -45,7 +45,7 @@ namespace CP {
Gaudi::Property<std::string> m_sign {this, "sign", "SetMe", "comparison sign to use"};
/// \brief the operator version of the comparison (>, <, etc)
SignEnum::ComparisonOperator m_signEnum;
SignEnum::ComparisonOperator m_signEnum{};
/// \brief use dressed kinematics
Gaudi::Property<bool> m_useDressedProperties{this, "useDressedProperties", false,
......
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