All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FluxReader_source.cc
Go to the documentation of this file.
1 #include "art/Framework/Core/InputSourceMacros.h"
2 #include "art/Framework/IO/Sources/Source.h"
3 #include "FluxReader.h"
4 
5 namespace fluxr {
6  typedef art::Source<FluxReader> FluxReaderSource;
7 }
8 
9 DEFINE_ART_INPUT_SOURCE(fluxr::FluxReaderSource)
art::Source< FluxReader > FluxReaderSource