GamR  0.0.0
GammaROOT
Loading...
Searching...
No Matches
Gain.hh
Go to the documentation of this file.
1#ifndef GAMRCAL_GAIN_HH
2#define GAMRCAL_GAIN_HH
3
4/* STD*/
5#include <string>
6#include <vector>
7
8/* ROOT */
9#include <TCanvas.h>
10#include <TF1.h>
11#include <TH1.h>
12
13namespace GamR {
14namespace TK {
15
16Int_t GainMatchEnergy(TH1 *spec1, TH1 *spec2, std::vector<Double_t> &pars, bool draw = kTRUE, UInt_t target = 1,
17 std::string outfn = "", Double_t step = 0.95, TCanvas *c1 = nullptr);
18
19} // namespace TK
20} // namespace GamR
21
22#endif
Int_t GainMatchEnergy(TH1 *spec1, TH1 *spec2, std::vector< Double_t > &pars, bool draw, UInt_t target, std::string outfn, Double_t step, TCanvas *c1)
Definition Gain.cc:22
Definition Gain.cc:19