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

Class gen_ximprove_gridpack

source code

  object --+        
           |        
gen_ximprove --+    
               |    
 gen_ximprove_v4 --+
                   |
                  gen_ximprove_gridpack

Instance Methods [hide private]
 
__init__(self, *args, **opts)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
find_job_for_event(self)
return the list of channel that need to be improved
source code
 
get_job_for_event(self)
generate the script in order to generate a given number of event
source code
 
check_events(self, goal_lum, to_refine, jobs, Sdir)
check that we get the number of requested events if not resubmit.
source code

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

Inherited from gen_ximprove: __call__, configure, handle_seed, launch

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

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, *args, **opts)
Choose in which type of refine we want to be
source code

Inherited from gen_ximprove: format_variable

Class Variables [hide private]
  min_iter = 1
  max_iter = 13
  max_request_event = 1e+12
  max_event_in_iter = 4000
  min_event_in_iter = 500
  combining_job = 9223372036854775807
  gen_events_security = 1.0

Inherited from gen_ximprove_v4: alphabet, keep_grid_for_refine, max_splitting

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, *args, **opts)
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__
(inherited documentation)

__init__(self, *args, **opts)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

find_job_for_event(self)

source code 

return the list of channel that need to be improved

Overrides: gen_ximprove.find_job_for_event

get_job_for_event(self)

source code 

generate the script in order to generate a given number of event

Overrides: gen_ximprove_v4.get_job_for_event