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 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, 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 1079 of file PoolFile.py.

Member Typedef Documentation

◆ result

Definition at line 90 of file EDM_MasterSearch.h.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 1084 of file PoolFile.py.

1084 def __init__(self, name, itemList):
1085 object.__init__(self)
1086 self.name = name
1087 self.itemList = itemList

Member Data Documentation

◆ itemList

python.PoolFile.Counter.itemList = itemList

Definition at line 1087 of file PoolFile.py.

◆ name

python.PoolFile.Counter.name = name

Definition at line 1086 of file PoolFile.py.

◆ size

int python.PoolFile.Counter.size = 0
static

Definition at line 1083 of file PoolFile.py.


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