ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
dlldep.Stats Class Reference
Collaboration diagram for dlldep.Stats:

Public Member Functions

def __init__ (self, lib, cache)
 

Public Attributes

 lib
 
 depTotal
 
 depDirect
 

Detailed Description

Statistics calculated from Cache object

Definition at line 128 of file dlldep.py.

Constructor & Destructor Documentation

◆ __init__()

def dlldep.Stats.__init__ (   self,
  lib,
  cache 
)

Definition at line 131 of file dlldep.py.

131  def __init__(self, lib, cache):
132  self.lib = lib
133  self.depTotal = len(cache.myfiles)-1 # do not count ourselves
134  self.depDirect = 0
135 
136  for lib in cache.myfiles.values():
137  if lib.distance==1: self.depDirect += 1
138  return
139 
140 

Member Data Documentation

◆ depDirect

dlldep.Stats.depDirect

Definition at line 134 of file dlldep.py.

◆ depTotal

dlldep.Stats.depTotal

Definition at line 133 of file dlldep.py.

◆ lib

dlldep.Stats.lib

Definition at line 132 of file dlldep.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