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
FWCore
FWLite
src
AutoLibraryLoader.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: LibraryLoader
4
// Class : AutoLibraryLoader
5
//
6
// Implementation:
7
// <Notes on implementation>
8
//
9
// Original Author:
10
// Created: Wed Nov 30 14:55:01 EST 2005
11
//
12
13
// system include files
14
15
#include <iostream>
16
// user include files
17
#include "
FWCore/FWLite/interface/AutoLibraryLoader.h
"
18
#include "
FWCore/FWLite/interface/FWLiteEnabler.h
"
19
//
20
// constants, enums and typedefs
21
//
22
23
//
24
// static data member definitions
25
//
26
27
//
28
// constructors and destructor
29
//
30
AutoLibraryLoader::AutoLibraryLoader
() {}
31
32
//
33
// member functions
34
//
35
36
void
AutoLibraryLoader::enable
() {
37
std::cerr
<<
"WARNING: AutoLibraryloader::enable() and AutoLibraryLoader.h are deprecated.\n"
38
<<
"Use FWLiteEnabler::enable() and FWLiteEnabler.h instead"
<< std::endl;
39
FWLiteEnabler::enable
();
40
}
41
42
void
AutoLibraryLoader::loadAll
() {
43
std::cerr
<<
"WARNING: AutoLibraryloader::loadAll() and AutoLibraryLoader.h are deprecated.\n"
44
<<
"Use FWLiteEnabler::enable() and FWLiteEnabler.h instead"
<< std::endl;
45
FWLiteEnabler::enable
();
46
}
AutoLibraryLoader::loadAll
static void loadAll()
load all known libraries holding dictionaries
Definition:
AutoLibraryLoader.cc:42
FWLiteEnabler::enable
static void enable()
enable automatic library loading
Definition:
FWLiteEnabler.cc:46
beam_dqm_sourceclient-live_cfg.cerr
cerr
Definition:
beam_dqm_sourceclient-live_cfg.py:17
AutoLibraryLoader::enable
static void enable()
enable automatic library loading
Definition:
AutoLibraryLoader.cc:36
AutoLibraryLoader.h
AutoLibraryLoader::AutoLibraryLoader
AutoLibraryLoader()
Definition:
AutoLibraryLoader.cc:30
FWLiteEnabler.h
Generated for CMSSW Reference Manual by
1.8.16