Skip to content

Commit

Permalink
Code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider authored Nov 27, 2023
1 parent e3f0181 commit e641545
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,8 @@ vector<vector<reco::TransientTrack>> DAClusterizerInZ_vect::clusterize(
const vector<reco::TransientTrack>& tracks) const {
vector<vector<reco::TransientTrack>> clusters;

if (tracks.empty()) return clusters;
if (tracks.empty())
return clusters;

vector<TransientVertex> pv;
if (runInBlocks_ and (block_size_ < tracks.size())) //doesn't bother if low number of tracks
Expand Down

0 comments on commit e641545

Please sign in to comment.