first add
This commit is contained in:
13
particle.py
Normal file
13
particle.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# particle.py
|
||||
|
||||
import enum
|
||||
|
||||
class ParticleType(enum.Enum):
|
||||
NeutralHadron = 0
|
||||
Photon = 1
|
||||
Electron = 2
|
||||
Muon = 3
|
||||
Pion = 4
|
||||
ChargedKaon = 5
|
||||
Proton = 6
|
||||
Others = 7
|
||||
Reference in New Issue
Block a user