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
AutoLibraryLoader::enable
static void enable()
enable automatic library loading
Definition:
AutoLibraryLoader.cc:36
AutoLibraryLoader.h
EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.cerr
cerr
Definition:
EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py:8
AutoLibraryLoader::AutoLibraryLoader
AutoLibraryLoader()
Definition:
AutoLibraryLoader.cc:30
FWLiteEnabler.h
Generated for CMSSW Reference Manual by
1.8.16