CMS 3D CMS Logo

AnyObjSelector.h

Go to the documentation of this file.
00001 #ifndef PhysicsTools_Utilities_AnyObjSelector_h
00002 #define PhysicsTools_Utilities_AnyObjSelector_h
00003 #include "PhysicsTools/Utilities/src/SelectorBase.h"
00004 
00005 namespace reco {
00006   namespace parser {
00007     class AnyObjSelector : public SelectorBase {
00008       virtual bool operator()(const ROOT::Reflex::Object & c) const { return true; }
00009     };
00010   }
00011 }
00012 
00013 #endif

Generated on Tue Jun 9 17:42:51 2009 for CMSSW by  doxygen 1.5.4