ATLAS Offline Software
Classes | Macros
TestCaloDataAccess.cxx File Reference
#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.

Classes

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...
 

Macros

#define DIFF(_name, _a, _b)
 

Macro Definition Documentation

◆ 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.

ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29