All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Mode.h
Go to the documentation of this file.
1 #ifndef _sbnumurecodata_Mode_hh
2 #define _sbnumurecodata_Mode_hh
3 
4 namespace numu {
5 /**
6 * Enum to hold each different typoe of reconstructed event
7 */
9  mCC = 0,
11  mNC = 2,
13  mCosmic = 4,
15  mOther = 6,
16  mAll = 7
17 };
18 
19 /**
20  * Enum to hold different types of tracks.
21  */
22 enum TrackMode {
23  tmOther = -1,
24  tmCosmic = 1,
26 };
27 }
28 #endif
Definition: Mode.h:11
TrackMode
Definition: Mode.h:22
InteractionMode
Definition: Mode.h:8
Definition: Mode.h:9