ATLAS Offline Software
Loading...
Searching...
No Matches
cfPEst.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_CFPEST_H
9#define TRKVKALVRTCORE_CFPEST_H
10
11namespace Trk {
12void cfpest(int ntrk, double *xyz, long int *ich, double (*parst)[5],
13 double (*parf)[3]);
14} // namespace Trk
15
16#endif
#define xyz
Ensure that the ATLAS eigen extensions are properly loaded.
void cfpest(int ntrk, double *xyz, long int *ich, double(*parst)[5], double(*parf)[3])
Definition cfPEst.cxx:10