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
14class TDirectory;
15class TObject;
16
17namespace RCU
18{
30 bool SetDirectory (TObject *object, TDirectory *directory);
31}
32
33#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