LDMX Software
ActsUtils.h
1
2
3// --- < ACTS > --- //
4#include "Acts/Definitions/Algebra.hpp"
5#include "Acts/Definitions/TrackParametrization.hpp"
6#include "Acts/Definitions/Units.hpp"
7#include "Acts/EventData/TrackParameters.hpp"
8#include "Acts/Surfaces/PerigeeSurface.hpp"
9
10namespace tracking {
11namespace reco {
12namespace utils {
13
14Acts::Vector3 Ldmx2Acts(Acts::Vector3 ldmx_v);
15
16}
17} // namespace reco
18} // namespace tracking
The measurement calibrator can be a function or a class/struct able to retrieve the sim hits containe...