![]() |
Project
|
#include <boost/test/unit_test.hpp>
#include <vector>
#include <tuple>
#include <TRandom.h>
#include <EMCALReconstruction/FastORTimeSeries.h>
#include "EMCALReconstruction/TRUDecodingErrors.h"
Go to the source code of this file.
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::emcal |
Macros | |
#define | BOOST_TEST_MODULE Test EMCAL Reconstruction |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
void | o2::emcal::printBunch (const gsl::span< const uint16_t > adcs) |
std::vector< uint16_t > | o2::emcal::getReversed (const std::vector< uint16_t > &original) |
std::tuple< uint8_t, std::vector< uint16_t >, std::vector< uint16_t > > | o2::emcal::generatePulseTimeReversed () |
uint16_t | o2::emcal::calculateTimesum (const std::vector< uint16_t > samplesOrdered, uint8_t l0time) |
std::vector< uint16_t > | o2::emcal::generateSmallBunch (uint8_t bunchlength) |
void | o2::emcal::add_bunch_to_buffer (std::vector< uint16_t > &buffer, const std::vector< uint16_t > &bunch, uint8_t starttime) |
o2::emcal::BOOST_AUTO_TEST_CASE (FastORTimeSeries_test) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 13 of file testFastORTimeSeries.cxx.
#define BOOST_TEST_MAIN |
Definition at line 12 of file testFastORTimeSeries.cxx.
#define BOOST_TEST_MODULE Test EMCAL Reconstruction |
Definition at line 11 of file testFastORTimeSeries.cxx.