ATLAS Offline Software
Loading...
Searching...
No Matches
CheckRootVersion.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef ROOT_CORE_UTILS__CHECK_ROOT_VERSION_H
9#define ROOT_CORE_UTILS__CHECK_ROOT_VERSION_H
10
11// This module still needs to be documented. The interface provided
12// in this module is intended for experts only. The module is
13// considered to be in the pre-alpha stage.
14
15
16
18
19namespace RCU
20{
24 void check_root_version ();
25
29}
30
31#endif
This module defines a variety of assert style macros.
Definition Assert.cxx:26
void check_root_version()
effects: check whether we are using a consistent root version guarantee: strong failures: version mis...
void disable_root_version_check()
effects: disable the root version check guarantee: no-fail