ATLAS Offline Software
A/AthLinks/tools/selection_ns.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 /*
3  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
4  */
5 
14 #ifndef ATHLINKS_TOOLS_SELECTION_NS
15 #define ATHLINKS_TOOLS_SELECTION_NS
16 
17 // ROOT include(s):
18 
19 #include <RootMetaSelection.h>
20 
21 #ifndef ROOT_SELECTION_NS
22 # define ROOT_SELECTION_NS ROOT::Meta::Selection
23 #endif
24 
25 #ifndef ENTER_ROOT_SELECTION_NS
26 # define ENTER_ROOT_SELECTION_NS \
27  namespace ROOT { namespace Meta { namespace Selection {
28 #endif
29 
30 #ifndef EXIT_ROOT_SELECTION_NS
31 # define EXIT_ROOT_SELECTION_NS }}}
32 #endif
33 
34 #endif // not ATHLINKS_TOOLS_SELECTION_NS