ATLAS Offline Software
Loading...
Searching...
No Matches
ZdcSincInterp.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ZDCANALYSIS_ZDC_SINC_INTERP_H
6#define ZDCANALYSIS_ZDC_SINC_INTERP_H
7
8namespace ZDC
9{
10double SincInterp(const double* xvec, const double* pvec);
11}
12#endif
std::array< fp_t, 2 > pvec
double SincInterp(const double *xvec, const double *pvec)