ATLAS Offline Software
RootUtils.h
Go to the documentation of this file.
1 #ifndef ROOT_CORE_UTILS__ROOT_UTILS_H
2 #define ROOT_CORE_UTILS__ROOT_UTILS_H
3 
4 //
5 // Distributed under the Boost Software License, Version 1.0.
6 // (See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
8 
9 // Please feel free to contact me (krumnack@iastate.edu) for bug
10 // reports, feature suggestions, praise and complaints.
11 
12 
16 
17 
18 
19 #include <RootCoreUtils/Global.h>
20 
21 class TDirectory;
22 class TObject;
23 
24 namespace RCU
25 {
37  bool SetDirectory (TObject *object, TDirectory *directory);
38 }
39 
40 #endif
Global.h
RCU
This module defines a variety of assert style macros.
Definition: Assert.cxx:26
DeMoScan.directory
string directory
Definition: DeMoScan.py:80
RCU::SetDirectory
bool SetDirectory(TObject *object, TDirectory *directory)
effects: set the directory this object is associated with returns: whether the object type actively k...
Definition: RootUtils.cxx:28