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
Skeletons
mkTemplates
Skeleton
Skeleton.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: __subsys__/__pkgname__
4
// Class : __class__
5
//
6
// Implementation:
7
// [Notes on implementation]
8
//
9
// Original Author: __author__
10
// Created: __date__
11
//
12
13
// system include files
14
15
// user include files
16
#include "__incdir____class__.h"
17
18
//
19
// constants, enums and typedefs
20
//
21
22
//
23
// static data member definitions
24
//
25
26
//
27
// constructors and destructor
28
//
29
__class__::__class__
() {
30
}
31
32
// __class__::__class__(const __class__& rhs)
33
// {
34
// // do actual copying here;
35
// }
36
37
__class__::~__class__
() {
38
}
39
40
//
41
// assignment operators
42
//
43
// const __class__& __class__::operator=(const __class__& rhs)
44
// {
45
// //An exception safe implementation is
46
// __class__ temp(rhs);
47
// swap(rhs);
48
//
49
// return *this;
50
// }
51
52
//
53
// member functions
54
//
55
56
//
57
// const member functions
58
//
59
60
//
61
// static member functions
62
//
__class__::__class__
__class__()
Definition:
Skeleton.cc:29
__class__::~__class__
virtual ~__class__()
Definition:
DQMEDAnalyzer.cc:85
Generated for CMSSW Reference Manual by
1.8.14