@@ -155,21 +155,21 @@ struct TaskJpsiMC {
155155 registry.fill (HIST (" hCPARecSig" ), candidate.cpa ());
156156 registry.fill (HIST (" hEtaRecSig" ), candidate.eta ());
157157 registry.fill (HIST (" hmassSig" ), InvMassJpsiToEE (candidate), candidate.pt ());
158- registry.fill (HIST (" hdeclengthSig" ), candidate.decayLength (), candidate.pt ());
158+ registry.fill (HIST (" hdeclengthSig" ), candidate.decayLength (), candidate.pt ());
159159 registry.fill (HIST (" hdeclengthxySig" ), candidate.decayLengthXY (), candidate.pt ());
160160 registry.fill (HIST (" hd0Prong0Sig" ), candidate.impactParameter0 (), candidate.pt ());
161161 registry.fill (HIST (" hd0Prong1Sig" ), candidate.impactParameter1 (), candidate.pt ());
162162 registry.fill (HIST (" hd0d0Sig" ), candidate.impactParameterProduct (), candidate.pt ());
163163 registry.fill (HIST (" hChi2PCASig" ), candidate.chi2PCA (), candidate.pt ());
164164 registry.fill (HIST (" hCtSig" ), CtJpsi (candidate), candidate.pt ());
165165 registry.fill (HIST (" hYSig" ), YJpsi (candidate), candidate.pt ());
166-
166+
167167 } else {
168168 registry.fill (HIST (" hPtRecBg" ), candidate.pt ());
169169 registry.fill (HIST (" hCPARecBg" ), candidate.cpa ());
170170 registry.fill (HIST (" hEtaRecBg" ), candidate.eta ());
171171 registry.fill (HIST (" hmassBg" ), InvMassJpsiToEE (candidate), candidate.pt ());
172- registry.fill (HIST (" hdeclengthBg" ), candidate.decayLength (), candidate.pt ());
172+ registry.fill (HIST (" hdeclengthBg" ), candidate.decayLength (), candidate.pt ());
173173 registry.fill (HIST (" hdeclengthxyBg" ), candidate.decayLengthXY (), candidate.pt ());
174174 registry.fill (HIST (" hd0Prong0Bg" ), candidate.impactParameter0 (), candidate.pt ());
175175 registry.fill (HIST (" hd0Prong1Bg" ), candidate.impactParameter1 (), candidate.pt ());
0 commit comments