Changes between Version 2 and Version 3 of Plugin


Ignore:
Timestamp:
May 5, 2016, 6:03:41 PM (8 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugin

    v2 v3  
    183183   5. finalize(self,matrix_element, cmdhistory, MG5options, outputflag)     
    184184   6. modify_grouping(self, matrix_element)
    185    7. make_model_cpp(self, export_dir)
     185   7. compile_model(self)
    186186
    187187=== List of class variable that need to be defined in the exporter:
     
    228228        return
    229229
    230     def setup_cpp_standalone_dir(self, model)
     230    def setup_cpp_standalone_dir(self, model):
    231231        return
    232232
     
    243243        return False, matrix_element
    244244
    245     def make_model_cpp(self, model):
    246         return
    247 
    248 }}}
    249 
    250 
     245    def compile_model(self):
     246        #compile the model to create a library
     247        return
     248
     249}}}
     250
     251