NAIA
1.0.2
|
#include "Containers/RTIInfo.h"
#include "TMath.h"
#include "GM_SubLibrary.h"
#include "root.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
NAIA | |
Functions | |
template<typename ValueType , long unsigned int N> | |
constexpr int | NAIA::FindBin (ValueType value, const std::array< ValueType, N > &bins) |
template<typename ValueType > | |
int | NAIA::FindBin (ValueType value, const std::map< unsigned int, std::pair< ValueType, ValueType >> &bins) |
Variables | |
static constexpr double | NAIA::Re = 6372.795477598e5 |
auto | NAIA::GoodParticle |