We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5bd2e commit 55dcf07Copy full SHA for 55dcf07
1 file changed
PWGCF/GenericFramework/Tasks/flowGfwLightIons.cxx
@@ -820,12 +820,14 @@ struct FlowGfwLightIons {
820
fFCptgenFull->fillPtProfiles(centmult, rndm);
821
fFCptgenFull->fillCMProfiles(centmult, rndm);
822
fFCptgenFull->fillSubeventPtProfiles(centmult, rndm);
823
+ fFCptgenFull->fillCMSubeventProfiles(centmult, rndm);
824
} else {
825
fFCpt->fillPtProfiles(centmult, rndm);
826
fFCpt->fillCMProfiles(centmult, rndm);
827
fFCptFull->fillPtProfiles(centmult, rndm);
828
fFCptFull->fillSubeventPtProfiles(centmult, rndm);
829
fFCptFull->fillCMProfiles(centmult, rndm);
830
+ fFCptFull->fillCMSubeventProfiles(centmult, rndm);
831
}
832
for (uint l_ind = 0; l_ind < corrconfigs.size(); ++l_ind) {
833
if (!corrconfigs.at(l_ind).pTDif) {
0 commit comments