|
Gaudi Framework, version v23r5 |
| Home | Generated: Wed Nov 28 2012 |
#include "RootCnv/RootRefs.h"#include "RootCnv/RootAddress.h"#include "RootCnv/RootNTupleCnv.h"#include "RootCnv/RootDataConnection.h"#include "GaudiKernel/NTuple.h"#include "GaudiKernel/SmartIF.h"#include "GaudiKernel/SmartRef.h"#include "GaudiKernel/INTupleSvc.h"#include "GaudiKernel/IRegistry.h"#include "GaudiKernel/ISelectStatement.h"#include "GaudiKernel/ContainedObject.h"#include "GaudiKernel/StreamBuffer.h"#include "TROOT.h"#include "TTree.h"#include "TBranch.h"#include "Reflex/Reflex.h"#include <limits>#include <memory>
Go to the source code of this file.
Macros | |
| #define | ALLOW_ALL_TYPES |
| #define | S_OK StatusCode::SUCCESS |
| #define | S_FAIL StatusCode::FAILURE |
Functions | |
| static istream & | loadLong (istream &is) |
| static istream & | operator>> (istream &is, IOpaqueAddress *&) |
| template<class TYP > | |
| static StatusCode | createItem (TTree *tree, INTuple *tuple, istream &is, const string &name, bool add, const TYP &null) |
| template<class T > | |
| static void | putRange (ostream &os, NTuple::_Data< T > *it) |
| static string | _tr (const string &s) |
| #define ALLOW_ALL_TYPES |
Definition at line 10 of file RootNTupleCnv.cpp.
| #define S_FAIL StatusCode::FAILURE |
Definition at line 36 of file RootNTupleCnv.cpp.
| #define S_OK StatusCode::SUCCESS |
Definition at line 35 of file RootNTupleCnv.cpp.
Definition at line 127 of file RootNTupleCnv.cpp.
|
static |
Definition at line 59 of file RootNTupleCnv.cpp.
Definition at line 41 of file RootNTupleCnv.cpp.
|
inlinestatic |
Definition at line 46 of file RootNTupleCnv.cpp.
|
inlinestatic |
Definition at line 122 of file RootNTupleCnv.cpp.