Public Types | Public Attributes | List of all members
recob::DumpChargedSpacePoints::Config Struct Reference

Configuration parameters. More...

Public Types

using Name = fhicl::Name
 
using Comment = fhicl::Comment
 

Public Attributes

fhicl::Atom< art::InputTagSpacePointTag
 
fhicl::Atom< std::stringOutputCategory
 

Detailed Description

Configuration parameters.

Definition at line 51 of file DumpChargedSpacePoints_module.cc.

Member Typedef Documentation

Definition at line 53 of file DumpChargedSpacePoints_module.cc.

Definition at line 52 of file DumpChargedSpacePoints_module.cc.

Member Data Documentation

fhicl::Atom<std::string> recob::DumpChargedSpacePoints::Config::OutputCategory
Initial value:
{
Name ("OutputCategory"),
Comment("the category used for the output (useful for filtering)"),
"DumpChargedSpacePoints"
}

Definition at line 62 of file DumpChargedSpacePoints_module.cc.

fhicl::Atom<art::InputTag> recob::DumpChargedSpacePoints::Config::SpacePointTag
Initial value:
{
Name ("SpacePointLabel"),
"label of the producer used to create"
" the recob::SpacePoint collection to be dumped"
)
}

Definition at line 55 of file DumpChargedSpacePoints_module.cc.


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