ATLAS Offline Software
Loading...
Searching...
No Matches
SiLayerBuilderImpl.h File Reference
Include dependency graph for SiLayerBuilderImpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  InDet::SiLayerBuilderImpl
 The SiLayerBuilderImpl parses the senstive detector elments and orders them onto a Layer surface. More...

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 28 of file SiLayerBuilderImpl.h.

◆ takeSmaller

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

Definition at line 27 of file SiLayerBuilderImpl.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 29 of file SiLayerBuilderImpl.h.

◆ TRKDETDESCR_TAKESMALLERBIGGER

#define TRKDETDESCR_TAKESMALLERBIGGER

Definition at line 26 of file SiLayerBuilderImpl.h.