CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
dqm_interfaces.DirID Class Reference
Inheritance diagram for dqm_interfaces.DirID:

Public Member Functions

def __eq__
 
def __init__
 
def __repr__
 

Public Attributes

 compname
 
 depth
 
 mother
 
 name
 

Detailed Description

Structure used to identify a directory in the walked tree,
It carries the name and depth information.

Definition at line 351 of file dqm_interfaces.py.

Constructor & Destructor Documentation

def dqm_interfaces.DirID.__init__ (   self,
  name,
  depth,
  mother = "" 
)

Definition at line 355 of file dqm_interfaces.py.

Member Function Documentation

def dqm_interfaces.DirID.__eq__ (   self,
  dirid 
)

Definition at line 360 of file dqm_interfaces.py.

def dqm_interfaces.DirID.__repr__ (   self)

Definition at line 372 of file dqm_interfaces.py.

Member Data Documentation

dqm_interfaces.DirID.compname

Definition at line 357 of file dqm_interfaces.py.

dqm_interfaces.DirID.depth

Definition at line 359 of file dqm_interfaces.py.

dqm_interfaces.DirID.mother

Definition at line 358 of file dqm_interfaces.py.

dqm_interfaces.DirID.name

Definition at line 356 of file dqm_interfaces.py.

Referenced by VIDSelectorBase.VIDSelectorBase.initialize().