Skip to content

Commit

Permalink
Fixed ambiguity with Selections
Browse files Browse the repository at this point in the history
Framework changes brought the forward declaration of edm::Selections
into this code. However a ::Selections was begin used and with the
'using namespace edm' caused an ambiguity. However, the 'using namespace edm'
was unnecessary in the code and therefore was removed.
  • Loading branch information
Dr15Jones committed Aug 25, 2013
1 parent ac7b978 commit 6bc5bfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PhysicsTools/UtilAlgos/plugins/ConfigurableAnalysis.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ ConfigurableAnalysis::~ConfigurableAnalysis()
// ------------ method called to produce the data ------------
bool ConfigurableAnalysis::filter(edm::Event& iEvent, const edm::EventSetup& iSetup)
{
using namespace edm;

//will the filter pass or not.
bool majorGlobalAccept=false;

Expand Down

0 comments on commit 6bc5bfa

Please sign in to comment.