Skip to content

Commit 7c05b3c

Browse files
Ankur YadavAnkur Yadav
authored andcommitted
syntax error in VarManager.h
1 parent a101ee7 commit 7c05b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Core/VarManager.h

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

54555455
float S21C = values[kS11C] * values[kS11C];
5456-
complex<double> Q21C(values[kQ2X0C] * values[kS11C], values[kQ2Y0C] * values[kS11C]);
5456+
std::complex<double> Q21C(values[kQ2X0C] * values[kS11C], values[kQ2Y0C] * values[kS11C]);
54575457

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

0 commit comments

Comments
 (0)