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
FWCore
Integration
plugins
OtherThingAlgorithm.h
Go to the documentation of this file.
1
#ifndef Integration_OtherThingAlgorithm_h
2
#define Integration_OtherThingAlgorithm_h
3
4
#include <string>
5
#include "DataFormats/TestObjects/interface/OtherThingCollectionfwd.h"
6
#include "DataFormats/TestObjects/interface/ThingCollectionfwd.h"
7
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
8
#include "
FWCore/Utilities/interface/EDGetToken.h
"
9
10
namespace
edmtest
{
11
12
class
OtherThingAlgorithm
{
13
public
:
14
OtherThingAlgorithm
() :
theDebugLevel
(0) {}
15
18
void
run
(
edm::Handle<ThingCollection>
const
& iThingHandle,
19
OtherThingCollection& otherThingCollection,
20
bool
useRefs =
true
,
21
bool
refsAreTransient =
false
)
const
;
22
23
private
:
24
int
theDebugLevel
;
25
};
26
27
}
// namespace edmtest
28
29
#endif
edmtest::OtherThingAlgorithm::OtherThingAlgorithm
OtherThingAlgorithm()
Definition:
OtherThingAlgorithm.h:14
edmtest::OtherThingAlgorithm::run
void run(edm::Handle< ThingCollection > const &iThingHandle, OtherThingCollection &otherThingCollection, bool useRefs=true, bool refsAreTransient=false) const
Definition:
OtherThingAlgorithm.cc:8
edmtest::OtherThingAlgorithm
Definition:
OtherThingAlgorithm.h:12
edm::Handle
Definition:
AssociativeIterator.h:50
edmtest
Definition:
AlignPCLThresholdsReader.cc:15
Frameworkfwd.h
EDGetToken.h
edmtest::OtherThingAlgorithm::theDebugLevel
int theDebugLevel
Definition:
OtherThingAlgorithm.h:24
Generated for CMSSW Reference Manual by
1.8.14