Skip to content
Snippets Groups Projects
Commit eb03595b authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cherry-pick-8e80a98f' into 'master'

Merge branch '21.1-fixmsg-l1topo' into '21.1'

Closes ATR-16951

See merge request atlas/athena!10005
parents c8bdb6d8 416d684a
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100644 to 100755
File mode changed from 100755 to 100644
...@@ -321,9 +321,8 @@ TopoSteering::executeSortingAlgorithm(TCS::SortingAlg *alg, ...@@ -321,9 +321,8 @@ TopoSteering::executeSortingAlgorithm(TCS::SortingAlg *alg,
TCS::InputConnector* inputConnector, TCS::InputConnector* inputConnector,
TCS::TOBArray * & sortedOutput) { TCS::TOBArray * & sortedOutput) {
//TRG_MSG_DEBUG TRG_MSG_DEBUG(" ... executing sorting alg '" << alg->fullname() << "'"
TRG_MSG_ALWAYS(" ... executing sorting alg '" << alg->fullname() << "'" <<(m_useBitwise?" (bitwise)":""));
<<(m_useBitwise?" (bitwise)":""));
const InputTOBArray * input = inputConnector->outputData(); const InputTOBArray * input = inputConnector->outputData();
...@@ -341,8 +340,7 @@ TopoSteering::executeDecisionAlgorithm(TCS::DecisionAlg *alg, ...@@ -341,8 +340,7 @@ TopoSteering::executeDecisionAlgorithm(TCS::DecisionAlg *alg,
const std::vector<TCS::TOBArray *> & output, const std::vector<TCS::TOBArray *> & output,
TCS::Decision & decision) { TCS::Decision & decision) {
// TRG_MSG_INFO(" ... executing decision alg '" << alg->fullname() << "'"); TRG_MSG_DEBUG(" ... executing decision alg '" << alg->fullname() << "'"
TRG_MSG_ALWAYS(" ... executing decision alg '" << alg->fullname() << "'"
<<(m_useBitwise?" (bitwise)":"")); <<(m_useBitwise?" (bitwise)":""));
if(inputConnectors.size()<1) { if(inputConnectors.size()<1) {
......
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