Skip to content

sergimasot/particle-muzic

 
 

Repository files navigation

### Particle

Example:

pi = ParticleDT('pi+')

pi.name
pi.id
pi.pdgid
pi.mass
pi.charge
pi.lifetime
pi.type
pi.composition
pi.decay_channels

pi.decay
pi.timetodecay

pi.getChannelNames()
pi.getDecayTreeAll()
pi.getDecayTreeRandom()



#### Physics Libraries used
- PYPDT
  Install with '''pip install pypdt'''
  Source files: https://bitbucket.org/andybuckley/pypdt/
- ParticleDataTool
  Cloned from: https://github.com/afedynitch/ParticleDataTool
  (added the __init__.py)

#### Related Libraries (not used)
- pypdg: https://github.com/scphall/pypdg

#### dependencies
- Numpy, pypdt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.7%
  • Jupyter Notebook 35.8%
  • Python 15.2%
  • Java 3.0%
  • Makefile 0.3%
  • Processing 0.0%