A C++ type to describe the type of weak current. More...
#include "cetlib_except/exception.h"#include <string>Go to the source code of this file.
Classes | |
| class | icarus::WeakCurrentType |
| Represents a type of weak current. More... | |
Namespaces | |
| icarus | |
| Cluster finding and building. | |
Variables | |
| constexpr WeakCurrentType | icarus::NeutralCurrentType { WeakCurrentType::NC } |
| Constant value for a weak neutral current type. More... | |
| constexpr WeakCurrentType | icarus::ChargedCurrentType { WeakCurrentType::CC } |
| Constant value for a weak charged current type. More... | |
| constexpr WeakCurrentType | icarus::AnyWeakCurrentType { WeakCurrentType::any } |
| Constant value for any weak current type. More... | |
A C++ type to describe the type of weak current.
Definition in file WeakCurrentType.h.
1.8.5