ATLAS Offline Software
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:
32  virtual ~AreaExcluder() {}
34  virtual AreaExcluder* clone() const = 0;
35 
37  virtual bool inside(const Amg::Vector3D& gp, double tol = 0.) const = 0;
38 };
39 
40 } // end of namespace Trk
41 
42 #endif // TRKDETDESCRUTILS_AREAEXCLUDER_H
Trk::AreaExcluder::clone
virtual AreaExcluder * clone() const =0
Implizit Constructor.
GeoPrimitives.h
Trk::AreaExcluder::AreaExcluder
AreaExcluder()
Default constructor - needed for POOL.
Definition: AreaExcluder.h:30
Trk::AreaExcluder::~AreaExcluder
virtual ~AreaExcluder()
Virtual Destructor.
Definition: AreaExcluder.h:32
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