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 e6a63ef commit 1924a17Copy full SHA for 1924a17
PWGHF/D2H/Tasks/taskCharmPolarisation.cxx
@@ -1494,8 +1494,8 @@ struct HfTaskCharmPolarisation {
1494
1495
/// Get the Q vector
1496
/// \param collision is the collision with the Q vector information
1497
- template <typename CollsWithQvecs>
1498
- std::vector<float> getQvec(CollsWithQvecs const& collision)
+ template <typename CollsWithQVecs>
+ std::vector<float> getQVec(CollsWithQVecs const& collision)
1499
{
1500
float xQVec = -999.;
1501
float yQVec = -999.;
0 commit comments