ATLAS Offline Software
Loading...
Searching...
No Matches
python.PoolFile.Counter Class Reference
Inheritance diagram for python.PoolFile.Counter:
Collaboration diagram for python.PoolFile.Counter:

Public Member Functions

 __init__ (self, name, itemList)

Public Attributes

 name = name
 itemList = itemList

Static Public Attributes

int size = 0

Detailed Description

A counter just contains an item list (pairs class-name/sg-key) and the size

Definition at line 1045 of file PoolFile.py.

Constructor & Destructor Documentation

◆ __init__()

python.PoolFile.Counter.__init__ ( self,
name,
itemList )

Definition at line 1050 of file PoolFile.py.

1050 def __init__(self, name, itemList):
1051 object.__init__(self)
1052 self.name = name
1053 self.itemList = itemList

Member Data Documentation

◆ itemList

python.PoolFile.Counter.itemList = itemList

Definition at line 1053 of file PoolFile.py.

◆ name

python.PoolFile.Counter.name = name

Definition at line 1052 of file PoolFile.py.

◆ size

int python.PoolFile.Counter.size = 0
static

Definition at line 1049 of file PoolFile.py.


The documentation for this class was generated from the following file: