ATLAS Offline Software
Loading...
Searching...
No Matches
QuadFocuserVertical.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_QUADFOCUSERVERTICAL_H
6#define FPTRACKER_QUADFOCUSERVERTICAL_H
7#include "IQuadFocuser.h"
8namespace FPTracker{
9 class Point;
10 class TransversePoint;
11
13 public:
14
15 void focus(double, double, double,
16 const TransversePoint& displacement,
17 const Point& direction);
18
19 double xe() const;
20 double xae() const;
21 double ye() const;
22 double yae() const;
23 std::string label() const;
24 private:
25
26 static const std::string s_label;
27
28 double m_xe;
29 double m_xae;
30 double m_ye;
31 double m_yae;
32 };
33}
34#endif
static const std::string s_label
void focus(double, double, double, const TransversePoint &displacement, const Point &direction)