Skip to content

Commit 257d2c7

Browse files
authored
Change resolution map processing for electrons to false
1 parent b778652 commit 257d2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Tasks/createResolutionMapDerived.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ struct createResolutionMapDerived {
547547
}
548548
}
549549

550-
PROCESS_SWITCH_FULL(createResolutionMapDerived, processReso<MyMCElectrons>, processElectron, "create resolution map for electrons at mid rapidity", true);
550+
PROCESS_SWITCH_FULL(createResolutionMapDerived, processReso<MyMCElectrons>, processElectron, "create resolution map for electrons at mid rapidity", false);
551551
PROCESS_SWITCH_FULL(createResolutionMapDerived, processReso<MyMCMuons>, processMuon, "create resolution map for global muons at fwd rapidity", false); // gl or sa can be selected in subwagons.
552552

553553
void processGen(aod::EMMCEvents const& mcCollisions)

0 commit comments

Comments
 (0)