ATLAS Offline Software
Loading...
Searching...
No Matches
QuadFocuserNull.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef FPTRACKER_QUADFOCUSERNULL_H
6#define FPTRACKER_QUADFOCUSERNULL_H
7#include "IQuadFocuser.h"
8namespace FPTracker{
9 class TransversePoint;
11 public:
12 void focus(double, double, double, const TransversePoint& direction, const Point& displacment) ;
13 double xe() const;
14 double xae() const;
15 double ye() const;
16 double yae() const;
17 std::string label() const;
18
19 private:
20
21 const static std::string s_label;
22 double m_xe;
23 double m_xae;
24 double m_ye;
25 double m_yae;
26 };
27}
28#endif
static const std::string s_label
void focus(double, double, double, const TransversePoint &direction, const Point &displacment)