LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
BeamTypes.h
Go to the documentation of this file.
1 
2 
3 #ifndef BEAMTYPES_H
4 #define BEAMTYPES_H
5 
6 namespace sim {
7 
9  enum BeamType_t {
10  kUnknown = 0,
11  kBNB,
14  };
15 }
16 
17 #endif
Max value of enum for iteration.
Definition: BeamTypes.h:13
Unknown beam type.
Definition: BeamTypes.h:10
NuMI.
Definition: BeamTypes.h:12
Monte Carlo Simulation.
BNB.
Definition: BeamTypes.h:11
BeamType_t
Defines category of beams to be stored in sim::BeamGateInfo.
Definition: BeamTypes.h:9