Skip to content

Commit e956708

Browse files
committed
Use Coll instead CollsWithQVec
1 parent e74de17 commit e956708

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
@@ -1474,8 +1474,8 @@ struct HfTaskCharmPolarisation {
14741474

14751475
/// Get the Q vector
14761476
/// \param collision is the collision with the Q vector information
1477-
template <typename CollsWithQVecs>
1478-
std::vector<float> getQVec(CollsWithQVecs const& collision)
1477+
template <typename Coll>
1478+
std::vector<float> getQVec(Coll const& collision)
14791479
{
14801480
float xQVec = -999.;
14811481
float yQVec = -999.;

0 commit comments

Comments
 (0)