BeamTypes.h
Go to the documentation of this file.
1 
2 
3 #ifndef BEAMTYPES_H
4 #define BEAMTYPES_H
5 
6 namespace gar {
7  namespace sdp {
8 
9  /// Defines category of beams to be stored in sdp::BeamGateInfo
10  enum BeamType_t {
11  kUnknown=0, ///< Unknown beam type
12  kBNB, ///< BNB
13  kNuMI, ///< NuMI
14  kBeamTypeMax ///< Max value of enum for iteration
15  };
16  }
17 } // gar
18 
19 #endif
BeamType_t
Defines category of beams to be stored in sdp::BeamGateInfo.
Definition: BeamTypes.h:10
Unknown beam type.
Definition: BeamTypes.h:11
Max value of enum for iteration.
Definition: BeamTypes.h:14
General GArSoft Utilities.