CMS 3D CMS Logo

NodeCut::PathLine Class Reference

List of all members.

Public Member Functions

def __init__
def hits
def id
def seen

Public Attributes

 attr
 hits
 id


Detailed Description

Definition at line 28 of file NodeCut.py.


Member Function Documentation

def NodeCut::PathLine::__init__ (   self,
  line 
)

Definition at line 29 of file NodeCut.py.

00029                            :
00030         self.attr = line.split()
00031         self.hits = int(self.attr[1])
00032         self.id = int(self.attr[0])
    def hits(self): return self.hits

def NodeCut::PathLine::hits (   self  ) 

Definition at line 33 of file NodeCut.py.

00033 : return self.hits

def NodeCut::PathLine::id (   self  ) 

Definition at line 35 of file NodeCut.py.

00035                 :   return self.id
00036 

def NodeCut::PathLine::seen (   self  ) 

Definition at line 34 of file NodeCut.py.

00034 : return self.hits


Member Data Documentation

NodeCut::PathLine::attr

Definition at line 30 of file NodeCut.py.

NodeCut::PathLine::hits

Definition at line 31 of file NodeCut.py.

NodeCut::PathLine::id

Definition at line 32 of file NodeCut.py.


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:49:14 2009 for CMSSW by  doxygen 1.5.4