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
Fireworks
Core
interface
FWFromEveSelectorBase.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWFromEveSelectorBase_h
2
#define Fireworks_Core_FWFromEveSelectorBase_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : FWFromEveSelectorBase
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Fri Oct 23 10:50:21 CDT 2009
19
//
20
21
// system include files
22
23
// user include files
24
25
// forward declarations
26
27
class
FWFromEveSelectorBase
{
28
public
:
29
FWFromEveSelectorBase
();
30
virtual
~FWFromEveSelectorBase
();
31
32
// ---------- const member functions ---------------------
33
34
// ---------- static member functions --------------------
35
36
// ---------- member functions ---------------------------
37
virtual
void
doSelect
() = 0;
38
virtual
void
doUnselect
() = 0;
39
40
private
:
41
//FWFromEveSelectorBase(const FWFromEveSelectorBase&); // stop default
42
43
//const FWFromEveSelectorBase& operator=(const FWFromEveSelectorBase&); // stop default
44
45
// ---------- member data --------------------------------
46
};
47
48
#endif
FWFromEveSelectorBase::doUnselect
virtual void doUnselect()=0
FWFromEveSelectorBase::doSelect
virtual void doSelect()=0
FWFromEveSelectorBase::~FWFromEveSelectorBase
virtual ~FWFromEveSelectorBase()
Definition:
FWFromEveSelectorBase.cc:36
FWFromEveSelectorBase
Definition:
FWFromEveSelectorBase.h:27
FWFromEveSelectorBase::FWFromEveSelectorBase
FWFromEveSelectorBase()
Definition:
FWFromEveSelectorBase.cc:29
Generated for CMSSW Reference Manual by
1.8.14