CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Sin2Cos2.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_Utilities_SimplifySin2Cos2_h
2 #define PhysicsTools_Utilities_SimplifySin2Cos2_h
3 
8 
10 
11 namespace funct {
12 
13  TEMPL(T1) struct Sin2 { typedef POWER(SIN(A), NUM(2)) type; };
14 
15  TEMPL(T1) struct Cos2 { typedef POWER(COS(A), NUM(2)) type; };
16 
17 } // namespace funct
18 
20 
21 #endif
Power< typename Sin< A >::type, Numerical< 2 > >::type type
Definition: Sin2Cos2.h:13
typedef POWER(A, NUM(n)) arg
#define COS(A)
Power< typename Cos< A >::type, Numerical< 2 > >::type type
Definition: Sin2Cos2.h:15
TEMPL(T1) struct Divides0
Definition: Factorize.h:15
#define SIN(A)
NUM(n))
Definition: Factorize.h:87