KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
Macros
KVPosition.cpp File Reference
#include "KVPosition.h"
#include "TRandom3.h"
#include "Riostream.h"
#include "TMath.h"
#include "TGeoMatrix.h"
#include "TGeoBBox.h"
Include dependency graph for KVPosition.cpp:

Macros

#define ROOT_GEO_DO_NOT_USE(method, retval)
 

Macro Definition Documentation

◆ ROOT_GEO_DO_NOT_USE

#define ROOT_GEO_DO_NOT_USE (   method,
  retval 
)
Value:
if(ROOTGeo()){ \
::Warning(method, "Does not work with ROOT geometries. Do not use."); \
return retval; \
}

Definition at line 29 of file KVPosition.cpp.