Skip to content

Commit 3c490a2

Browse files
Ankur YadavAnkur Yadav
authored andcommitted
syntax error in VarManager.h
1 parent 90aeb02 commit 3c490a2

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
@@ -5456,7 +5456,7 @@ void VarManager::FillQVectorFromCentralFW(C const& collision, float* values)
54565456
values[kR2EP_FV0ATPCNEG] = TMath::Cos(2 * getDeltaPsiInRange(epFV0a, epBNegs, 2));
54575457

54585458
float S21C = values[kS11C] * values[kS11C];
5459-
complex<double> Q21C(values[kQ2X0C] * values[kS11C], values[kQ2Y0C] * values[kS11C]);
5459+
std::complex<double> Q21C(values[kQ2X0C] * values[kS11C], values[kQ2Y0C] * values[kS11C]);
54605460

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

0 commit comments

Comments
 (0)