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.
1 parent c3d9e9b commit 6ce62b8Copy full SHA for 6ce62b8
PWGCF/GenericFramework/Core/FlowPtContainer.h
@@ -115,11 +115,11 @@ class FlowPtContainer : public TNamed
115
TList* fCumulantList;
116
TList* fCentralMomentList;
117
118
- int mpar;
+ int mpar;
119
int fillCounter; //!
120
unsigned int fEventWeight; //!
121
- bool fUseCentralMoments;
122
- bool fUseGap;
+ bool fUseCentralMoments;
+ bool fUseGap;
123
void mergeBSLists(TList* source, TList* target);
124
TH1* raiseHistToPower(TH1* inh, double p);
125
std::vector<double> sumP; //!
0 commit comments