ATLAS Offline Software
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
python.PoolFile.Counter Class Reference
Inheritance diagram for python.PoolFile.Counter:
Collaboration diagram for python.PoolFile.Counter:

Public Member Functions

def __init__ (self, name, itemList)
 

Public Attributes

 name
 
 itemList
 

Static Public Attributes

 size
 

Detailed Description

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

Definition at line 1097 of file PoolFile.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 1102 of file PoolFile.py.

1102  def __init__(self, name, itemList):
1103  object.__init__(self)
1104  self.name = name
1105  self.itemList = itemList

Member Data Documentation

◆ itemList

python.PoolFile.Counter.itemList

Definition at line 1105 of file PoolFile.py.

◆ name

python.PoolFile.Counter.name

Definition at line 1104 of file PoolFile.py.

◆ size

python.PoolFile.Counter.size
static

Definition at line 1101 of file PoolFile.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18