Skip to content

Commit 8289a5b

Browse files
authored
Comment out MFTMCHMID to MCHMID clone
Comment out the cloning of MFTMCHMID to MCHMID in the registry.
1 parent c0254f6 commit 8289a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Tasks/matchingMFT.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ struct matchingMFT {
216216
fRegistry.add("MFTMCHMID/primary/correct/hDeltaPhi_Neg", "#varphi resolution;p_{T}^{gen} (GeV/c);#varphi^{rec} - #varphi^{gen} (rad.)", kTH2F, {{100, 0, 10}, {400, -0.2, +0.2}}, false);
217217
fRegistry.addClone("MFTMCHMID/primary/correct/", "MFTMCHMID/primary/wrong/");
218218
fRegistry.addClone("MFTMCHMID/primary/", "MFTMCHMID/secondary/");
219-
fRegistry.addClone("MFTMCHMID/", "MCHMID/");
219+
// fRegistry.addClone("MFTMCHMID/", "MCHMID/");
220220
}
221221

222222
bool isSelected(const float pt, const float eta, const float rAtAbsorberEnd, const float pDCA, const float chi2_per_ndf, const uint8_t trackType, const float dcaXY)

0 commit comments

Comments
 (0)