All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AnalysisDrawingOptions_service.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 /// \file AnalysisDrawingOptions_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 namespace evd {
13 
14  DEFINE_ART_SERVICE(AnalysisDrawingOptions)
15 
16 } // namespace evd
17 ////////////////////////////////////////////////////////////////////////