ATLAS Offline Software
Loading...
Searching...
No Matches
Tracking
TrkDetDescr
TrkGeometry
TrkGeometry
OverlapDescriptor.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// OverlapDescriptor.h, (c) ATLAS Detector software
8
9
#ifndef TRKGEOMETRY_OVERLAPDESCRIPTOR_H
10
#define TRKGEOMETRY_OVERLAPDESCRIPTOR_H
11
12
// Trk
13
#include "
GeoPrimitives/GeoPrimitives.h
"
14
#include "
TrkDetDescrUtils/Intersection.h
"
15
#include "
TrkEventPrimitives/PropDirection.h
"
16
#include "
TrkSurfaces/Surface.h
"
17
18
//#include "TrkParameters/TrackParameters.h"
19
20
// STL
21
#include <utility>
22
23
namespace
Trk
{
24
25
typedef
ObjectIntersection<Surface>
SurfaceIntersection
;
26
40
41
class
OverlapDescriptor
{
42
public
:
44
OverlapDescriptor
() {}
45
47
virtual
~OverlapDescriptor
() {}
48
50
virtual
OverlapDescriptor
*
clone
()
const
= 0;
51
58
virtual
bool
reachableSurfaces
(std::vector<SurfaceIntersection>& cSurfaces,
59
const
Trk::Surface
& sf,
60
const
Amg::Vector3D
& pos,
61
const
Amg::Vector3D
& dir)
const
= 0;
62
};
63
64
}
// namespace Trk
65
66
#endif
67
GeoPrimitives.h
Intersection.h
PropDirection.h
Surface.h
Trk::ObjectIntersection
class extensions to return also the object
Definition
Intersection.h:44
Trk::OverlapDescriptor::OverlapDescriptor
OverlapDescriptor()
Default constructor.
Definition
OverlapDescriptor.h:44
Trk::OverlapDescriptor::reachableSurfaces
virtual bool reachableSurfaces(std::vector< SurfaceIntersection > &cSurfaces, const Trk::Surface &sf, const Amg::Vector3D &pos, const Amg::Vector3D &dir) const =0
get the compatible surfaces
Trk::OverlapDescriptor::~OverlapDescriptor
virtual ~OverlapDescriptor()
Virtual destructor.
Definition
OverlapDescriptor.h:47
Trk::OverlapDescriptor::clone
virtual OverlapDescriptor * clone() const =0
Pseudo-constructor.
Trk::Surface
Abstract Base Class for tracking surfaces.
Definition
Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h:79
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition
GeoPrimitives.h:47
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Trk::SurfaceIntersection
ObjectIntersection< Surface > SurfaceIntersection
Definition
Layer.h:39
Generated on
for ATLAS Offline Software by
1.14.0