|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Internal helper class, which described a TBranch section in a ROOT file. More...
#include <GaudiRootCnv/RootDataConnection.h>
Public Member Functions | |
| ContainerSection () | |
| Default constructor. | |
| ContainerSection (int s, int l) | |
| Initializing constructor. | |
| ContainerSection (const ContainerSection &s) | |
| Copy constructor. | |
| ContainerSection & | operator= (const ContainerSection &s) |
| Assignment operator to copy objects. | |
Public Attributes | |
| int | start |
| The start entry of the section. | |
| int | length |
| The length of the section. | |
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 108 of file RootDataConnection.h.
| Gaudi::RootDataConnection::ContainerSection::ContainerSection | ( | ) | [inline] |
| Gaudi::RootDataConnection::ContainerSection::ContainerSection | ( | int | s, |
| int | l | ||
| ) | [inline] |
| Gaudi::RootDataConnection::ContainerSection::ContainerSection | ( | const ContainerSection & | s ) | [inline] |
| ContainerSection& Gaudi::RootDataConnection::ContainerSection::operator= | ( | const ContainerSection & | s ) | [inline] |
| int Gaudi::RootDataConnection::ContainerSection::length |
The length of the section.
Definition at line 120 of file RootDataConnection.h.
| int Gaudi::RootDataConnection::ContainerSection::start |
The start entry of the section.
Definition at line 118 of file RootDataConnection.h.