Public Member Functions | Public Attributes | List of all members
mf::service::ELdestination::MsgStatistics::Config Struct Reference

#include <ELdestination.h>

Public Member Functions

 ~Config ()
 
 Config ()
 

Public Attributes

fhicl::Atom< boolreset
 
fhicl::Atom< boolresetStatistics
 

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 ( void  )

Definition at line 218 of file ELdestination.cc.

219  : reset{fhicl::Name("reset"),
220  fhicl::Comment("Used for statistics destinations"),
221  false}
222  , resetStatistics{fhicl::Name("resetStatistics"), false}
223  {}
ChannelGroupService::Name Name
#define Comment

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.


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