Skip to content

Commit

Permalink
Merge pull request #3516 from acaudron/BtagDQMFix
Browse files Browse the repository at this point in the history
DQM -- Remove/Comment undesidered print out.
  • Loading branch information
ktf committed Apr 27, 2014
2 parents aa37bd6 + ce0aec1 commit c03b94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DQMOffline/RecoB/src/AcceptJet.cc
Expand Up @@ -61,7 +61,8 @@ bool AcceptJet::operator() (const reco::Jet & jet, const int & jetFlavour, const
&& chargedEmEnergyFraction < 0.99))
return false; //2012 values
}
else std::cout<<"Jets are not PF jets, put 'doJetID' to False."<<std::endl;
//Looks to not work -> to be fixed
//else std::cout<<"Jets are not PF jets, put 'doJetID' to False."<<std::endl;
}

return true;
Expand Down
3 changes: 0 additions & 3 deletions Validation/RecoB/plugins/BTagPerformanceAnalyzerMC.cc
Expand Up @@ -386,7 +386,6 @@ void BTagPerformanceAnalyzerMC::analyze(const edm::Event& iEvent, const edm::Eve
double jec = 1.0;
if(doJEC && corrector) {
jec = corrector->correction(*(tagI->first),iEvent,iSetup);
std::cout<<jec<<std::endl;
}
//

Expand Down Expand Up @@ -438,7 +437,6 @@ void BTagPerformanceAnalyzerMC::analyze(const edm::Event& iEvent, const edm::Eve
double jec = 1.0;
if(doJEC && corrector) {
jec = corrector->correction(*(tagI->first),iEvent,iSetup);
std::cout<<jec<<std::endl;
}
//

Expand Down Expand Up @@ -537,7 +535,6 @@ void BTagPerformanceAnalyzerMC::analyze(const edm::Event& iEvent, const edm::Eve
double jec = 1.0;
if(doJEC && corrector) {
jec = corrector->correction(*(jetRef),iEvent,iSetup);
std::cout<<jec<<std::endl;
}
//

Expand Down

0 comments on commit c03b94e

Please sign in to comment.