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 authored May 26, 2023
1 parent 01fe10c commit 3416e81
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 << " Orientatoin:Partial " << orient <<
":" << part;
#endif
}
}
Expand Down

0 comments on commit 3416e81

Please sign in to comment.