LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
sqlite_mfPlugin.cc File Reference
#include "messagefacility/plugins/mfPlugin.h"
#include "cetlib/sqlite/ConnectionFactory.h"
#include "cetlib/sqlite/Ntuple.h"
#include "fhiclcpp/ParameterSet.h"
#include "fhiclcpp/types/AllowedConfigurationMacro.h"
#include "fhiclcpp/types/ConfigurationTable.h"
#include "fhiclcpp/types/TableFragment.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "messagefacility/Utilities/ErrorObj.h"
#include <memory>
#include <sstream>
#include <string>

Go to the source code of this file.

Functions

 MAKE_MFPLUGIN_START (, pset)
 

Function Documentation

MAKE_MFPLUGIN_START ( pset  )

Definition at line 126 of file sqlite_mfPlugin.cc.

References FHICL_PROVIDE_ALLOWED_CONFIGURATION.

127 {
128  return make_unique<sqlite3Plugin>(pset);
129 }