All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations
ana::Current Namespace Reference

Enumeration for interaction currents (CC/NC) More...

Enumerations

enum  Current_t { kCC = 1<<0, kNC = 1<<1, kBoth = kCC | kNC }
 

Detailed Description

Enumeration for interaction currents (CC/NC)

Enumeration Type Documentation

Enumerator
kCC 

Charged-current interactions.

kNC 

Neutral-current interactions.

kBoth 

Interactions of both types.

Definition at line 37 of file IPrediction.h.

37  {
38  kCC = 1<<0, ///< Charged-current interactions
39  kNC = 1<<1, ///< Neutral-current interactions
40 
41  kBoth = kCC | kNC ///< Interactions of both types
42  };
Charged-current interactions.
Definition: IPrediction.h:38
Interactions of both types.
Definition: IPrediction.h:41
Neutral-current interactions.
Definition: IPrediction.h:39