From e5082a4cecf43481f850f7ffc3fcd46988ef8c82 Mon Sep 17 00:00:00 2001 From: llunerti <52081576+llunerti@users.noreply.github.com> Date: Fri, 9 Sep 2022 08:43:26 +0300 Subject: [PATCH] dydz matches typo fix --- src/DTNtupleMuonFiller.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DTNtupleMuonFiller.cc b/src/DTNtupleMuonFiller.cc index f6a4458ed9910..31c58b503ce37 100644 --- a/src/DTNtupleMuonFiller.cc +++ b/src/DTNtupleMuonFiller.cc @@ -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);