CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 {
14  typedef POWER(SIN(A), NUM(2)) type;
15  };
16 
17  TEMPL(T1) struct Cos2 {
18  typedef POWER(COS(A), NUM(2)) type;
19  };
20 
21 }
22 
23 #include "PhysicsTools/Utilities/interface/Simplify_end.h"
24 
25 #endif
typedef POWER(A, NUM(n)) arg
#define COS(A)
TEMPL(T1) struct Divides0
Definition: Factorize.h:18
#define SIN(A)
NUM(n))
Definition: Factorize.h:92