Skip to content

Commit

Permalink
Merge pull request #45298 from smuzaffar/fix-lostDef-HcalRecHitSoA
Browse files Browse the repository at this point in the history
Fix lost Dict Def: Add HcalRecHitSoA for HcalRecHit package
  • Loading branch information
cmsbuild authored Jun 27, 2024
2 parents 64d4f3b + 3f87e3f commit 6f4c1fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{'TrackInfo' : ['reco::TrackingRecHitInfo']},
{'EgammaCandidates' : ['reco::GsfElectron.*','reco::Photon.*']},
{'HcalIsolatedTrack' : ['reco::IsolatedPixelTrackCandidate', 'reco::EcalIsolatedParticleCandidate', 'reco::HcalIsolatedTrackCandidate']},
{'HcalRecHit' : ['HFRecHit','HORecHit','ZDCRecHit','HBHERecHit']},
{'HcalRecHit' : ['HFRecHit','HORecHit','ZDCRecHit','HBHERecHit','HcalRecHitSoA']},
{'PFRootEvent' : ['EventColin::']},
{'CaloTowers' : ['CaloTower.*']},
{'GsfTrackReco' : ['GsfTrack.*']},
Expand Down

0 comments on commit 6f4c1fd

Please sign in to comment.