ATLAS Offline Software
Functions
TConvertingBranchElement.cxx File Reference

A variant of TBranchElement that can call converters when reading objects in split mode. More...

#include "RootConversions/TConvertingBranchElement.h"
#include "RootConversions/TConverterRegistry.h"
#include "RootConversions/TVirtualConverter.h"
#include "TClonesArray.h"
#include "TStreamerElement.h"
#include "TFile.h"
#include "TTree.h"
#include "TVirtualCollectionProxy.h"
#include "TVirtualCollectionIterators.h"
#include "TBranchRef.h"
#include "TClassEdit.h"
#include "TBasket.h"
#include "TError.h"
#include "TStreamerInfo.h"
#include "TBufferFile.h"
#include "TVirtualArray.h"
#include "TROOT.h"
#include <cassert>
#include <cstdlib>

Go to the source code of this file.

Functions

void TConvertingBranchElement_init ()
 To allow calling Initialize without having to depend on the header. More...
 

Detailed Description

A variant of TBranchElement that can call converters when reading objects in split mode.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Dec, 2006

Definition in file TConvertingBranchElement.cxx.

Function Documentation

◆ TConvertingBranchElement_init()

void TConvertingBranchElement_init ( )

To allow calling Initialize without having to depend on the header.

Definition at line 1375 of file TConvertingBranchElement.cxx.

1376 {
1378 }
TConvertingBranchElement::Initialize
static void Initialize()
Set up to allow for conversions in split mode.
Definition: TConvertingBranchElement.cxx:335