Package madgraph :: Package madevent :: Module gen_ximprove :: Class gen_ximprove
[hide private]
[frames] | no frames]

Class gen_ximprove

source code

object --+
         |
        gen_ximprove
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, cmd, opt=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__call__(self) source code
 
launch(self)
running
source code
 
configure(self, opt)
Defines some parameter of the run
source code
 
handle_seed(self)
not needed but for gridpack --which is not handle here for the moment
source code
 
find_job_for_event(self)
return the list of channel that need to be improved
source code
 
update_html(self)
update the html from this object since it contains all the information
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
format_variable(*args) source code
a new object with type S, a subtype of T
__new__(cls, cmd, opt)
Choose in which type of refine we want to be
source code
Class Variables [hide private]
  gen_events_security = 1.2
  combining_job = 0
  max_request_event = 1000
  max_event_in_iter = 5000
  min_event_in_iter = 1000
  max_splitting = 130
  min_iter = 3
  max_iter = 9
  keep_grid_for_refine = False
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, cmd, opt)
Static Method

source code 

Choose in which type of refine we want to be

Returns: a new object with type S, a subtype of T
Overrides: object.__new__

__init__(self, cmd, opt=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)