![]() |
The Gaudi Framework
v26r3
|
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 116 of file RootDataConnection.h.
|
inline |
Default constructor.
Definition at line 118 of file RootDataConnection.h.
|
inline |
Initializing constructor.
Definition at line 120 of file RootDataConnection.h.
|
inline |
Copy constructor.
Definition at line 122 of file RootDataConnection.h.
|
inline |
Default constructor.
Definition at line 118 of file RootDataConnection.h.
|
inline |
Initializing constructor.
Definition at line 120 of file RootDataConnection.h.
|
inline |
Copy constructor.
Definition at line 122 of file RootDataConnection.h.
|
inline |
Assignment operator to copy objects.
Definition at line 124 of file RootDataConnection.h.
|
inline |
Assignment operator to copy objects.
Definition at line 124 of file RootDataConnection.h.
| int Gaudi::RootDataConnection::ContainerSection::length |
The length of the section.
Definition at line 134 of file RootDataConnection.h.
| int Gaudi::RootDataConnection::ContainerSection::start |
The start entry of the section.
Definition at line 132 of file RootDataConnection.h.