Skip to content

Commit

Permalink
drop debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
GlueX-Hall-D (Mark Ito) committed May 28, 2020
1 parent ebff40f commit 340a2b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libraries/HDDM/DEventSourceREST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1393,8 +1393,6 @@ jerror_t DEventSourceREST::Extract_DDetectorMatches(JEventLoop* locEventLoop, hd
TVector3 locProjMom(dircIter->getPx(),dircIter->getPy(),dircIter->getPz());
double locFlightTime = dircIter->getT();

//jout<<locTrackIndex<<" of "<<locTrackTimeBasedVector.size()<<endl;
//jout<<locTrackTimeBased->mass()<<endl;
if( locParticleID->Get_DIRCLut()->CalcLUT(locProjPos, locProjMom, locDIRCHits, locFlightTime, locTrackTimeBased->mass(), locDIRCMatchParams, locDIRCBarHits, locDIRCTrackMatchParams) )
locDetectorMatches->Add_Match(locTrackTimeBasedVector[locTrackIndex], std::const_pointer_cast<const DDIRCMatchParams>(locDIRCMatchParams));
}
Expand Down

0 comments on commit 340a2b3

Please sign in to comment.