diff --git a/include/defaults.hxx b/include/defaults.hxx index 9989a51b..63a2541b 100644 --- a/include/defaults.hxx +++ b/include/defaults.hxx @@ -11,8 +11,7 @@ const int default_pdgid = -999; const float default_float = -10.0; const UChar_t default_uchar = -10; const bool default_bool = false; -const auto default_lorentzvector = ROOT::Math::PtEtaPhiMVector( - default_float, default_float, default_float, default_float); +const auto default_lorentzvector = ROOT::Math::PtEtaPhiMVector(0.,0.,0.,0.); template const T default_value() { if (std::is_same::value) {