Skip to content

Commit a3119e6

Browse files
authored
Merge pull request #47256 from makortel/hcalRecHitSoAPRoducerFixChi2
Copy also chi2 for HCAL RecHits in HCALRecHitSoAProducer
2 parents d16b282 + d882b50 commit a3119e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RecoParticleFlow/PFRecHitProducer/plugins/alpaka/CaloRecHitSoAProducer.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {
7575
const HCAL::CaloRecHitType& from) {
7676
// Fill SoA from HCAL rec hit
7777
to.detId() = from.id().rawId();
78+
to.chi2() = from.chi2();
7879
to.energy() = from.energy();
7980
to.timeM0() = from.time();
8081
}

0 commit comments

Comments
 (0)