![]() |
ATLAS Offline Software
|
Class for holding information about a single container. More...
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, name, memSize, diskSize, nEntries) | |
| Constructor. | |
| name (self) | |
| The name of the container. | |
| memSize (self) | |
| Size of the container in memory in kilobytes. | |
| diskSize (self) | |
| Size of the container on disk in kilobytes. | |
| diskSizePerEntry (self) | |
| Average size of the container per event in kilobytes. | |
| compression (self) | |
| Compression factor for the container. | |
| nEntries (self) | |
| The number of entries saved for this container. | |
Protected Attributes | |
| _name = name | |
| _memSize = memSize | |
| _diskSize = diskSize | |
| _nEntries = nEntries | |
Class for holding information about a single container.
Modeled on PoolRecord from the offline code...
Definition at line 77 of file Control/xAODRootAccess/scripts/checkxAOD.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| checkxAOD.ContainerInfo.__init__ | ( | self, | |
| name, | |||
| memSize, | |||
| diskSize, | |||
| nEntries ) |
Constructor.
Definition at line 79 of file Control/xAODRootAccess/scripts/checkxAOD.py.
| checkxAOD.ContainerInfo.compression | ( | self | ) |
Compression factor for the container.
Definition at line 101 of file Control/xAODRootAccess/scripts/checkxAOD.py.
| checkxAOD.ContainerInfo.diskSize | ( | self | ) |
Size of the container on disk in kilobytes.
Definition at line 95 of file Control/xAODRootAccess/scripts/checkxAOD.py.
| checkxAOD.ContainerInfo.diskSizePerEntry | ( | self | ) |
Average size of the container per event in kilobytes.
Definition at line 98 of file Control/xAODRootAccess/scripts/checkxAOD.py.
| checkxAOD.ContainerInfo.memSize | ( | self | ) |
Size of the container in memory in kilobytes.
Definition at line 92 of file Control/xAODRootAccess/scripts/checkxAOD.py.
| checkxAOD.ContainerInfo.name | ( | self | ) |
The name of the container.
Definition at line 89 of file Control/xAODRootAccess/scripts/checkxAOD.py.
| checkxAOD.ContainerInfo.nEntries | ( | self | ) |
The number of entries saved for this container.
Definition at line 104 of file Control/xAODRootAccess/scripts/checkxAOD.py.
|
protected |
Definition at line 85 of file Control/xAODRootAccess/scripts/checkxAOD.py.
|
protected |
Definition at line 84 of file Control/xAODRootAccess/scripts/checkxAOD.py.
|
protected |
Definition at line 83 of file Control/xAODRootAccess/scripts/checkxAOD.py.
|
protected |
Definition at line 86 of file Control/xAODRootAccess/scripts/checkxAOD.py.