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.
2 parents 4b08a21 + 275bc3d commit 0fe57dfCopy full SHA for 0fe57df
1 file changed
PWGCF/TwoParticleCorrelations/Core/DihadronContainer.cxx
@@ -73,7 +73,7 @@ DihadronContainer::DihadronContainer(const DihadronContainer& c) : TNamed(c),
73
nCorrStep(c.nCorrStep)
74
{
75
// DihadronContainer copy constructor
76
- if(c.mCorrHist)
+ if (c.mCorrHist)
77
mCorrHist = dynamic_cast<StepTHn*>(c.mCorrHist->Clone());
78
else
79
mCorrHist = nullptr;
0 commit comments