#include <iostream>
#include <random>
#include "tbb/parallel_reduce.h"
#include "tbb/blocked_range.h"
#include "TestTools/expect.h"
#include "TestTools/ParallelCallTest.h"
#include "Gaudi/Property.h"
#include "TrigT2CaloCommon/LArCellCont.h"
#include "TrigSteeringEvent/TrigRoiDescriptor.h"
#include "CaloEvent/CaloConstCellContainer.h"
#include "AthenaBaseComps/AthMessaging.h"
#include "TestCaloDataAccess.h"
#include <sys/time.h>
Go to the source code of this file.
|
class | AskForRoI |
| The test calls for RoI data access for each RoI returned bunch of quantiries are checked, RoI et, actual RoI span, and cells count. More...
|
|
|
#define | DIFF(_name, _a, _b) |
|
◆ DIFF
#define DIFF |
( |
|
_name, |
|
|
|
_a, |
|
|
|
_b |
|
) |
| |
Value: if ( _a != _b ) \
ATH_MSG_WARNING(
"Difference in " << _name <<
" " << _a <<
" ref " << _b );
\
ATH_MSG_DEBUG(
"Identical " << _name <<
" " << _a <<
" ref " << _b );
Definition at line 20 of file TestCaloDataAccess.cxx.