LCOV - code coverage report
Current view: top level - artdaq/ArtModules - TransferInput_source.cc (source / functions) Coverage Total Hit
Test: artdaq.info.cleaned Lines: 0.0 % 1 0
Test Date: 2025-09-04 00:45:34 Functions: 0.0 % 3 0

            Line data    Source code
       1              : #include "artdaq/ArtModules/ArtdaqInputHelper.hh"
       2              : #include "artdaq/ArtModules/detail/TransferWrapper.hh"
       3              : 
       4              : #include "art/Framework/Core/InputSourceMacros.h"
       5              : #include "art/Framework/IO/Sources/Source.h"
       6              : 
       7              : namespace art {
       8              : /**
       9              :  * \brief Trait definition (must precede source typedef).
      10              :  */
      11              : template<>
      12              : struct Source_generator<ArtdaqInputHelper<artdaq::TransferWrapper>>
      13              : {
      14              :         static constexpr bool value = true;  ///< Dummy variable
      15              : };
      16              : 
      17              : /**
      18              :  * \brief TransferInput is an art::Source using the artdaq::TransferWrapper class as the data source
      19              :  */
      20              : using TransferInput = art::Source<ArtdaqInputHelper<artdaq::TransferWrapper>>;
      21              : }  // namespace art
      22              : 
      23            0 : DEFINE_ART_INPUT_SOURCE(art::TransferInput)
        

Generated by: LCOV version 2.0-1