Project
Loading...
Searching...
No Matches
testPedestal.cxx File Reference
#include <boost/test/unit_test.hpp>
#include <array>
#include <random>
#include "EMCALCalib/CalibContainerErrors.h"
#include "EMCALCalib/Pedestal.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_Calib
 
#define BOOST_TEST_MAIN
 
#define BOOST_TEST_DYN_LINK
 

Typedefs

using o2::emcal::pedestalarray = std::vector< short >
 

Functions

pedestalarray o2::emcal::createRandomPedestals (bool isLEDMON)
 
pedestalarray o2::emcal::shiftPedestalValue (const pedestalarray &input, short shift=1)
 
 o2::emcal::BOOST_AUTO_TEST_CASE (testPedestal)
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 14 of file testPedestal.cxx.

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Definition at line 13 of file testPedestal.cxx.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   Test_EMCAL_Calib

Definition at line 12 of file testPedestal.cxx.