Skip to content

savalless/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

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 38.4%
  • JavaScript 35.3%
  • Python 21.9%
  • Java 3.9%
  • Makefile 0.5%
  • Processing 0.0%