Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
dudarboh authored and tmadlener committed Dec 6, 2022
1 parent 2f2c7bc commit 855dc39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tracking/TrackLength/src/TrackLengthUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ std::vector<IMPL::TrackStateImpl> TrackLengthUtils::getTrackStatesPerHit(std::ve
for(int i=0; i<nTracks; ++i){
Track* track = tracks[i];
vector <TrackerHit*> hits = track->getTrackerHits();
streamlog_out(DEBUG8)<<"Subtrack "<<i+1<<" has "<<hits.size()<<" hits."<<std::endl;
std::sort(hits.begin(), hits.end(), sortByRho);

// setup initial dummy covariance matrix
Expand Down

0 comments on commit 855dc39

Please sign in to comment.