CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RangeObjectPairSelector.h
Go to the documentation of this file.
1 #ifndef UtilAlgos_RangeObjectPairSelector_h
2 #define UtilAlgos_RangeObjectPairSelector_h
5 
6 namespace reco {
7  namespace modules {
8 
9  template<typename F>
12  return RangeObjectPairSelector<F>( cfg.template getParameter<double>( "rangeMin" ),
13  cfg.template getParameter<double>( "rangeMax" ),
14  reco::modules::make<F>( cfg )
15  );
16  }
17  };
18 
19  }
20 }
21 
22 
23 
24 #endif
25 
tuple cfg
Definition: looper.py:293
static RangeObjectPairSelector< F > make(const edm::ParameterSet &cfg)
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)
Definition: blowfish.cc:281