Public Types | Public Attributes | List of all members
lar::test::TrackProxyTrackMaker::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< art::InputTaghitsTag
 
fhicl::Sequence< unsigned int > hitsPerTrack
 

Detailed Description

Definition at line 61 of file TrackProxyTrackMaker_module.cc.

Member Typedef Documentation

Definition at line 63 of file TrackProxyTrackMaker_module.cc.

Definition at line 62 of file TrackProxyTrackMaker_module.cc.

Member Data Documentation

fhicl::Sequence<unsigned int> lar::test::TrackProxyTrackMaker::Config::hitsPerTrack
Initial value:
{
Name("hitsPerTrack"),
Comment("number of hits per track; last takes all remaining ones.")
}

Definition at line 70 of file TrackProxyTrackMaker_module.cc.

fhicl::Atom<art::InputTag> lar::test::TrackProxyTrackMaker::Config::hitsTag
Initial value:
{
Name("hits"),
Comment("tag of the recob::Hit data products to produce tracks with.")
}

Definition at line 65 of file TrackProxyTrackMaker_module.cc.


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