BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Muc/MucRecEvent/include/MucRecEvent/MucRecQuadFit.h
Go to the documentation of this file.
1
//$id$
2
//
3
//$log$
4
5
/*
6
* 2003/12/24 Zhengyun You Peking University
7
*
8
* 2004/09/12 Zhengyun You Peking University
9
* transplanted to Gaudi framework
10
*/
11
12
#ifndef MUC_QUADFIT_H
13
#define MUC_QUADFIT_H
14
15
class
MucRecQuadFit
{
16
public
:
17
/// Constructor.
18
MucRecQuadFit
();
19
20
/// Destructor.
21
~MucRecQuadFit
();
22
23
int
QuadFit
(
float
x[],
float
y[],
float
w
[],
int
n
,
float
* a,
float
* b,
float
* c,
24
int
* half,
// which half parabola 1: left 2 : right
25
float
* chisq,
float
* siga,
float
* sigb,
float
* sigc );
26
27
private
:
28
};
29
30
#endif
/* MUC_QUADFIT_H */
n
const Int_t n
Definition
DataBase/tau_mode.c:57
w
double w
Definition
EvtPhokharaDef.hh:28
MucRecQuadFit
Definition
InstallArea/x86_64-el9-gcc13-dbg/include/MucRecEvent/MucRecQuadFit.h:15
MucRecQuadFit::MucRecQuadFit
MucRecQuadFit()
Constructor.
MucRecQuadFit::~MucRecQuadFit
~MucRecQuadFit()
Destructor.
MucRecQuadFit::QuadFit
int QuadFit(float x[], float y[], float w[], int n, float *a, float *b, float *c, int *half, float *chisq, float *siga, float *sigb, float *sigc)
8.0.0
BOSS_Source
Muc
MucRecEvent
include
MucRecEvent
MucRecQuadFit.h
Generated by
1.16.1