Skip to content

Commit ed62b33

Browse files
authored
Merge pull request #18 from jinhyunni/xic0-update
[PWGHF] [xic0omegac0] minor fixes
2 parents 4d30e33 + c76b5ed commit ed62b33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGHF/TableProducer/candidateCreatorXic0Omegac0Qa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@ struct HfCandidateCreatorXic0Omegac0QaMc {
16661666
// Configurables
16671667
struct : ConfigurableGroup {
16681668

1669-
Configurable<bool> rejectBackground{"rejectBackground", true, "Reject particles from background events"}; // -> Used for only Xic0
1669+
Configurable<bool> rejectBackground{"rejectBackground", false, "Reject particles from background events"}; // -> Used for only Xic0
16701670
Configurable<bool> acceptTrackInteractionWithMaterial{"acceptTrackInteractionWithMaterial", false, "Accept candidates with final daughters interacting with materials"};
16711671
Configurable<bool> fillMcHistograms{"fillMcHistograms", true, "Fill validation plots"};
16721672
Configurable<bool> fillResidualTable{"fillResidualTable", true, "Fill table contaning residuals and pulls of PV and SV"};

PWGHF/TableProducer/candidateSelectorToXiPiQa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ struct HfCandidateSelectorToXiPiQa {
173173
const AxisSpec axisSelOnLfDca{14, -0.5, 13.5, "status"};
174174
const AxisSpec axisSelOnLfKf{23, -0.5, 22.5, "status"};
175175
const AxisSpec axisSelOnHfDca{6, -0.5, 5.5, "status"};
176-
const AxisSpec axisSelOnHfKf{11, -0.5, 10.5, "status"};
176+
const AxisSpec axisSelOnHfKf{12, -0.5, 11.5, "status"};
177177

178178
registry.add("hSelSignDec", "hSelSignDec;status;entries", {HistType::kTH1F, {axisSel}});
179179
registry.add("hSelStatusCluster", "hSelStatusCluster:# of events Passed;;", {HistType::kTH1F, {{6, -0.5, 5.5}}});

0 commit comments

Comments
 (0)