CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/FWCore/Framework/src/SelectorBase.cc

Go to the documentation of this file.
00001 
00002 #include "FWCore/Framework/interface/SelectorBase.h"
00003 
00004 namespace edm {
00005 
00006   //------------------------------------------------------------------
00007   //
00008   // SelectorBase
00009   //  
00010   //------------------------------------------------------------------
00011   SelectorBase::~SelectorBase()
00012   { }
00013 
00014   bool
00015   SelectorBase::match(ConstBranchDescription const& p) const {
00016     return doMatch(p);
00017   }
00018 }