Skip to content
Snippets Groups Projects
Commit b1e01681 authored by Yohei Yamaguchi's avatar Yohei Yamaguchi Committed by Brian Petersen
Browse files

Change the message level in muon hypo for passthrough mode

Change the message level in muon hypo for passthrough mode
parent 7119e7e2
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ StatusCode TrigMuonEFHypoTool::initialize(){
} else m_muonSelTool.disable();
if(m_acceptAll) {
ATH_MSG_INFO("Accepting all the events!");
ATH_MSG_DEBUG("Accepting all the events!");
} else {
if(m_ptBins.size()<=0){
ATH_MSG_ERROR("Trying to configure hypo with no pT bins. This is probably a configuration mistake.");
......
......@@ -31,7 +31,7 @@ StatusCode TrigMuonEFIdtpHypoTool::initialize()
} else m_muonSelTool.disable();
if( m_acceptAll ) {
ATH_MSG_INFO("Accepting all the events!");
ATH_MSG_DEBUG("Accepting all the events!");
} else {
if(m_ptBins.size()<=0) {
ATH_MSG_ERROR("Trying to configure hypo with no pT bins. This is probably a configuration mistake.");
......
......@@ -30,7 +30,7 @@ StatusCode TrigMuonEFIdtpInvMassHypoTool::initialize()
} else m_muonSelTool.disable();
if( m_acceptAll ) {
ATH_MSG_INFO("Accepting all the events!");
ATH_MSG_DEBUG("Accepting all the events!");
} else {
if( m_invMassLow<0 && m_invMassHigh<0 ) {
ATH_MSG_ERROR("Both mass cuts are <0. This is probably a configuration mistake.");
......
......@@ -16,7 +16,7 @@ TrigMuonEFInvMassHypoTool::~TrigMuonEFInvMassHypoTool(){
StatusCode TrigMuonEFInvMassHypoTool::initialize(){
if(m_acceptAll) {
ATH_MSG_INFO("Accepting all the events!");
ATH_MSG_DEBUG("Accepting all the events!");
} else {
if(m_invMassLow<0 && m_invMassHigh<0){
ATH_MSG_ERROR("Both mass cuts are <0. This is probably a configuration mistake.");
......
......@@ -34,7 +34,7 @@ StatusCode TrigmuCombHypoTool::initialize()
ATH_MSG_DEBUG( "Tool configured for chain/id: " << m_decisionId );
if (m_acceptAll) {
ATH_MSG_INFO("Accepting all the events!");
ATH_MSG_DEBUG("Accepting all the events!");
} else {
ATH_MSG_DEBUG("AcceptAll = False");
m_bins.resize (m_ptBins.size());
......
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