#include "TrkDetDescrInterfaces/ITrackingVolumeHelper.h"
#include "TrkGeometry/TrackingVolumeManipulator.h"
#include "GeoPrimitives/GeoPrimitives.h"
#include "AthenaBaseComps/AthAlgTool.h"
#include "GaudiKernel/SystemOfUnits.h"
#include "GaudiKernel/ToolHandle.h"
#include <algorithm>
#include <fstream>
#include <string>
#include "CxxUtils/checker_macros.h"
Go to the source code of this file.
|
| Trk |
| Ensure that the ATLAS eigen extensions are properly loaded.
|
|
◆ takeBigger
#define takeBigger |
( |
|
current, |
|
|
|
test |
|
) |
| current = current > test ? current : test |
◆ takeSmaller
#define takeSmaller |
( |
|
current, |
|
|
|
test |
|
) |
| current = current < test ? current : test |
◆ takeSmallerBigger
#define takeSmallerBigger |
( |
|
cSmallest, |
|
|
|
cBiggest, |
|
|
|
test |
|
) |
| |
◆ TRKDETDESCR_TAKESMALLERBIGGER
#define TRKDETDESCR_TAKESMALLERBIGGER |