Skip to content

Commit

Permalink
Merge pull request cms-sw#10 from llunerti/bugfix
Browse files Browse the repository at this point in the history
Typo fix in dydz matches
  • Loading branch information
battibass authored Sep 13, 2022
2 parents 551a5d9 + e5082a4 commit d0ce2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DTNtupleMuonFiller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void DTNtupleMuonFiller::initialize()
m_tree->Branch((m_label + "_matches_edgeX").c_str() , &m_matches_edgeX , 2048000, 0);
m_tree->Branch((m_label + "_matches_edgeY").c_str() , &m_matches_edgeY , 2048000, 0);
m_tree->Branch((m_label + "_matches_dXdZ").c_str() , &m_matches_dXdZ , 2048000, 0);
m_tree->Branch((m_label + "_matches_dYdZ").c_str() , &m_matches_dXdZ , 2048000, 0);
m_tree->Branch((m_label + "_matches_dYdZ").c_str() , &m_matches_dYdZ , 2048000, 0);

m_tree->Branch((m_label + "_staMu_nMatchSeg").c_str(), &m_staMu_nMatchSeg);
m_tree->Branch((m_label + "_staMu_matchSegIdx").c_str(), &m_staMu_matchSegIdx, 2048000, 0);
Expand Down

0 comments on commit d0ce2a7

Please sign in to comment.