Skip to content

Commit

Permalink
comment out ibreak count to catch assert case
Browse files Browse the repository at this point in the history
  • Loading branch information
fisyak committed Aug 23, 2024
1 parent d21c128 commit 15106c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StRoot/Sti/StiHit.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 15106c7

Please sign in to comment.