ATLAS Offline Software
Loading...
Searching...
No Matches
cfNewPm.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_CFNEWPM_H
9#define TRKVKALVRTCORE_CFNEWPM_H
10
12
13namespace Trk {
14void cfnewpm(double *par, const double *xyzStart, double *xyzEnd,
15 const double ustep, double *parn, double *closePoint,
16 VKalVrtControlBase *CONTROL);
17
18} // namespace Trk
19
20#endif
21
Ensure that the ATLAS eigen extensions are properly loaded.
void cfnewpm(double *par, const double *xyzStart, double *xyzEnd, const double ustep, double *parn, double *closePoint, VKalVrtControlBase *CONTROL)
Definition cfNewPm.cxx:16