Skip to content

Commit 63fdbd4

Browse files
committed
Move filling of multi-charm qa histograms
1 parent ecd8a4f commit 63fdbd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ALICE3/TableProducer/alice3-multicharm.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ struct alice3multicharm {
655655
histos.fill(HIST("hMinXiCCDecayRadius"), xiccDecayRadius2D * 1e+4);
656656

657657
double totalMomentumC = std::hypot(momentumC[0], momentumC[1], momentumC[2]);
658-
histos.fill(HIST("hXicCandidateP"), totalMomentumC);
659658
double decayLengthXiC = std::hypot(
660659
thisXiCcandidate.xyz[0] - thisXiCCcandidate.xyz[0],
661660
thisXiCcandidate.xyz[1] - thisXiCCcandidate.xyz[1],
@@ -678,7 +677,6 @@ struct alice3multicharm {
678677
histos.fill(HIST("hMinxicDecayDistanceFromPV"), xicDecayDistanceFromPV * 1e+4);
679678

680679
double totalMomentumCC = std::hypot(momentumCC[0], momentumCC[1], momentumCC[2]);
681-
histos.fill(HIST("hXiccCandidateP"), totalMomentumCC);
682680
double decayLengthXiCC = std::hypot(
683681
thisXiCCcandidate.xyz[0] - collision.posX(),
684682
thisXiCCcandidate.xyz[1] - collision.posY(),

0 commit comments

Comments
 (0)