Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Enumerations
ParticleDataType Namespace Reference

Information about type of data used to fill particle. More...

Enumerations

enum  DataType {
  Data = 0, Full = 1, FastShower = 2, Fast = 3,
  True = 4
}
 

Detailed Description

Information about type of data used to fill particle.

NOTE! This must be consistant with ../python/ParticleDataType.py

Enumeration Type Documentation

◆ DataType

Enumerator
Data 
Full 
FastShower 
Fast 
True 

Definition at line 36 of file Event/EventKernel/EventKernel/IParticle.h.

36 {Data = 0, Full = 1, FastShower = 2, Fast = 3, True = 4} ;
True
#define True
Definition: ALFA_SvdCalc.h:37
Data
@ Data
Definition: BaseObject.h:11
ParticleDataType::Fast
@ Fast
Definition: Event/EventKernel/EventKernel/IParticle.h:36
ParticleDataType::Full
@ Full
Definition: Event/EventKernel/EventKernel/IParticle.h:36
ParticleDataType::FastShower
@ FastShower
Definition: Event/EventKernel/EventKernel/IParticle.h:36