LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
mf::service::ELdestination::MsgStatistics::Config Struct Reference

#include "ELdestination.h"

Public Member Functions

 ~Config ()
 
 Config ()
 

Public Attributes

fhicl::Atom< bool > reset
 
fhicl::Atom< bool > resetStatistics
 

Detailed Description

Definition at line 130 of file ELdestination.h.

Constructor & Destructor Documentation

mf::service::ELdestination::MsgStatistics::Config::~Config ( )
default
mf::service::ELdestination::MsgStatistics::Config::Config ( )

Definition at line 220 of file ELdestination.cc.

References resetStatistics, and mf::service::ELdestination::Config::~Config().

221  : reset{fhicl::Name("reset"),
222  fhicl::Comment("Used for statistics destinations"),
223  false}
224  , resetStatistics{fhicl::Name("resetStatistics"), false}
225  {}

Member Data Documentation

fhicl::Atom<bool> mf::service::ELdestination::MsgStatistics::Config::reset
Initial value:
{
fhicl::Name("reset"),
fhicl::Comment("Used for statistics destinations"),
false}

Definition at line 134 of file ELdestination.h.

fhicl::Atom<bool> mf::service::ELdestination::MsgStatistics::Config::resetStatistics
Initial value:
{fhicl::Name("resetStatistics"),
false}

Definition at line 140 of file ELdestination.h.

Referenced by Config().


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