FairRoot/PandaRoot
TtFitRes.cxx
Go to the documentation of this file.
1 // Simone Bianco
2 // 15.07.2010
3 
4 #include "stdlib.h"
5 #include <iostream>
6 #include <vector>
7 #include "TtFitRes.h"
8 
9 
10 // ----- Default constructor -------------------------------------------
12  fP0(0.), fP1(0.), fP2(0.), fP3(0.),
13  fEloss(0.), fChiSqX(0.), fChiSqY(0.),
14  fNsens(0)
15 {
16 }
17 // -------------------------------------------------------------------------
18 
19 
20 // ----- Standard constructor ------------------------------------------
22  fP0(p0), fP1(p1), fP2(p2), fP3(p3),
23  fEloss(eloss), fChiSqX(chiX), fChiSqY(chiY),
24  fNsens(numSens)
25 {
26 }
27 
28 
29 // ----- Destructor ----------------------------------------------------
31 
32 // -------------------------------------------------------------------------
TtFitRes()
Definition: TtFitRes.cxx:11
double eloss
Definition: anaLmdSim.C:34
virtual ~TtFitRes()
Definition: TtFitRes.cxx:30
Double_t
TPad * p2
Definition: hist-t7.C:117
ClassImp(PndAnaContFact)
TPad * p1
Definition: hist-t7.C:116