ATLAS Offline Software
AthLinks/tools/selection_ns.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: selection_ns.h 599955 2014-06-02 16:12:57Z ssnyder $
16 #ifndef ATHLINKS_TOOLS_SELECTION_NS
17 #define ATHLINKS_TOOLS_SELECTION_NS
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 namespace ROOT { namespace Meta { namespace Selection {
27 #endif
28 
29 #ifndef EXIT_ROOT_SELECTION_NS
30 # define EXIT_ROOT_SELECTION_NS }}}
31 #endif
32 
34 typedef MemberAttributes< kTransient > TRANSIENT;
35 typedef MemberAttributes< kNoAutoSelected > NO_SELF_AUTOSELECT;
37 
38 #endif // not ATHLINKS_TOOLS_SELECTION_NS
39 
40 
41 
42 
43 
44