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
12
13namespace RCU
14{
18 void check_root_version ();
19
23}
24
25#endif
This module defines a variety of assert style macros.
Definition Assert.cxx:23
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