LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 151 of file ELdestination.h.

Constructor & Destructor Documentation

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

Definition at line 229 of file ELdestination.cc.

229 {}
mf::service::ELdestination::MsgStatistics::Config::Config ( )

Definition at line 231 of file ELdestination.cc.

References resetStatistics.

232  : reset{fhicl::Name("reset"),
233  fhicl::Comment("Used for statistics destinations"),
234  false}
235  , resetStatistics{fhicl::Name("resetStatistics"), false}
236  {}

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 155 of file ELdestination.h.

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

Definition at line 161 of file ELdestination.h.

Referenced by Config().


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