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

Class gen_ximprove_v4_nogridupdate

source code

  object --+        
           |        
gen_ximprove --+    
               |    
 gen_ximprove_v4 --+
                   |
                  gen_ximprove_v4_nogridupdate

Instance Methods [hide private]
 
__init__(self, cmd, opt=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
increase_parralelization(self, nexternal) source code

Inherited from gen_ximprove_v4: create_ajob, get_job_for_event, get_job_for_precision, increase_precision, reset_multijob, update_html, write_multijob

Inherited from gen_ximprove: __call__, configure, find_job_for_event, handle_seed, launch

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

Static Methods [hide private]

Inherited from gen_ximprove: __new__, format_variable

Class Variables [hide private]
  gen_events_security = 1.1
  combining_job = 0
  max_request_event = 400
  max_event_in_iter = 500
  min_event_in_iter = 250
  max_splitting = 260
  min_iter = 2
  max_iter = 6
  keep_grid_for_refine = True

Inherited from gen_ximprove_v4: alphabet

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 

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

Overrides: object.__init__
(inherited documentation)