Skip to content

Commit 1924a17

Browse files
Mingze129vkucera
andauthored
Update PWGHF/D2H/Tasks/taskCharmPolarisation.cxx
Co-authored-by: Vít Kučera <vit.kucera@cern.ch>
1 parent e6a63ef commit 1924a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,8 +1494,8 @@ struct HfTaskCharmPolarisation {
14941494

14951495
/// Get the Q vector
14961496
/// \param collision is the collision with the Q vector information
1497-
template <typename CollsWithQvecs>
1498-
std::vector<float> getQvec(CollsWithQvecs const& collision)
1497+
template <typename CollsWithQVecs>
1498+
std::vector<float> getQVec(CollsWithQVecs const& collision)
14991499
{
15001500
float xQVec = -999.;
15011501
float yQVec = -999.;

0 commit comments

Comments
 (0)