LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
cout_mfStatsPlugin.cc File Reference
#include "messagefacility/plugins/mfStatsPlugin.h"
#include "fhiclcpp/types/AllowedConfigurationMacro.h"
#include <iostream>
#include <memory>

Go to the source code of this file.

Functions

 MAKE_MFSTATSPLUGIN_START (, pset)
 

Function Documentation

MAKE_MFSTATSPLUGIN_START ( pset  )

Definition at line 12 of file cout_mfStatsPlugin.cc.

References FHICL_PROVIDE_ALLOWED_CONFIGURATION, and MFSTATSPLUGIN_RESULT_BASE.

13 {
14  return make_unique<MFSTATSPLUGIN_RESULT_BASE>(pset, cout);
15 }