All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LArRawInputSourceLB_source.cc
Go to the documentation of this file.
1 // ======================================================================
2 //
3 // LArRawInputSource_plugin.cc
4 //
5 // ======================================================================
6 
7 #include "art/Framework/Core/InputSourceMacros.h"
8 #include "art/Framework/IO/Sources/Source.h"
10 
11 namespace lris {
12  typedef art::Source<LArRawInputDriverLongBo> LArRawInputSourceLB;
13 }
14 
15 DEFINE_ART_INPUT_SOURCE(lris::LArRawInputSourceLB)
art::Source< LArRawInputDriverLongBo > LArRawInputSourceLB