Skip to content

Commit 643b4c9

Browse files
authored
Merge pull request cms-sw#34056 from slava77/patch-93
initialize all of pat Muon sim info
2 parents a1b3193 + 0ca5060 commit 643b4c9

File tree

1 file changed

+2
-0
lines changed
  • DataFormats/PatCandidates/src

1 file changed

+2
-0
lines changed

DataFormats/PatCandidates/src/Muon.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,13 @@ void Muon::initSimInfo() {
164164
simPdgId_ = 0;
165165
simMotherPdgId_ = 0;
166166
simBX_ = 999;
167+
simTpEvent_ = 0;
167168
simProdRho_ = 0.0;
168169
simProdZ_ = 0.0;
169170
simPt_ = 0.0;
170171
simEta_ = 0.0;
171172
simPhi_ = 0.0;
173+
simMatchQuality_ = 0.0;
172174
}
173175

174176
/// reference to Track reconstructed in the tracker only (reimplemented from reco::Muon)

0 commit comments

Comments
 (0)