~maddevelopers/mg5amcnlo/laser_beam_option

« back to all changes in this revision

Viewing changes to models/EWdim6/write_param_card.py

  • Committer: olivier Mattelaer
  • Date: 2013-03-05 18:52:27 UTC
  • mfrom: (239.1.31 mg5_1_5_8)
  • Revision ID: olivier.mattelaer@uclouvain.be-20130305185227-h1358ux804s2wc26
Pass to 1.5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
__date__ = "22 Sept 2011"
 
2
__date__ = "02 Aug 2012"
3
3
__author__ = 'olivier.mattelaer@uclouvain.be'
4
4
 
5
5
from function_library import *
28
28
        self.fsock.write(self.header)
29
29
        
30
30
        self.write_card(list_of_parameters)
 
31
        self.fsock.close()
31
32
    
32
33
    def define_not_dep_param(self, list_of_parameters):
33
34
        """define self.dep_mass and self.dep_width in case that they are 
168
169
        
169
170
        self.fsock.write(text)
170
171
        
171
 
        
172
172
            
173
173
            
174
174