#include <algorithm>
#include <cfloat>
#include <climits>
#include <cmath>
#include <cstddef>
#include <iostream>
#include "MCHClustering/PadsPEM.h"
Go to the source code of this file.
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::mch |
|
|
void | o2::mch::deleteDouble (double *ptr) |
|
void | o2::mch::deleteInt (int *ptr) |
|
void | o2::mch::deleteShort (short *ptr) |
|
void | o2::mch::vectorPrint (const char *str, const double *x, int K) |
|
void | o2::mch::vectorPrintInt (const char *str, const int *x, int K) |
|
void | o2::mch::vectorPrintShort (const char *str, const short *x, int K) |
|
void | o2::mch::vectorPrint2Columns (const char *str, const double *x, const double *y, int K) |
|
void | o2::mch::printMatrixInt (const char *str, const int *matrix, int N, int M) |
|
void | o2::mch::printMatrixShort (const char *str, const short *matrix, int N, int M) |
|
void | o2::mch::printMatrixChar (const char *str, const char *matrix, int N, int M) |
|
void | o2::mch::printInterMap (const char *str, const PadIdx_t *inter, int N) |
|