ATLAS Offline Software
Loading...
Searching...
No Matches
LayerIndex.h File Reference
#include "GaudiKernel/MsgStream.h"
#include <iostream>
Include dependency graph for LayerIndex.h:

Go to the source code of this file.

Classes

class  Trk::LayerIndex
 LayerIndex for the identification of layers in a simplified detector geometry of Cylinders and Discs. More...

Namespaces

namespace  Trk
 Ensure that the ATLAS eigen extensions are properly loaded.

Macros

#define TRKDETDESCR_GEOMETRYSIGNATUREWEIGHT   10000
#define TRKDETDESCR_MAXROBUSTINDEX   100000

Functions

bool Trk::operator< (const LayerIndex &one, const LayerIndex &two)
 Overload of operator< | <= | > | >= for the usage in a map.
bool Trk::operator<= (const LayerIndex &one, const LayerIndex &two)
bool Trk::operator> (const LayerIndex &one, const LayerIndex &two)
bool Trk::operator>= (const LayerIndex &one, const LayerIndex &two)
MsgStream & Trk::operator<< (MsgStream &sl, const LayerIndex &layx)
 Overload of << operator for both, MsgStream and std::ostream for debug output.
std::ostream & Trk::operator<< (std::ostream &sl, const LayerIndex &layx)

Macro Definition Documentation

◆ TRKDETDESCR_GEOMETRYSIGNATUREWEIGHT

#define TRKDETDESCR_GEOMETRYSIGNATUREWEIGHT   10000

Definition at line 19 of file LayerIndex.h.

◆ TRKDETDESCR_MAXROBUSTINDEX

#define TRKDETDESCR_MAXROBUSTINDEX   100000

Definition at line 23 of file LayerIndex.h.