Skip to content

Commit

Permalink
Merge pull request #41778 from iarspider/patch-7
Browse files Browse the repository at this point in the history
[DBG_X] Fix error in HGCalTestGuardRing.cc
  • Loading branch information
cmsbuild authored May 28, 2023
2 parents 1e1a01e + ed66d6e commit db21679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimG4CMS/Calo/plugins/HGCalTestGuardRing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ HGCalTestGuardRing::HGCalTestGuardRing(const edm::ParameterSet& ps)
}
waferID_[id] = orient * 100 + part;
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("HGCalSim") << "HGCalTestGuardRing::Reads " << id << " Orientatoin:Partial " >> orient >>
":" >> part;
edm::LogVerbatim("HGCalSim") << "HGCalTestGuardRing::Reads " << id << " Orientation:Partial " << orient << ":"
<< part;
#endif
}
}
Expand Down

0 comments on commit db21679

Please sign in to comment.