GENIEGenerator
|
Typedef enums. More...
Typedefs | |
typedef enum genie::hnl::enums::t_coupIdx | coupIdx_t |
Coupling configuration indices. More... | |
typedef enum genie::hnl::enums::t_parent | parent_t |
typedef enum genie::hnl::enums::t_nutype | nutype_t |
Enumerations | |
enum | t_coupIdx { kInitIdx = -1, kEqualIdx = 0, kMuonIdx = 1, kElectronIdx = 2, kOtherIdx = 3 } |
Coupling configuration indices. More... | |
enum | t_parent { kNoPar = -1, kAll = 0, kPion = 1, kKaon = 2, kMuon = 3, kNeuk = 4 } |
enum | t_nutype { kNone = -1, kNumu = 1, kNumubar = 2, kNue = 3, kNuebar = 4 } |
Typedef enums.
All enums used in the HNL simulation (should) live here.
typedef enum genie::hnl::enums::t_coupIdx genie::hnl::enums::coupIdx_t |
Coupling configuration indices.
typedef enum genie::hnl::enums::t_nutype genie::hnl::enums::nutype_t |
typedef enum genie::hnl::enums::t_parent genie::hnl::enums::parent_t |
Coupling configuration indices.
Enumerator | |
---|---|
kInitIdx | |
kEqualIdx | |
kMuonIdx | |
kElectronIdx | |
kOtherIdx |
Definition at line 37 of file HNLEnums.h.
Enumerator | |
---|---|
kNone | |
kNumu | |
kNumubar | |
kNue | |
kNuebar |
Definition at line 58 of file HNLEnums.h.
Enumerator | |
---|---|
kNoPar | |
kAll | |
kPion | |
kKaon | |
kMuon | |
kNeuk |
Definition at line 47 of file HNLEnums.h.