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
Framework
src
defaultCmsRunServices.cc
Go to the documentation of this file.
1
// -*- ++ -*-
2
//
3
// Package: FWCore/Framework
4
// Function: defaultCmsRunServices
5
//
6
// Implementation:
7
// [Notes on implementation]
8
//
9
// Original Author: root
10
// Created: Tue, 06 Sep 2016 16:04:28 GMT
11
//
12
13
// system include files
14
15
// user include files
16
#include "
FWCore/Framework/interface/defaultCmsRunServices.h
"
17
18
namespace
edm
{
19
std::vector<std::string>
defaultCmsRunServices
() {
20
std::vector<std::string> returnValue = {
"MessageLogger"
,
21
"InitRootHandlers"
,
22
"UnixSignalService"
,
23
"AdaptorConfig"
,
24
"SiteLocalConfigService"
,
25
"StatisticsSenderService"
,
26
"ResourceInformationService"
,
27
"CPU"
,
28
"CondorStatusService"
,
29
"XrdStatisticsService"
};
30
31
return
returnValue;
32
}
33
34
}
// namespace edm
edm::defaultCmsRunServices
std::vector< std::string > defaultCmsRunServices()
Definition:
defaultCmsRunServices.cc:19
edm
HLT enums.
Definition:
AlignableModifier.h:19
defaultCmsRunServices.h
Generated for CMSSW Reference Manual by
1.8.14