#include <ParticleType.h>
Public Types | |
| typedef enum ParticleType::Eparticletype | particletype_t |
| enum | Eparticletype { em, emshort, muon, prot, pi0, uniquemuon } |
Public Member Functions | |
| ParticleType () | |
| ~ParticleType () | |
Public Attributes | |
| particletype_t | type |
| int | start |
| int | stop |
|
|
|
|
|
Definition at line 15 of file ParticleType.h. 00016 {
00017 em,
00018 emshort,
00019 muon,
00020 prot,
00021 pi0,
00022 uniquemuon
00023
00024
00025 }particletype_t;
|
|
|
Definition at line 7 of file ParticleType.cxx. 00007 {}
|
|
|
Definition at line 9 of file ParticleType.cxx. 00009 {}
|
|
|
Definition at line 30 of file ParticleType.h. Referenced by Finder::ProcessParticle3D(), Finder::ProcessParticle3D1(), and Finder::StripMuon1(). |
|
|
Definition at line 31 of file ParticleType.h. Referenced by Finder::ProcessParticle3D(), Finder::ProcessParticle3D1(), and Finder::StripMuon1(). |
|
|
Definition at line 29 of file ParticleType.h. Referenced by Finder::ProcessParticle3D(), Finder::ProcessParticle3D1(), and Finder::StripMuon1(). |
1.3.9.1