Skip to content

Commit 49beb77

Browse files
Ankur YadavAnkur Yadav
authored andcommitted
syntax error in VarManager.h
1 parent 1a2c437 commit 49beb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5489,7 +5489,7 @@ void VarManager::FillQVectorFromCentralFW(C const& collision, float* values)
54895489
values[kR2EP_FV0ATPCNEG] = TMath::Cos(2 * getDeltaPsiInRange(epFV0a, epBNegs, 2));
54905490

54915491
float S21C = values[kS11C] * values[kS11C];
5492-
complex<double> Q21C(values[kQ2X0C] * values[kS11C], values[kQ2Y0C] * values[kS11C]);
5492+
std::complex<double> Q21C(values[kQ2X0C] * values[kS11C], values[kQ2Y0C] * values[kS11C]);
54935493

54945494
// Fill necessary quantities for cumulant calculations with weighted Q-vectors
54955495
values[kM11REF] = S21C - values[kS12C];

0 commit comments

Comments
 (0)