Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
FemtoImaging3D.h
1/*
2 * FemtoImaging3D.h
3 *
4 * Created on: 21 lut 2016
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALFEMTOIMAGING3D_H_
10#define HALFEMTOIMAGING3D_H_
11
12#include "FemtoImaging.h"
13
14#include "Femto3DCF.h"
15
16namespace Hal {
18 Double_t fQMax[3];
19 Double_t fQMin[3];
20 Double_t fRMax[3];
21 Double_t fRMin[3];
22 Int_t fBins[3];
23 Femto::EKinematics fKinematics;
24 Femto3DCF* fCF;
25 TH3D* fR;
26 TH3D* fSource;
31 virtual void Init();
36 virtual void InverseTransofrm(Option_t* opt = "");
37
38 public:
45 TH3D* Inverse(Femto3DCF* cf, Option_t* opt = "");
53 void SetRAxis(Int_t bins, Double_t min, Double_t max, Option_t* opt);
59 void SetQMax(Double_t qmax, Option_t* opt);
60 void SetQMin(Double_t qmin, Option_t* opt);
61 virtual ~FemtoImaging3D();
62 };
63} // namespace Hal
64
65#endif /* HALFEMTOIMAGING3D_H_ */
void SetRAxis(Int_t bins, Double_t min, Double_t max, Option_t *opt)
TH3D * Inverse(Femto3DCF *cf, Option_t *opt="")
void SetQMax(Double_t qmax, Option_t *opt)