AlcapDAQ
1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
www
html
online
trend_plots
runsummary
tutorials
Quad.h
Go to the documentation of this file.
1
#include "TObject.h"
2
3
class
Quad
{
4
5
public
:
6
Quad
(Float_t a, Float_t b, Float_t
c
);
7
~Quad
();
8
Float_t
Evaluate
(Float_t x)
const
;
9
void
Solve
()
const
;
10
11
private
:
12
Float_t
fA
;
13
Float_t
fB
;
14
Float_t
fC
;
15
};
Generated by
1.8.4