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

Class HEPMC_Particle

source code

object --+
         |
        HEPMC_Particle

Instance Methods [hide private]
 
__init__(self, text=None, event=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
parse(self, line=None, event=None)
P 3 -2 0 0 3.0332529367341937e+01 3.0332529367341937e+01 0 21 0 0 -3 1 2 501
source code
 
__str__(self)
P 3 -2 0 0 3.0332529367341937e+01 3.0332529367341937e+01 0 21 0 0 -3 1 2 501
source code

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

Properties [hide private]
  pdg_code
  pid
  helicity

Inherited from object: __class__

Method Details [hide private]

__init__(self, text=None, event=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

P 3 -2 0 0 3.0332529367341937e+01 3.0332529367341937e+01 0 21 0 0 -3 1 2 501

Overrides: object.__str__

Property Details [hide private]

pdg_code

Get Method:
unreachable.pdg_code(self)

pid

Get Method:
unreachable.pdg_code(self)

helicity

Get Method:
unreachable.helicity(self)