Package aloha :: Module aloha_writers :: Class ALOHAWriterForFortranLoop
[hide private]
[frames] | no frames]

Class ALOHAWriterForFortranLoop

source code

       WriteALOHA --+    
                    |    
ALOHAWriterForFortran --+
                        |
                       ALOHAWriterForFortranLoop
Known Subclasses:

routines for writing out Fortran

Nested Classes [hide private]

Inherited from ALOHAWriterForFortran: writer

Instance Methods [hide private]
 
__init__(self, abstract_routine, dirpath) source code
 
define_expression(self)
Define the functions in a 100% way
source code
 
get_declaration_txt(self)
Prototype for how to write the declaration of variable
source code
 
define_argument_list(self, couplings=None)
define a list with the string of object required as incoming argument
source code
 
get_momenta_txt(self)
Define the Header of the ortran file.
source code
 
get_loop_argument(self, key)
return the position for the argument in the HELAS convention
source code
 
get_header_txt(self, name=None, couplings=None, **opt)
Define the Header of the fortran file.
source code

Inherited from ALOHAWriterForFortran: change_number_format, change_var_format, define_symmetry, get_fct_format, get_foot_txt, get_one_momenta_def, shift_indices, write_combined

Inherited from WriteALOHA: define_content, get_P_sign, get_momentum_conservation_sign, make_call_list, make_declaration_list, pass_to_HELAS, write, write_MultContainer, write_MultVariable, write_indices_part, write_obj, write_obj_Add, write_variable, write_variable_id

Class Variables [hide private]

Inherited from ALOHAWriterForFortran: extension, format, type2def

Inherited from WriteALOHA: power_symbol, type_to_size, type_to_variable

Method Details [hide private]

__init__(self, abstract_routine, dirpath)
(Constructor)

source code 
Overrides: WriteALOHA.__init__

define_expression(self)

source code 

Define the functions in a 100% way

Overrides: ALOHAWriterForFortran.define_expression

get_declaration_txt(self)

source code 

Prototype for how to write the declaration of variable

Overrides: WriteALOHA.get_declaration_txt

define_argument_list(self, couplings=None)

source code 

define a list with the string of object required as incoming argument

Overrides: WriteALOHA.define_argument_list

get_momenta_txt(self)

source code 

Define the Header of the ortran file. This include

  • momentum conservation
  • definition of the impulsion
Overrides: WriteALOHA.get_momenta_txt

get_header_txt(self, name=None, couplings=None, **opt)

source code 

Define the Header of the fortran file. This include

  • function tag
  • definition of variable
Overrides: WriteALOHA.get_header_txt