Skip to content
Snippets Groups Projects
Commit eaae33e8 authored by Semen Turchikhin's avatar Semen Turchikhin Committed by Graeme Stewart
Browse files

wrong tag -04-58-14, will use -04-58-15 (TrigBphysHypo-00-04-58-15)

parent 5cd9acf1
No related merge requests found
......@@ -273,7 +273,8 @@ HLT::ErrorCode TrigEFBMuMuFex::acceptInputs(HLT::TEConstVec& inputTE, bool& pass
// check the right number of inputTEs
if (m_expectNumberOfInputTE != inputTE.size()) {
// if !m_useRoIs -- allow +1 number of TEs, for nscan chains
if (m_expectNumberOfInputTE != inputTE.size() && (m_useRoIs || m_expectNumberOfInputTE != inputTE.size()-1) ) {
msg() << MSG::ERROR << "Got different than " << m_expectNumberOfInputTE << " number of input TEs, found " << inputTE.size() << endreq;
mon_Errors.push_back( ERROR_Not_2_Input_TE );
if ( timerSvc() ) m_BmmHypTot->stop();
......
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