Package madgraph :: Package various :: Module hepmc_parser :: Class HEPMC_Event
[hide private]
[frames] | no frames]

Class HEPMC_Event

source code

object --+
         |
        HEPMC_Event

Instance Methods [hide private]
 
__init__(self, text=None)
The initialization of an empty Event (or one associate to a text file)
source code
 
parse(self, text) source code
 
parse_E(self, line)
E 249 -1 -1.0000000000000000e+00 -1.0000000000000000e+00 -1.0000000000000000e+00 0 0 462 1 2 0 1 8.2247251000000005e-22
source code
 
parse_N(self, line)
just keep the information so far
source code
 
parse_U(self, line) source code
 
parse_H(self, line) source code
 
parse_F(self, line) source code
 
parse_C(self, line) source code
 
__iter__(self) source code
 
add_vertex(self, V) source code
 
add_particle(self, P) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  wgt

Inherited from object: __class__

Method Details [hide private]

__init__(self, text=None)
(Constructor)

source code 

The initialization of an empty Event (or one associate to a text file)

Overrides: object.__init__

Property Details [hide private]

wgt

Get Method:
unreachable.wgt(self)
Set Method:
unreachable.wgt(self, value)