CMS 3D CMS Logo

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
SIN
#define SIN(A)
Definition: Simplify_begin.h:62
COS
#define COS(A)
Definition: Simplify_begin.h:63
Power.h
funct::Cos2
Definition: Sin2Cos2.h:15
funct::Sin2
Definition: Sin2Cos2.h:13
funct::POWER
typedef POWER(A, NUM(n)) arg
Numerical.h
Cos.h
Sin.h
A
funct::TEMPL
TEMPL(T1) struct Divides0
Definition: Factorize.h:15
Simplify_end.h
funct::NUM
PROD_S(A, B)> NUM(n))
Definition: Factorize.h:87
funct::Sin2::type
Power< typename Sin< A >::type, Numerical< 2 > >::type type
Definition: Sin2Cos2.h:13
Simplify_begin.h
funct::Cos2::type
Power< typename Cos< A >::type, Numerical< 2 > >::type type
Definition: Sin2Cos2.h:15
funct
Definition: Abs.h:5