Skip to content

Commit 55dcf07

Browse files
committed
add fill for subevent central moments
1 parent 1f5bd2e commit 55dcf07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGCF/GenericFramework/Tasks/flowGfwLightIons.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,12 +820,14 @@ struct FlowGfwLightIons {
820820
fFCptgenFull->fillPtProfiles(centmult, rndm);
821821
fFCptgenFull->fillCMProfiles(centmult, rndm);
822822
fFCptgenFull->fillSubeventPtProfiles(centmult, rndm);
823+
fFCptgenFull->fillCMSubeventProfiles(centmult, rndm);
823824
} else {
824825
fFCpt->fillPtProfiles(centmult, rndm);
825826
fFCpt->fillCMProfiles(centmult, rndm);
826827
fFCptFull->fillPtProfiles(centmult, rndm);
827828
fFCptFull->fillSubeventPtProfiles(centmult, rndm);
828829
fFCptFull->fillCMProfiles(centmult, rndm);
830+
fFCptFull->fillCMSubeventProfiles(centmult, rndm);
829831
}
830832
for (uint l_ind = 0; l_ind < corrconfigs.size(); ++l_ind) {
831833
if (!corrconfigs.at(l_ind).pTDif) {

0 commit comments

Comments
 (0)