Skip to content

Commit

Permalink
removed unused boost dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
camolezi committed Jun 13, 2020
1 parent 442ae07 commit d230733
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion DQMOffline/RecoB/BuildFile.xml
Expand Up @@ -9,7 +9,6 @@
<use name="DQMServices/Core"/>
<use name="rootgpad"/>
<use name="JetMETCorrections/JetCorrector"/>
<use name="boost"/>
<export>
<lib name="1"/>
</export>
3 changes: 0 additions & 3 deletions DQMOffline/RecoB/src/MVAJetTagPlotter.cc
@@ -1,15 +1,12 @@
#include <sstream>

#include <boost/bind.hpp>

#include "FWCore/Framework/interface/ESHandle.h"
#include "RecoBTau/JetTagComputer/interface/JetTagComputer.h"
#include "RecoBTau/JetTagComputer/interface/JetTagComputerRecord.h"

#include "DQMOffline/RecoB/interface/MVAJetTagPlotter.h"

using namespace std;
using namespace boost;
using namespace edm;
using namespace reco;

Expand Down

0 comments on commit d230733

Please sign in to comment.