![]() |
The Gaudi Framework
v26r4
|
Internal helper class, which described a TBranch section in a ROOT file. More...
#include <GaudiRootCnv/RootDataConnection.h>
Public Member Functions | |
| ContainerSection () | |
| Default constructor. More... | |
| ContainerSection (int s, int l) | |
| Initializing constructor. More... | |
| ContainerSection (const ContainerSection &s) | |
| Copy constructor. More... | |
| ContainerSection & | operator= (const ContainerSection &s) |
| Assignment operator to copy objects. More... | |
| ContainerSection () | |
| Default constructor. More... | |
| ContainerSection (int s, int l) | |
| Initializing constructor. More... | |
| ContainerSection (const ContainerSection &s) | |
| Copy constructor. More... | |
| ContainerSection & | operator= (const ContainerSection &s) |
| Assignment operator to copy objects. More... | |
Public Attributes | |
| int | start |
| The start entry of the section. More... | |
| int | length |
| The length of the section. More... | |
Internal helper class, which described a TBranch section in a ROOT file.
TBranch sections (ie. an intervall of events) are used to describe files using the ROOT fast merge mechanism.
Definition at line 117 of file RootDataConnection.h.
|
inline |
Default constructor.
Definition at line 119 of file RootDataConnection.h.
|
inline |
Initializing constructor.
Definition at line 121 of file RootDataConnection.h.
|
inline |
Copy constructor.
Definition at line 123 of file RootDataConnection.h.
|
inline |
Default constructor.
Definition at line 119 of file RootDataConnection.h.
|
inline |
Initializing constructor.
Definition at line 121 of file RootDataConnection.h.
|
inline |
Copy constructor.
Definition at line 123 of file RootDataConnection.h.
|
inline |
Assignment operator to copy objects.
Definition at line 125 of file RootDataConnection.h.
|
inline |
Assignment operator to copy objects.
Definition at line 125 of file RootDataConnection.h.
| int Gaudi::RootDataConnection::ContainerSection::length |
The length of the section.
Definition at line 135 of file RootDataConnection.h.
| int Gaudi::RootDataConnection::ContainerSection::start |
The start entry of the section.
Definition at line 133 of file RootDataConnection.h.