All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RecoDrawingOptions_service.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 /// \file RecoDrawingOptions_service.cc
3 ///
4 /// \author brebel@fnal.gov
5 
6 // Framework includes
7 #include "art/Framework/Services/Registry/ServiceDefinitionMacros.h"
8 
9 /// LArSoft includes
11 
12 
13 namespace evd {
14  DEFINE_ART_SERVICE(RecoDrawingOptions)
15 } // namespace evd
16 ////////////////////////////////////////////////////////////////////////