ATLAS Offline Software
Event/EventKernel/python/ParticleDataType.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2 
3 # ParticleDataType.py
4 # Author: Kyle Cranmer <Kyle.Cranmer@cern.ch>
5 #
6 # Purpose: This file defines the values of the enum ParticleDataType::DataType
7 # so that they can be used in Python in a fairly transparent way
8 #
9 # Usage: 1) import 2) use
10 # 1) import EventKernel.ParticleDataType
11 # 2) muonBuilder.MuonBuilderTool.dataType=EventKernel.ParticleDataType.Full
12 
13 Data=0
14 Full=1
15 FastShower=2
16 Fast=3
17 Truth=4