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 130 of file dlldep.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 133 of file dlldep.py.

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

Member Data Documentation

◆ depDirect

dlldep.Stats.depDirect

Definition at line 136 of file dlldep.py.

◆ depTotal

dlldep.Stats.depTotal

Definition at line 135 of file dlldep.py.

◆ lib

dlldep.Stats.lib

Definition at line 134 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