Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CommonTools
Utils
src
CutBinaryOperatorSetter.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_CutBinaryOperatorSetter_h
2
#define CommonTools_Utils_CutBinaryOperatorSetter_h
3
/* \class reco::parser::CutBinaryOperator
4
*
5
* Binary operator expression setter
6
*
7
* \author original version: Chris Jones, Cornell,
8
* adapted by Luca Lista, INFN
9
*
10
* \version $Revision: 1.2 $
11
*
12
*/
13
#include "
CommonTools/Utils/src/CutBinaryOperator.h
"
14
#include "CommonTools/Utils/src/CutStack.h"
15
#include <cmath>
16
17
namespace
reco
{
18
namespace
parser
{
19
20
template
<
typename
T>
21
struct
power_of
{
22
T
operator()
(
T
lhs,
T
rhs)
const
{
return
pow
(lhs, rhs); }
23
};
24
25
template
<
typename
Op>
26
struct
CutBinaryOperatorSetter
{
27
CutBinaryOperatorSetter
(CutStack &
stack
) :
stack_
(stack) { }
28
void
operator()
(
const
char
*,
const
char
*)
const
{
29
stack_
.push_back(CutPtr(
new
CutBinaryOperator<Op>
(
stack_
)));
30
}
31
private
:
32
CutStack &
stack_
;
33
};
34
}
35
}
36
37
#endif
geometryXMLtoCSV.parser
tuple parser
Definition:
geometryXMLtoCSV.py:78
reco::parser::CutBinaryOperator
Definition:
CutBinaryOperator.h:19
reco::parser::CutBinaryOperatorSetter
Definition:
CutBinaryOperatorSetter.h:26
CutBinaryOperator.h
reco::parser::power_of::operator()
T operator()(T lhs, T rhs) const
Definition:
CutBinaryOperatorSetter.h:22
dt_dqm_sourceclient_common_cff.reco
tuple reco
Definition:
dt_dqm_sourceclient_common_cff.py:107
reco::parser::CutBinaryOperatorSetter::operator()
void operator()(const char *, const char *) const
Definition:
CutBinaryOperatorSetter.h:28
svgfig.stack
stack
Definition:
svgfig.py:558
reco::parser::CutBinaryOperatorSetter::CutBinaryOperatorSetter
CutBinaryOperatorSetter(CutStack &stack)
Definition:
CutBinaryOperatorSetter.h:27
reco::parser::CutBinaryOperatorSetter::stack_
CutStack & stack_
Definition:
CutBinaryOperatorSetter.h:32
T
long double T
Definition:
Basic3DVectorLD.h:57
funct::pow
Power< A, B >::type pow(const A &a, const B &b)
Definition:
Power.h:40
reco::parser::power_of
Definition:
CutBinaryOperatorSetter.h:21
Generated for CMSSW Reference Manual by
1.8.5