Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunecore
dunecore
ArtSupport
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
:
20
Operate
(
ServiceToken
) { }
21
};
22
};
23
}
24
25
#define HideArtServices
26
27
#include "
dunecore/ArtSupport/ArtServiceHelper.h
"
28
29
#pragma link C++ class ArtServiceHelper;
30
31
#endif
art::ServiceToken
Definition:
aclic_ArtServiceHelper.h:15
ArtServiceHelper.h
art
Definition:
BasicOptionsHandler.h:9
art::ServiceRegistry::Operate
Definition:
aclic_ArtServiceHelper.h:18
art::ServiceRegistry::Operate::Operate
Operate(ServiceToken)
Definition:
aclic_ArtServiceHelper.h:20
art::ServiceRegistry
Definition:
ServiceRegistry.h:12
Generated by
1.8.11