LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
cout_mfPlugin.cc
Go to the documentation of this file.
1 // vim: set sw=2 expandtab :
2 
4 
5 #include "cetlib/ostream_handle.h"
7 
8 #include <iostream>
9 #include <memory>
10 
11 using namespace std;
12 using cet::ostream_handle;
13 
15 {
16  return make_unique<MFPLUGIN_RESULT_BASE>(pset, ostream_handle{cout});
17 }
18 MAKE_PLUGIN_END
19 
STL namespace.
MAKE_MFPLUGIN_START(, pset)
#define FHICL_PROVIDE_ALLOWED_CONFIGURATION(klass)
#define MFPLUGIN_RESULT_BASE
Definition: mfPlugin.h:15