ATLAS Offline Software
Loading...
Searching...
No Matches
CaloWeightInterpolator.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CALOUTILS_CALOWEIGHTINTERPOLATOR_H
6#define CALOUTILS_CALOWEIGHTINTERPOLATOR_H
7
22
23#include <vector>
24
26{
27 static double getWeight( std::vector<double> & w,
28 std::vector<double> & x);
29};
30#endif
#define x
calculates an interpolated weight in n dimensions
static double getWeight(std::vector< double > &w, std::vector< double > &x)