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

Class gen_ximprove_v4

source code

  object --+    
           |    
gen_ximprove --+
               |
              gen_ximprove_v4
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, cmd, opt=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
reset_multijob(self) source code
 
write_multijob(self, Channel, nb_split) source code
 
increase_precision(self) source code
 
get_job_for_event(self)
generate the script in order to generate a given number of event
source code
 
create_ajob(self, template, jobs, write_dir=None)
create the ajob
source code
 
get_job_for_precision(self)
create the ajob to achieve a give precision on the total cross-section
source code
 
update_html(self)
update the html from this object since it contains all the information
source code

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.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
  alphabet = 'abcdefghijklmnopqrstuvwxyz'
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)

update_html(self)

source code 

update the html from this object since it contains all the information

Overrides: gen_ximprove.update_html