Marlin
01.17.01
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
include
marlin
FastMCParticleType.h
Go to the documentation of this file.
1
#ifndef FastMCParticleType_h
2
#define FastMCParticleType_h 1
3
4
5
#define NUMBER_OF_FASTMCPARTICLETYPES 5 // increase when adding a new type !!
6
7
namespace
marlin{
8
15
enum
FastMCParticleType
{
16
17
UNKNOWN
= 0 ,
18
CHARGED
= 1 ,
19
PHOTON
= 2 ,
20
NEUTRAL_HADRON
= 3 ,
21
NEUTRINO
= 4
22
};
23
24
}
// end namespace
25
#endif
26
27
28
marlin::NEUTRINO
Definition:
FastMCParticleType.h:21
marlin::NEUTRAL_HADRON
Definition:
FastMCParticleType.h:20
marlin::PHOTON
Definition:
FastMCParticleType.h:19
marlin::CHARGED
Definition:
FastMCParticleType.h:18
marlin::FastMCParticleType
FastMCParticleType
Enumeration that defines integer constants for various particle types used in the fast Monte Carlo...
Definition:
FastMCParticleType.h:15
marlin::UNKNOWN
Definition:
FastMCParticleType.h:17
Generated on Sun Sep 26 2021 03:47:04 for Marlin by
1.8.5