Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RNTupleUtil.hxx
Go to the documentation of this file.
1/// \file ROOT/RNTupleUtil.hxx
2/// \author Jakob Blomer <jblomer@cern.ch>
3/// \date 2025-07-31
4
5/*************************************************************************
6 * Copyright (C) 1995-2025, Rene Brun and Fons Rademakers. *
7 * All rights reserved. *
8 * *
9 * For the licensing terms see $ROOTSYS/LICENSE. *
10 * For the list of contributors see $ROOTSYS/README/CREDITS. *
11 *************************************************************************/
12
13#ifndef ROOT_RNTupleUtil
14#define ROOT_RNTupleUtil
15
16#if !defined(R__NO_DEPRECATION) && !defined(__CLING__)
17#warning "<ROOT/RNTupleUtil.hxx> is deprecated and will be removed in ROOT v6.40. Use <ROOT/RNTupleTypes.hxx>."
18#endif
19
20#include <ROOT/RNTupleTypes.hxx>
21#include <ROOT/RNTupleUtils.hxx>
22
23#endif