Skip to content

Commit

Permalink
remove debug code. Add case of diagonal neighbours
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori committed Oct 9, 2023
1 parent d904109 commit dc2f183
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 205 deletions.
1 change: 0 additions & 1 deletion Detector/DetCommon/include/DetCommon/DetUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ std::vector<uint64_t> neighbours_ModuleThetaMerged(const dd4hep::DDSegmentation:
const std::vector<std::string>& aFieldNames,
const std::vector<std::pair<int, int>>& aFieldExtremes,
uint64_t aCellId,
const std::vector<bool>& aFieldCyclic = {false, false, false, false},
bool aDiagonal = false);

/** Get minimal and maximal values that can be decoded in the fields of the bitfield.
Expand Down
Loading

0 comments on commit dc2f183

Please sign in to comment.