Package madgraph :: Package madweight :: Module change_tf :: Class TF_input
[hide private]
[frames] | no frames]

Class TF_input

source code

xml.sax.handler.ContentHandler --+    
                                 |    
                         XML_input --+
                                     |
                                    TF_input
Known Subclasses:

This class extend the XML input containing routines containing writing output

Instance Methods [hide private]
 
__init__(self, name) source code
 
create_ordering_file(self)
take input form TF_input.dat and insert in ordering_file.inc
source code
 
create_transfer_functions(self)
define for each block the 3 functions TF and the three TF width
source code
 
create_transfer_card(self, list_var)
create the generic transfer_card linked to this transfer_functions
source code

Inherited from XML_input: characters, endElement, find_label_to_block, read_file, startElement

Inherited from xml.sax.handler.ContentHandler: endDocument, endElementNS, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElementNS, startPrefixMapping

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 
Overrides: xml.sax.handler.ContentHandler.__init__