CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
python.rootplot.rootmath.Target Class Reference

Classes #############################################################. More...

Inheritance diagram for python.rootplot.rootmath.Target:

Public Member Functions

def __init__ (self, filename, path='', scale=1., scale_error=None)
 
def __repr__ (self)
 

Public Attributes

 filename
 
 path
 
 scale
 
 scale_error
 

Detailed Description

Classes #############################################################.

Description.

Definition at line 57 of file rootmath.py.

Constructor & Destructor Documentation

def python.rootplot.rootmath.Target.__init__ (   self,
  filename,
  path = '',
  scale = 1.,
  scale_error = None 
)

Definition at line 59 of file rootmath.py.

59  def __init__(self, filename, path='', scale=1., scale_error=None):
60  self.filename = filename
61  self.path = path
62  self.scale = scale
63  self.scale_error = scale_error
def __init__(self, filename, path='', scale=1., scale_error=None)
Definition: rootmath.py:59

Member Function Documentation

def python.rootplot.rootmath.Target.__repr__ (   self)

Member Data Documentation

python.rootplot.rootmath.Target.filename
python.rootplot.rootmath.Target.path

Definition at line 61 of file rootmath.py.

Referenced by python.rootplot.rootmath.Target.__repr__().

python.rootplot.rootmath.Target.scale
python.rootplot.rootmath.Target.scale_error

Definition at line 63 of file rootmath.py.