We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef7477 commit c6f3853Copy full SHA for c6f3853
PWGHF/Core/HfMlResponseDstarToD0Pi.h
@@ -164,7 +164,7 @@ class HfMlResponseDstarToD0Pi : public HfMlResponse<TypeOutputScore>
164
/// \param prongSoftPi is the candidate's prongSoftPi
165
/// \return inputFeatures vector
166
template <typename T1>
167
- std::vector<float> getInputFeatures(T1 const& candidate, bool swapDzeroDaus=true)
+ std::vector<float> getInputFeatures(T1 const& candidate, bool swapDzeroDaus = true)
168
{
169
std::vector<float> inputFeatures;
170
0 commit comments