The Gaudi Framework  v36r11 (bdb84f5f)
RootNTupleCnv.cpp File Reference
#include "RootCnv/RootNTupleCnv.h"
#include "RootCnv/RootAddress.h"
#include "RootCnv/RootDataConnection.h"
#include "RootCnv/RootRefs.h"
#include "GaudiKernel/ContainedObject.h"
#include "GaudiKernel/INTupleSvc.h"
#include "GaudiKernel/IRegistry.h"
#include "GaudiKernel/ISelectStatement.h"
#include "GaudiKernel/NTuple.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/SmartRef.h"
#include "GaudiKernel/StreamBuffer.h"
#include "TBranch.h"
#include "TROOT.h"
#include "TTree.h"
#include <limits>
#include <memory>
Include dependency graph for RootNTupleCnv.cpp:

Go to the source code of this file.

Macros

#define ALLOW_ALL_TYPES
 
#define S_OK   StatusCode::SUCCESS
 
#define S_FAIL   StatusCode::FAILURE
 

Macro Definition Documentation

◆ ALLOW_ALL_TYPES

#define ALLOW_ALL_TYPES

Definition at line 20 of file RootNTupleCnv.cpp.

◆ S_FAIL

#define S_FAIL   StatusCode::FAILURE

Definition at line 45 of file RootNTupleCnv.cpp.

◆ S_OK

#define S_OK   StatusCode::SUCCESS

Definition at line 44 of file RootNTupleCnv.cpp.