Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
CorrFitMask.cxx
1/*
2 * CorrFitMask.cxx
3 *
4 * Created on: 11 lut 2023
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9
10#include "CorrFitMask.h"
11
12#include "Cout.h"
13#include "Femto3DCF.h"
14#include "FemtoSHCF.h"
15#include "StdHist.h"
16
17
18namespace Hal {
19
20 CorrFitMask::CorrFitMask() {}
21
22 void CorrFitMask::ApplyThreshold(const TH1& /*h*/, Double_t /*threshold*/) {}
23
24} // namespace Hal