Skip to content

Commit

Permalink
[DBG_X] Fix error in HGCalTestGuardRing.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed May 27, 2023
1 parent 01fe10c commit ed66d6e
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 ed66d6e

Please sign in to comment.