From 15106c7fe4f257d54cb78a2c4dc6e712233e5c6e Mon Sep 17 00:00:00 2001 From: Yuri Fisyak Date: Fri, 23 Aug 2024 15:00:13 -0400 Subject: [PATCH] comment out ibreak count to catch assert case --- StRoot/Sti/StiHit.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StRoot/Sti/StiHit.cxx b/StRoot/Sti/StiHit.cxx index 5807af1ee42..817d3f0d481 100644 --- a/StRoot/Sti/StiHit.cxx +++ b/StRoot/Sti/StiHit.cxx @@ -160,8 +160,8 @@ static int nCall =0; nCall++; ,StiDetector::mgValue[0],StiDetector::mgValue[1]) << endm; // assert( detector->insideL(dd,7,1.5)); // - static Int_t ibreak = 0; - ibreak++; +// static Int_t ibreak = 0; +// ibreak++; } mx = detector->_cos*gx + detector->_sin*gy;