CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DeltaRMinPairSelector.h
Go to the documentation of this file.
1 #ifndef UtilAlgos_DeltaRMinPairSelector_h
2 #define UtilAlgos_DeltaRMinPairSelector_h
5 
6 namespace reco {
7  namespace modules {
8 
9  template<>
12  return DeltaRMinPairSelector( cfg.getParameter<double>( "deltaRMin" ) );
13  }
14  };
15 
16  }
17 }
18 
19 #endif
20 
T getParameter(std::string const &) const
tuple cfg
Definition: looper.py:293
static DeltaRMinPairSelector make(const edm::ParameterSet &cfg)