ATLAS Offline Software
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 
23 #include <vector>
24 
26 {
27  static double getWeight( std::vector<double> & w,
28  std::vector<double> & x);
29 };
30 #endif
x
#define x
CaloWeightInterpolator
calculates an interpolated weight in n dimensions
Definition: CaloWeightInterpolator.h:26
python.IoTestsLib.w
def w
Definition: IoTestsLib.py:200
CaloWeightInterpolator::getWeight
static double getWeight(std::vector< double > &w, std::vector< double > &x)
Definition: CaloWeightInterpolator.cxx:26