Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
CorrFitConst.h
1/*
2 * CorrFitConst.h
3 *
4 * Created on: 4 sty 2024
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HAL_ANALYSIS_FEMTO_CORRFIT_CORRFITCONST_H_
10#define HAL_ANALYSIS_FEMTO_CORRFIT_CORRFITCONST_H_
11
12#include "Array.h"
13#include "FemtoConst.h"
14
18namespace Hal {
19 class CorrFitVerticalSlices;
20 namespace Femto {
26 Int_t GetNSlices(TObject* obj);
33 CorrFitVerticalSlices* MakeSlice(const Hal::DividedHisto1D& h, Int_t nParams);
42 void MergeVertical(Hal::Femto::ECFType cfType, TObject* obj, Array_1<Float_t>* input, Array_1<Float_t>* output, Int_t pos);
43 } // namespace Femto
44} // namespace Hal
45
46#endif /* HAL_ANALYSIS_FEMTO_CORRFIT_CORRFITCONST_H_ */