ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_LayerBuilderImpl.h File Reference
#include "GeoPrimitives/GeoPrimitives.h"
#include "AthenaBaseComps/AthAlgTool.h"
#include "GaudiKernel/SystemOfUnits.h"
#include "TrkGeometry/TrackingGeometry.h"
#include "TRT_ReadoutGeometry/TRT_DetElementContainer.h"
#include "StoreGate/ReadCondHandleKey.h"
#include <memory>
#include <vector>
Include dependency graph for TRT_LayerBuilderImpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  InDet::TRT_LayerBuilderImpl

Namespaces

namespace  InDetDD
 Message Stream Member.
namespace  Trk
 Ensure that the ATLAS eigen extensions are properly loaded.
namespace  InDet
 Primary Vertex Finder.

Macros

#define TRKDETDESCR_TAKESMALLERBIGGER
#define takeSmaller(current, test)
#define takeBigger(current, test)
#define takeSmallerBigger(cSmallest, cBiggest, test)

Macro Definition Documentation

◆ takeBigger

#define takeBigger ( current,
test )
Value:
current = current > test ? current : test

Definition at line 27 of file TRT_LayerBuilderImpl.h.

◆ takeSmaller

#define takeSmaller ( current,
test )
Value:
current = current < test ? current : test

Definition at line 26 of file TRT_LayerBuilderImpl.h.

◆ takeSmallerBigger

#define takeSmallerBigger ( cSmallest,
cBiggest,
test )
Value:
takeSmaller(cSmallest, test); takeBigger(cBiggest, test)
#define takeSmaller(current, test)
#define takeBigger(current, test)

Definition at line 28 of file TRT_LayerBuilderImpl.h.

◆ TRKDETDESCR_TAKESMALLERBIGGER

#define TRKDETDESCR_TAKESMALLERBIGGER

Definition at line 25 of file TRT_LayerBuilderImpl.h.