File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
PWGCF/GenericFramework/Tasks Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments