ATLAS Offline Software
Loading...
Searching...
No Matches
TrigVtx Namespace Reference

Classes

struct  TrigParticleMasses

Enumerations

enum  TrigParticleName {
  electron =0 , muon =1 , pion =2 , kaon =3 ,
  proton =4 , gamma =5
}

Enumeration Type Documentation

◆ TrigParticleName

Enumerator
electron 
muon 
pion 
kaon 
proton 
gamma 

Definition at line 20 of file TrigParticleTable.h.

21 {
22 electron=0,
23 muon=1,
24 pion=2,
25 kaon=3,
26 proton=4,
27 gamma=5
28 };