The Gaudi Framework  v38r3 (c3fc9673)
RootDataConnection.cpp File Reference
#include "RootCnv/RootDataConnection.h"
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/IIncidentSvc.h"
#include "GaudiKernel/IOpaqueAddress.h"
#include "GaudiKernel/IRegistry.h"
#include "GaudiKernel/Incident.h"
#include "GaudiKernel/LinkManager.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/strcasecmp.h"
#include "RootUtils.h"
#include "TBranch.h"
#include "TClass.h"
#include "TFile.h"
#include "TLeaf.h"
#include "TMemFile.h"
#include "TROOT.h"
#include "TTree.h"
#include "Compression.h"
#include <fmt/format.h>
#include <limits>
#include <numeric>
#include <stdexcept>
#include "RootTool.h"
Include dependency graph for RootDataConnection.cpp:

Go to the source code of this file.

Macros

#define ROOT_HAS_630_FWD_COMPAT   ROOT_VERSION_CODE > ROOT_VERSION( 6, 30, 4 )
 

Typedefs

typedef const stringCSTR
 

Macro Definition Documentation

◆ ROOT_HAS_630_FWD_COMPAT

#define ROOT_HAS_630_FWD_COMPAT   ROOT_VERSION_CODE > ROOT_VERSION( 6, 30, 4 )

Definition at line 46 of file RootDataConnection.cpp.

Typedef Documentation

◆ CSTR

typedef const string& CSTR

Definition at line 55 of file RootDataConnection.cpp.