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 Attributes
python.cmstools.Event Class Reference
Inheritance diagram for python.cmstools.Event:

Public Member Functions

def __getattr__
 
def __init__
 
def getProduct
 

Private Attributes

 _eventTree
 

Detailed Description

Definition at line 141 of file cmstools.py.

Constructor & Destructor Documentation

def python.cmstools.Event.__init__ (   self,
  eventTree 
)

Definition at line 142 of file cmstools.py.

Member Function Documentation

def python.cmstools.Event.__getattr__ (   self,
  name 
)

Definition at line 148 of file cmstools.py.

def python.cmstools.Event.getProduct (   self,
  name 
)

Definition at line 145 of file cmstools.py.

Member Data Documentation

python.cmstools.Event._eventTree
private

Definition at line 143 of file cmstools.py.