Reactions  0.1.2
Handling reaction trees and decays
all.hpp
Go to the documentation of this file.
1 
4 #pragma once
5 
6 #include "reactions/database.hpp"
9 #include "reactions/nubase.hpp"
10 #include "reactions/pdg.hpp"
11 #include "reactions/pow_enum.hpp"
12 #include "reactions/processes.hpp"
13 #include "reactions/tokens.hpp"
14 #include "reactions/utils.hpp"
15 
22 namespace reactions {} // namespace reactions
Exceptions that can be thrown when running the functions of the package.
Functions and structs to handle templated types.
Contains macros to define smart enumeration types.
Tokens allowed in a reaction or decay.
Main namespace of the Reactions package.
Definition: all.hpp:22
Define the nodes of a reaction or a decay, as well as the way to build them.
Define the base database class.
Utilities to work with element types.