File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ class HfMlResponseDsToKKPi : public HfMlResponse<TypeOutputScore>
161161 // / \param caseDsToKKPi used to divide the case DsToKKPi from DsToPiKK
162162 // / \return inputFeatures vector
163163 template <typename T1>
164- std::vector<float > getInputFeatures (T1 const & candidate, bool const & caseDsToKKPi)
164+ std::vector<float > getInputFeatures (T1 const & candidate, bool const caseDsToKKPi)
165165 {
166166 std::vector<float > inputFeatures;
167167
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ class HfMlResponseLcToPKPi : public HfMlResponse<TypeOutputScore>
148148 // / \param prong2 is the candidate's prong2
149149 // / \return inputFeatures vector
150150 template <typename T1>
151- std::vector<float > getInputFeatures (T1 const & candidate, bool const & caseLcToPKPi)
151+ std::vector<float > getInputFeatures (T1 const & candidate, bool const caseLcToPKPi)
152152 {
153153 std::vector<float > inputFeatures;
154154
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ class HfMlResponseXicToPKPi : public HfMlResponse<TypeOutputScore>
143143 // / \param prong2 is the candidate's prong2
144144 // / \return inputFeatures vector
145145 template <typename T1>
146- std::vector<float > getInputFeatures (T1 const & candidate, bool const & caseXicToPKPi)
146+ std::vector<float > getInputFeatures (T1 const & candidate, bool const caseXicToPKPi)
147147 {
148148 std::vector<float > inputFeatures;
149149
You can’t perform that action at this time.
0 commit comments