Package madgraph :: Package madweight :: Module MW_driver :: Class RunningMW
[hide private]
[frames] | no frames]

Class RunningMW

source code

object --+
         |
        RunningMW

Nested Classes [hide private]
  output_handler
Instance Methods [hide private]
 
__init__(self, card_nb, first_event, nb_events, evt_file, mw_int_points, log_level, sample_nb)
store the data
source code
 
run(self)
Run the computation
source code
 
get_next_event(self, create=True, update_event_nb=True)
prepare the verif.lhco
source code
 
get_one_job_result(self)
collect the associate result and update the final output file
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, card_nb, first_event, nb_events, evt_file, mw_int_points, log_level, sample_nb)
(Constructor)

source code 

store the data

Overrides: object.__init__