artdaq  v3_02_00
artdaq::GenericFragmentSimulator::Config Struct Reference

Public Attributes

fhicl::Atom< size_t > content_selection { fhicl::Name{"content_selection"}, fhicl::Comment{"What type of data to fill in generated Fragment payloads"}, 0 }
 
fhicl::Atom< size_t > payload_size { fhicl::Name{"payload_size"}, fhicl::Comment{"The size (in words) of the Fragment payload"}, 10240 }
 
fhicl::Atom< bool > want_random_payload_size { fhicl::Name{"want_random_payload_size"}, fhicl::Comment{"Whether payload size should be sampled from a random distribution"}, false }
 
fhicl::Atom< int64_t > random_seed { fhicl::Name{"random_seed"}, fhicl::Comment{"Random seed for random number distributions"}, 314159 }
 
fhicl::Atom< size_t > fragments_per_event { fhicl::Name{"fragments_per_event"}, fhicl::Comment{"The number of Fragment objects to generate for each sequence ID"}, 5 }
 
fhicl::Atom
< Fragment::fragment_id_t > 
starting_fragment_id { fhicl::Name{"starting_fragment_id"}, fhicl::Comment{"The first Fragment ID handled by this GenericFragmentSimulator."}, 0 }
 

Detailed Description

Definition at line 30 of file GenericFragmentSimulator.hh.


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