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

Class TF_with_particles

source code

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

this class extend the XML with routine associating the particles.dat file

Instance Methods [hide private]
 
__init__(self, only_add=0)
standard input but add a tag if the particles.dat is loaded or not
source code
 
load_particles_file(self, filepos='./Source/MODEL/particles.dat')
load the particles file if not already loaded
source code
 
find_pid_to_label(self) 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, only_add=0)
(Constructor)

source code 

standard input but add a tag if the particles.dat is loaded or not

Overrides: xml.sax.handler.ContentHandler.__init__