ATLAS Offline Software
Loading...
Searching...
No Matches
CalibrationContext.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef ACTSCALIBRATION_CALIBRATIONCONTEXT_H
5#define ACTSCALIBRATION_CALIBRATIONCONTEXT_H
6
7 #include "Acts/Utilities/CalibrationContext.hpp"
8 #include "GaudiKernel/EventContext.h"
9 namespace ActsTrk{
15 inline Acts::CalibrationContext getCalibrationContext(const EventContext& ctx){
16 return Acts::CalibrationContext{&ctx};
17 }
18 }
19#endif
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Acts::CalibrationContext getCalibrationContext(const EventContext &ctx)
The Acts::Calibration context is piped through the Acts fitters to (re)calibrate the Acts::SourceLink...