Enumeration for interaction currents (CC/NC) More...
Enumerations | |
enum | Current_t { kCC = 1<<0, kNC = 1<<1, kBoth = kCC | kNC } |
Enumeration for interaction currents (CC/NC)
Enumerator | |
---|---|
kCC |
Charged-current interactions. |
kNC |
Neutral-current interactions. |
kBoth |
Interactions of both types. |
Definition at line 37 of file IPrediction.h.