ATLAS Offline Software
Loading...
Searching...
No Matches
RootUtils.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef ROOT_CORE_UTILS__ROOT_UTILS_H
8#define ROOT_CORE_UTILS__ROOT_UTILS_H
9
11
12
13
15
16class TDirectory;
17class TObject;
18
19namespace RCU
20{
32 bool SetDirectory (TObject *object, TDirectory *directory);
33}
34
35#endif
This module defines a variety of assert style macros.
Definition Assert.cxx:23
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:25