aclic_ArtServiceHelper.h
Go to the documentation of this file.
1 // aclic_ArtServiceHelper.h
2 
3 // David Adams
4 // May 2016
5 //
6 // Special version of ArtServiceHelper header to be used in Root, e.g.
7 //
8 // gSystem->AddLinkedLibs($DUNETPC_LIB/libdune_ArtSupport.so");
9 // gROOT->ProcessLine(".L $DUNETPC_INC/dunecore/ArtSupport/aclic_ArtServiceHelper.h+");
10 
11 #ifndef aclic_ArtServiceHelper_H
12 #define aclic_ArtServiceHelper_H
13 
14 namespace art {
15  class ServiceToken { };
16  class ServiceRegistry {
17  public:
18  class Operate {
19  public:
21  };
22  };
23 }
24 
25 #define HideArtServices
26 
28 
29 #pragma link C++ class ArtServiceHelper;
30 
31 #endif