ATLAS Offline Software
Classes
TConvertingBranchElement.h File Reference

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

#include "TBranchElement.h"
#include <atomic>
Include dependency graph for TConvertingBranchElement.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TConvertingBranchElement
 A variant of TBranchElement that can call converters when reading objects in split mode. 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 This class adds the ability to call converters on classes being read in split mode. It is implemented as a derived class of TBranchElement. In order to use it, you must first register your converters with TConverterRegistry (and call TConvertingBranchElement::Initialize, but normally the registry class will take care of that).

A few notes:

TODO:

Definition in file TConvertingBranchElement.h.