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
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
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
HLTrigger
HLTcore
interface
TriggerExpressionPrescaler.h
Go to the documentation of this file.
1
#ifndef HLTrigger_HLTfilters_TriggerExpressionPrescaler_h
2
#define HLTrigger_HLTfilters_TriggerExpressionPrescaler_h
3
4
#include "
HLTrigger/HLTcore/interface/TriggerExpressionOperators.h
"
5
#include "
HLTrigger/HLTcore/interface/TriggerExpressionData.h
"
6
7
namespace
triggerExpression
{
8
9
class
Prescaler
:
public
UnaryOperator
{
10
public
:
11
Prescaler
(
Evaluator
*
arg
,
unsigned
int
prescale
) :
UnaryOperator
(
arg
),
m_prescale
(
prescale
),
m_counter
() {}
12
13
bool
operator()
(
const
Data
&
data
)
const override
;
14
15
void
init
(
const
Data
&
data
)
override
;
16
17
void
dump
(std::ostream&
out
)
const override
{
out
<<
"("
<< (*m_arg) <<
" / "
<<
m_prescale
<<
")"
; }
18
19
private
:
20
unsigned
int
m_prescale
;
21
mutable
unsigned
int
m_counter
;
22
};
23
24
}
// namespace triggerExpression
25
26
#endif // HLTrigger_HLTfilters_TriggerExpressionPrescaler_h
triggerExpression::Evaluator
Definition:
TriggerExpressionEvaluator.h:10
triggerExpression::Prescaler::dump
void dump(std::ostream &out) const override
Definition:
TriggerExpressionPrescaler.h:17
triggerExpression::Prescaler::m_prescale
unsigned int m_prescale
Definition:
TriggerExpressionPrescaler.h:20
triggerExpression::Prescaler::operator()
bool operator()(const Data &data) const override
Definition:
TriggerExpressionPrescaler.cc:5
triggerExpression::Prescaler::m_counter
unsigned int m_counter
Definition:
TriggerExpressionPrescaler.h:21
triggerExpression::Data
Definition:
TriggerExpressionData.h:22
prescale
Definition:
PrescaleEventFilter.cc:32
TriggerExpressionOperators.h
triggerExpression::Prescaler
Definition:
TriggerExpressionPrescaler.h:9
triggerExpression
Definition:
TriggerExpressionConstant.h:6
triggerExpression::UnaryOperator
Definition:
TriggerExpressionOperators.h:10
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:79
triggerExpression::Prescaler::init
void init(const Data &data) override
Definition:
TriggerExpressionPrescaler.cc:22
TriggerExpressionData.h
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
funct::arg
A arg
Definition:
Factorize.h:36
triggerExpression::Prescaler::Prescaler
Prescaler(Evaluator *arg, unsigned int prescale)
Definition:
TriggerExpressionPrescaler.h:11
Generated for CMSSW Reference Manual by
1.8.16