ATLAS Offline Software
DerclcAng.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
8 #ifndef TRKVKALVRTCORE_DERCLCANG_H
9 #define TRKVKALVRTCORE_DERCLCANG_H
10 #include <array>
11 
12 namespace Trk {
13 class VKPhiConstraint;
14 class VKThetaConstraint;
15 class VKPlaneConstraint;
16 void calcPhiConstraint( VKPhiConstraint * cnst);
17 void calcThetaConstraint( VKThetaConstraint * cnst);
18 void calcPlaneConstraint( VKPlaneConstraint * cnst);
19 } // namespace Trk
20 
21 #endif
22 
Trk::calcPlaneConstraint
void calcPlaneConstraint(VKPlaneConstraint *cnst)
Definition: DerclcAng.cxx:99
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::calcPhiConstraint
void calcPhiConstraint(VKPhiConstraint *cnst)
Definition: DerclcAng.cxx:22
Trk::calcThetaConstraint
void calcThetaConstraint(VKThetaConstraint *cnst)
Definition: DerclcAng.cxx:61