Skip to content

Commit

Permalink
* complete the explanatory comment in the source file header [rtj]
Browse files Browse the repository at this point in the history
Conflicts:
	src/libraries/TAGGER/DTAGHGeometry.cc
	src/libraries/TAGGER/DTAGMGeometry.cc
  • Loading branch information
rjones30 authored and markito3 committed Apr 9, 2021
1 parent d3b47af commit b8bfd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libraries/HDDM/DEventSourceREST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -581,10 +581,10 @@ jerror_t DEventSourceREST::Extract_DBeamPhoton(hddm_r::HDDM *record,
hddm_r::TaghChannelList &locTaghChannelList = locTAGHiter->getTaghChannels();
taghGeom->E_to_counter(locTAGHiter->getE(), gamma->dCounter);
if (locTaghChannelList.size() > 0) {
if (gamma->dCounter != locTaghChannelList().getColumn()) {
if (gamma->dCounter != locTaghChannelList().getCounter()) {
std::cerr << "Error in DEventSourceREST - tagger microscope energy "
"lookup mismatch:" << std::endl
<< " TAGM column = " << locTaghChannelList().getColumn()
<< " TAGM column = " << locTaghChannelList().getCounter()
<< std::endl
<< " Etag = " << locTAGHiter->getE()
<< std::endl
Expand Down

0 comments on commit b8bfd11

Please sign in to comment.