ATLAS Offline Software
Loading...
Searching...
No Matches
CFitCascadeScale.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_CFITCASCADESCALE_H
9#define TRKVKALVRTCORE_CFITCASCADESCALE_H
10
11#include <vector>
12
15namespace Trk {
16void rescaleVrtErrForPointing(double Div, CascadeEvent& cascadeEvent_);
17int fitVertexCascadeScale(VKVertex* vk, double& distToVertex);
18int processCascadeScale(CascadeEvent& cascadeEvent_);
19} // namespace Trk
20
21#endif
22
Ensure that the ATLAS eigen extensions are properly loaded.
void rescaleVrtErrForPointing(double Div, CascadeEvent &cascadeEvent_)
int processCascadeScale(CascadeEvent &cascadeEvent_)
int fitVertexCascadeScale(VKVertex *vk, double &distToVertex)