1 #include "artdaq/ArtModules/ArtdaqInputHelper.hh"
2 #include "artdaq/ArtModules/detail/ShmemWrapper.hh"
4 #include "art/Framework/Core/InputSourceMacros.h"
5 #include "art/Framework/IO/Sources/Source.h"
17 static constexpr
bool value =
true;
24 using ArtdaqInput = art::Source<ArtdaqInputHelper<ShmemWrapper>>;
art::Source< ArtdaqInputHelper< ShmemWrapper >> ArtdaqInput
ArtdaqInput is an art::Source using an ArtdaqInputHelper-wrapped ShmemWrapper.
This class wraps ArtdaqSharedMemoryService so that it can act as an ArtdaqInput template class...