Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
AreaExcluder.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // AreaExcluder.h, (c) ATLAS Detector software
8 
9 #ifndef TRKDETDESCRUTILS_AREAEXCLUDER_H
10 #define TRKDETDESCRUTILS_AREAEXCLUDER_H
11 
12 // Eigen
14 
15 class MsgStream;
16 
17 namespace Trk {
18 
26 {
27 
28 public:
29  AreaExcluder() = default;
30  AreaExcluder(const AreaExcluder&) = default;
31  AreaExcluder(AreaExcluder&&) = default;
32  AreaExcluder& operator=(const AreaExcluder&) = default;
34  virtual ~AreaExcluder() = default;
35 
37  virtual AreaExcluder* clone() const = 0;
39  virtual bool inside(const Amg::Vector3D& gp, double tol = 0.) const = 0;
40 };
41 
42 } // end of namespace Trk
43 
44 #endif // TRKDETDESCRUTILS_AREAEXCLUDER_H
Trk::AreaExcluder::clone
virtual AreaExcluder * clone() const =0
Implizit Constructor.
Trk::AreaExcluder::AreaExcluder
AreaExcluder(AreaExcluder &&)=default
Trk::AreaExcluder::AreaExcluder
AreaExcluder(const AreaExcluder &)=default
Trk::AreaExcluder::operator=
AreaExcluder & operator=(AreaExcluder &&)=default
GeoPrimitives.h
Trk::AreaExcluder::operator=
AreaExcluder & operator=(const AreaExcluder &)=default
Trk::AreaExcluder
Definition: AreaExcluder.h:26
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::AreaExcluder::inside
virtual bool inside(const Amg::Vector3D &gp, double tol=0.) const =0
First bin from global position.
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition: GeoPrimitives.h:47
Trk::AreaExcluder::~AreaExcluder
virtual ~AreaExcluder()=default
Trk::AreaExcluder::AreaExcluder
AreaExcluder()=default