Skip to content

Commit

Permalink
Fix number of aligned modules for HG PCL
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeuser committed Oct 12, 2022
1 parent 3bc901e commit 7e6eae4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,8 @@ void MillePedeFileReader ::readMillePedeResultFile() {
auto alignableIndex = alignableLabel % 10 - 1;
std::string detLabel = getStringFromHLS(det);

countsTotal_[detLabel][alignableIndex]++;

if (tokens.size() > 4 /*3*/) {
countsTotal_[detLabel][alignableIndex]++; //Count aligned modules/ladders per structure
const auto paramNum = pedeLabeler_->paramNumFromLabel(alignableLabel);
align::StructureType type = alignable->alignableObjectId();
align::ID id = alignable->id();
Expand Down

0 comments on commit 7e6eae4

Please sign in to comment.