ATLAS Offline Software
Loading...
Searching...
No Matches
BaseFunction.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
6#ifndef MUONCALIB_BASEFUNCTION_H
7#define MUONCALIB_BASEFUNCTION_H
8
9namespace MuonCalib {
10
17
18 public:
19 // Constructor and destructor
20 BaseFunction() = default;
21 virtual ~BaseFunction() = default;
22
23 // Methods
24 virtual double value(const int k, const double x) const = 0;
25
26 };
27
28}
29
30#endif
#define x
BaseFunction()=default
default constructor
virtual double value(const int k, const double x) const =0
get the value of the k-th base function at x
virtual ~BaseFunction()=default
destructor
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.