RawEventQueueReader Test Fixture. More...
Public Member Functions | |
REQRTestFixture () | |
REQRTestFixture Constructor. | |
MPRGlobalTestFixture & | gf () |
Get a MPRGlobalTestFixture, creating a static instance if necessary. | |
art::ProductRegistryHelper & | helper () |
Get an art::ProductRegistryHelper, creating a static instance if necessary. | |
art::SourceHelper & | source_helper () |
Get an art::SourceHelper object, creating a static instance if necessary. | |
artdaq::detail::RawEventQueueReader & | reader () |
Get an artdaq::detail::RawEventQueueReader object, creating a static instance if necessary. |
RawEventQueueReader Test Fixture.
Definition at line 177 of file raw_event_queue_reader_t.cc.
MPRGlobalTestFixture& REQRTestFixture::gf | ( | ) | [inline] |
Get a MPRGlobalTestFixture, creating a static instance if necessary.
Definition at line 204 of file raw_event_queue_reader_t.cc.
art::ProductRegistryHelper& REQRTestFixture::helper | ( | ) | [inline] |
Get an art::ProductRegistryHelper, creating a static instance if necessary.
Definition at line 214 of file raw_event_queue_reader_t.cc.
artdaq::detail::RawEventQueueReader& REQRTestFixture::reader | ( | ) | [inline] |
Get an artdaq::detail::RawEventQueueReader object, creating a static instance if necessary.
Definition at line 251 of file raw_event_queue_reader_t.cc.
art::SourceHelper& REQRTestFixture::source_helper | ( | ) | [inline] |
Get an art::SourceHelper object, creating a static instance if necessary.
Definition at line 224 of file raw_event_queue_reader_t.cc.