CbmRoot
Loading...
Searching...
No Matches
CbmKresGammaCorrection.h
Go to the documentation of this file.
1/* Copyright (C) 2020 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Florian Uhlig [committer] */
4
5#ifndef CBM_KRES_GAMMA_CORRECTION
6#define CBM_KRES_GAMMA_CORRECTION
7
8#include "TH2D.h"
9#include <TClonesArray.h>
10
11using namespace std;
12
14
15public:
16 //***** brief Standard constructor.
18 //***** brief Standard destructor.
20
21
22 void Init(std::vector<std::vector<double>>& vect_all, std::vector<std::vector<double>>& vect_two,
23 std::vector<std::vector<double>>& vect_onetwo, double OA, double IM);
24 void Finish();
25 void InitHistograms();
26
27
28private:
29 vector<TH1*> fHistoList_factors;
33
34
35 //***** brief Copy constructor.
37
38 //***** brief Assignment operator.
40
41
42 ClassDef(CbmKresGammaCorrection, 1)
43};
44
45#endif
void Init(std::vector< std::vector< double > > &vect_all, std::vector< std::vector< double > > &vect_two, std::vector< std::vector< double > > &vect_onetwo, double OA, double IM)
CbmKresGammaCorrection operator=(const CbmKresGammaCorrection &)
CbmKresGammaCorrection(const CbmKresGammaCorrection &)
Hash for CbmL1LinkKey.