Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
none
none
bgColor#FFFFEE
titleBGColor#FFFFDD
titlemypackage/src/myana.py
borderStylesolid
# user analysis class
class myana(object):
    def __init__(self, name, lower, uppper, bins=100)
        self.lower = float(lower)
        self.upper = float(upper)
        self.binbins = int(bins)
    ...

and this job configuration file:

...