Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
CommonTools
Utils
src
ExpressionConditionSetter.cc
Go to the documentation of this file.
1
#include "
CommonTools/Utils/interface/ExpressionConditionSetter.h
"
2
#include "
CommonTools/Utils/src/ExpressionCondition.h
"
3
4
using namespace
reco::parser
;
5
6
void
ExpressionConditionSetter::operator()
(
const
char
*,
const
char
*)
const
{
7
ExpressionBase
*
ep
=
new
ExpressionCondition
(
expStack_
,
selStack_
);
8
ExpressionPtr
e
(
ep
);
9
expStack_
.push_back(
e
);
10
}
SiStripBadComponentsDQMServiceTemplate_cfg.ep
ep
Definition:
SiStripBadComponentsDQMServiceTemplate_cfg.py:86
reco::parser::ExpressionPtr
std::shared_ptr< ExpressionBase > ExpressionPtr
Definition:
ExpressionBase.h:25
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
reco::parser::ExpressionBase
Definition:
ExpressionBase.h:21
reco::parser::ExpressionConditionSetter::expStack_
ExpressionStack & expStack_
Definition:
ExpressionConditionSetter.h:23
ExpressionCondition.h
reco::parser::ExpressionConditionSetter::selStack_
SelectorStack & selStack_
Definition:
ExpressionConditionSetter.h:24
ExpressionConditionSetter.h
reco::parser::ExpressionCondition
Definition:
ExpressionCondition.h:20
reco::parser
Definition:
AnyMethodArgument.h:15
reco::parser::ExpressionConditionSetter::operator()
void operator()(const char *, const char *) const
Definition:
ExpressionConditionSetter.cc:6
Generated for CMSSW Reference Manual by
1.8.14