CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FreeFunctionSelector.h
Go to the documentation of this file.
1 #ifndef CommonTools_UtilAlgos_FreeFunctionSelector_h
2 #define CommonTools_UtilAlgos_FreeFunctionSelector_h
3 /* \class FreeFunctionSelector
4  *
5  * \author Luca Lista, INFN
6  *
7  * \version $Id: FreeFunctionSelector.h,v 1.1 2008/01/22 11:17:58 llista Exp $
8  */
9 template<typename T, bool f(const T&)>
11  bool operator()(const T& t) {
12  return f(t);
13  }
14 };
15 
18 
19 namespace reco {
20  namespace modules {
21  template<typename T, bool f(const T&)>
25  return value_type();
26  }
27  };
28  }
29 }
30 
31 
32 
33 #endif
tuple cfg
Definition: looper.py:293
double f[11][100]
Container::value_type value_type
long double T
static value_type make(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
bool operator()(const T &t)