Skip to content

Commit f2d385b

Browse files
author
Marcello Di Costanzo
committed
Modify passing of vectors
1 parent 487855c commit f2d385b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Common/TableProducer/qVectorsTable.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,9 @@ struct qVectorsTable {
422422
/// \param normType is the type of normalization to apply to the q-vectors
423423
void normalizeQVec(std::vector<float>& qVecReNorm,
424424
std::vector<float>& qVecImNorm,
425-
std::vector<float> qVecReRaw,
426-
std::vector<float> qVecImRaw,
427-
std::vector<float> qVecAmp,
425+
std::vector<float> const& qVecReRaw,
426+
std::vector<float> const& qVecImRaw,
427+
std::vector<float> const& qVecAmp,
428428
MultNorms normType)
429429
{
430430
for (std::size_t i = 0; i < kNDetectors; i++) {

0 commit comments

Comments
 (0)