PhysicsTools
Utilities
interface
Sin2Cos2.h
Go to the documentation of this file.
1
#ifndef PhysicsTools_Utilities_SimplifySin2Cos2_h
2
#define PhysicsTools_Utilities_SimplifySin2Cos2_h
3
4
#include "
PhysicsTools/Utilities/interface/Sin.h
"
5
#include "
PhysicsTools/Utilities/interface/Cos.h
"
6
#include "
PhysicsTools/Utilities/interface/Power.h
"
7
#include "
PhysicsTools/Utilities/interface/Numerical.h
"
8
9
#include "
PhysicsTools/Utilities/interface/Simplify_begin.h
"
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
19
#include "
PhysicsTools/Utilities/interface/Simplify_end.h
"
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
Generated for CMSSW Reference Manual by
1.8.16