Release Notes 11100 - art-daq/artdaq GitHub Wiki
This version of artdaq depends on art v1_10_00b (through artdaq_core v1_02_01).
- Previous version’s Release Notes 1.10.00
- Downloads: http://scisoft.fnal.gov/scisoft/packages/artdaq/v1_11_00
- Nodes where this release has been deployed:
- none yet
- The ArtdaqBuildInfo ArtModule was modified to add information about
the artdaq_core build version to the data stream. The
PrintVersionInfo module was added.
- These are part of Issue #6714: Provide version information of the lbne-raw-data package in data files
- Issue #6435: Package version information is not being included after the first data file in a run
- none
-
makeCommandableFragmentGenerator.cc
was changed to handle the move of the LibraryManager from art to cetlib. We took this opportunity to start using cet::BasicPluginFactory. This should not be an issue, but if problems crop up with the creation of FragmentGenerators in this new release, this change should be kept in mind. -
NetMonInput_source.cc
,RawEventQueueReader
, andraw_event_queue_reader_t
were updated to handle the replacement of art::PrincipalMaker with art::SourceHelper. - The raw_event_queue_reader_t unit test was commented out temporarily until the issues with building it with the new version of art, etc. can be worked out.