CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DecomposeProduct.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_Utilities_DecomposeProduct_h
2 #define PhysicsTools_Utilities_DecomposeProduct_h
4 
5 namespace funct {
6 
7  template<typename A, typename B>
8  struct DecomposeProduct { };
9 
10  template<typename A>
11  struct DecomposeProduct<A, A> {
12  inline static const A& get(const A & a) { return a; }
13  };
14 
15  template<typename A, typename B>
17  inline static const A& get(const ProductStruct<A, B> & _ ) { return _._1; }
18  };
19 
20  template<typename A, typename B>
22  inline static const B& get(const ProductStruct<A, B> & _ ) { return _._2; }
23  };
24 
25 }
26 
27 #endif
double a
Definition: hdecay.h:121