ATLAS Offline Software
SimulationFlavor.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
2 
3 UndefinedSim = 0
4 ParticleKiller = 1
5 Fatras = 2
6 Geant4 = 3
7 FastCaloSim = 4
8 FastCaloSimV2 = 5
9 Parametric = 6
10 FatrasPileup = 7
11 FastCaloSimPileup = 8
12 NFlavors = 9
13