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

Class Full_TF

source code

xml.sax.handler.ContentHandler --+        
                                 |        
                         XML_input --+    
                                     |    
                              TF_input --+
                                         |
xml.sax.handler.ContentHandler --+       |
                                 |       |
                         XML_input --+   |
                                     |   |
                     TF_with_particles --+
                                         |
                                        Full_TF

class containing both extension of XML_input

Instance Methods [hide private]
 
__init__(self, name)
load the different module
source code

Inherited from TF_input: create_ordering_file, create_transfer_card, create_transfer_functions

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

Inherited from TF_with_particles: find_pid_to_label, load_particles_file

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 

load the different module

Overrides: TF_with_particles.__init__