LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::ParameterSetBlob Struct Reference

#include "ParameterSetBlob.h"

Public Types

using value_t = std::string
 

Public Member Functions

 ParameterSetBlob ()=default
 
 ParameterSetBlob (value_t const &v)
 

Public Attributes

value_t pset_ {}
 

Detailed Description

Definition at line 21 of file ParameterSetBlob.h.

Member Typedef Documentation

using art::ParameterSetBlob::value_t = std::string

Definition at line 22 of file ParameterSetBlob.h.

Constructor & Destructor Documentation

art::ParameterSetBlob::ParameterSetBlob ( )
default
art::ParameterSetBlob::ParameterSetBlob ( value_t const &  v)
inlineexplicit

Definition at line 25 of file ParameterSetBlob.h.

25 : pset_(v) {}

Member Data Documentation

value_t art::ParameterSetBlob::pset_ {}

Definition at line 27 of file ParameterSetBlob.h.

Referenced by art::operator<<().


The documentation for this struct was generated from the following file: