PandaRoot
BSEmcPSAFPGALinFitter.h
Go to the documentation of this file.
1
//****************************************************************************
2
//* This file is part of PandaRoot. *
3
//* *
4
//* PandaRoot is distributed under the terms of the *
5
//* GNU General Public License (GPL) version 3, *
6
//* copied verbatim in the file "LICENSE". *
7
//* *
8
//* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9
//* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10
//* The authors are listed in the file "AUTHORS". *
11
//****************************************************************************
12
13
#ifndef BSEMCPSAFPGALINFITTER_HH
14
#define BSEMCPSAFPGALINFITTER_HH
15
#include "RtypesCore.h"
16
17
class
BSEmcPSAFPGALinFitter
{
18
public
:
19
BSEmcPSAFPGALinFitter
();
20
~BSEmcPSAFPGALinFitter
();
21
void
reset
();
22
void
putPoint
(Double_t t_x, Double_t t_y);
23
void
fit
();
24
Double_t
offset
();
25
Double_t
slope
();
26
Double_t
average
();
27
Double_t
averageX
();
28
29
private
:
30
Double_t x{0};
31
Double_t xx{0};
32
Double_t xy{0};
33
Double_t y{0};
34
Double_t a{0};
35
Double_t k{0};
36
UInt_t Np{0};
37
};
38
39
#endif
/*BSEMCPSAFPGALINFITTER_HH*/
BSEmcPSAFPGALinFitter::putPoint
void putPoint(Double_t t_x, Double_t t_y)
BSEmcPSAFPGALinFitter::~BSEmcPSAFPGALinFitter
~BSEmcPSAFPGALinFitter()
BSEmcPSAFPGALinFitter::fit
void fit()
BSEmcPSAFPGALinFitter::slope
Double_t slope()
BSEmcPSAFPGALinFitter
Definition:
BSEmcPSAFPGALinFitter.h:17
BSEmcPSAFPGALinFitter::BSEmcPSAFPGALinFitter
BSEmcPSAFPGALinFitter()
BSEmcPSAFPGALinFitter::average
Double_t average()
BSEmcPSAFPGALinFitter::reset
void reset()
BSEmcPSAFPGALinFitter::averageX
Double_t averageX()
BSEmcPSAFPGALinFitter::offset
Double_t offset()
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
detectors
emc_restructured
FwEndcap
FeatureExtraction
PSA
BSEmcPSAFPGALinFitter.h
Generated on Fri Nov 29 2024 06:04:39 for PandaRoot by
1.8.13