PdspHDFFileInput_source.cc
Go to the documentation of this file.
5 
6 #include <string>
7 using std::string;
8 
9 namespace art {
10  /**
11  * \brief Specialize an art source trait to tell art that we don't care about
12  * source.fileNames and don't want the files services to be used.
13  */
14  template<>
15  struct Source_generator<dune::PdspHDFFileReader>
16  {
17  static constexpr bool value = true; ///< Used to suppress use of file services on art Source
18  };
19 } // namespace art
20 namespace artdaq {
21  /**
22  * \brief HDFFileInput is a typedef of art::Source<dune::PdspHDFFileReader>
23  */
25 } // namespace artdaq
26 
std::string string
Definition: nybbler.cc:12
static constexpr bool value
Definition: SourceTraits.h:58
art::Source< dune::PdspHDFFileReader > PdspHDFFileInput
HDFFileInput is a typedef of art::Source<dune::PdspHDFFileReader>
#define DEFINE_ART_INPUT_SOURCE(klass)