CMS 3D CMS Logo

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

Public Member Functions

def __call__
 
def __init__
 
def setIndex
 

Private Member Functions

def __readData
 

Private Attributes

 _branch
 
 _buffer
 
 _index
 
 _readData
 

Detailed Description

Definition at line 152 of file cmstools.py.

Constructor & Destructor Documentation

def python.cmstools.EventBranch.__init__ (   self,
  parent,
  name 
)

Definition at line 153 of file cmstools.py.

Member Function Documentation

def python.cmstools.EventBranch.__call__ (   self)

Definition at line 168 of file cmstools.py.

def python.cmstools.EventBranch.__readData (   self)
private

Definition at line 163 of file cmstools.py.

def python.cmstools.EventBranch.setIndex (   self,
  index 
)

Definition at line 160 of file cmstools.py.

Member Data Documentation

python.cmstools.EventBranch._branch
private

Definition at line 154 of file cmstools.py.

python.cmstools.EventBranch._buffer
private

Definition at line 157 of file cmstools.py.

python.cmstools.EventBranch._index
private

Definition at line 158 of file cmstools.py.

python.cmstools.EventBranch._readData
private

Definition at line 159 of file cmstools.py.