Skip to content

Commit

Permalink
Merge pull request #39709 from dmeuser/12_5_X_HGPCL_fixAlignedCounter
Browse files Browse the repository at this point in the history
[12.5.X] Fix number of aligned modules for HG PCL
  • Loading branch information
cmsbuild authored Oct 14, 2022
2 parents 8110bc4 + 78f9be7 commit 5b43646
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 5b43646

Please sign in to comment.