ATLAS Offline Software
Loading...
Searching...
No Matches
VtCFitC.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_VTCFITC_H
9#define TRKVKALVRTCORE_VTCFITC_H
10
12
13namespace Trk {
14
15int vtcfitc(VKVertex* vk);
16double getCnstValues2(VKVertex* vk) noexcept;
17} // namespace Trk
18
19#endif
20
Ensure that the ATLAS eigen extensions are properly loaded.
int vtcfitc(VKVertex *vk)
Definition VtCFitC.cxx:16
double getCnstValues2(VKVertex *vk) noexcept
Definition VtCFitC.cxx:244