Skip to content
Snippets Groups Projects
Commit eacaf806 authored by Edward Moyse's avatar Edward Moyse
Browse files

Removed commented verbose.

parent 960183c1
No related branches found
No related tags found
7 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46370VP1: Add ability to filter tracks by detector element identifier.
......@@ -318,7 +318,6 @@ bool TrackCollHandleBase::cut(TrackHandleBase* handle)
if (m_cut_etaptphi_allwillfail)
return false;
// messageVerbose("TrackCollHandleBase::cut - checking hit cuts.");
if (mightHaveSubSystemHitInfo()&&!m_cut_requiredNHits.isEmpty()&&handle->hasSubSystemHitInfo()) {
//assert(m_cut_requiredNHits.count()==4); // for old code
assert(m_cut_requiredNHits.count()==5);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment