Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
messagefacility
messagefacility
plugins
cerr_mfPlugin.cc
Go to the documentation of this file.
1
// vim: set sw=2 expandtab :
2
3
#include "
messagefacility/plugins/mfPlugin.h
"
4
5
#include "
cetlib/ostream_handle.h
"
6
#include "
fhiclcpp/types/AllowedConfigurationMacro.h
"
7
8
#include <iostream>
9
#include <memory>
10
11
using namespace
std
;
12
using
cet::ostream_handle
;
13
14
MAKE_MFPLUGIN_START
(, pset)
15
{
16
return
make_unique<MFPLUGIN_RESULT_BASE>(pset,
ostream_handle
{cerr});
17
}
18
MAKE_PLUGIN_END
19
20
FHICL_PROVIDE_ALLOWED_CONFIGURATION
(
MFPLUGIN_RESULT_BASE
)
ostream_handle.h
AllowedConfigurationMacro.h
std
STL namespace.
MAKE_PLUGIN_END
#define MAKE_PLUGIN_END
Definition:
ProvideMakePluginMacros.h:8
mfPlugin.h
FHICL_PROVIDE_ALLOWED_CONFIGURATION
#define FHICL_PROVIDE_ALLOWED_CONFIGURATION(klass)
Definition:
AllowedConfigurationMacro.h:43
MFPLUGIN_RESULT_BASE
#define MFPLUGIN_RESULT_BASE
Definition:
mfPlugin.h:15
MAKE_MFPLUGIN_START
MAKE_MFPLUGIN_START(, pset)
Definition:
cerr_mfPlugin.cc:14
cet::ostream_handle
Definition:
ostream_handle.h:37
Generated by
1.8.11