Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
FemtoWielanekMapGenerator.h
1/*
2 * WielanekMapGenerator.h
3 *
4 * Created on: 28 sty 2016
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALWIELANEKMAPGENERATOR_H_
10#define HALWIELANEKMAPGENERATOR_H_
11#include "Femto1DMapGenerator.h"
12
13#include <TString.h>
14
15#include "FemtoWeightGenerator.h"
16class TH2D;
17
23namespace Hal {
25 Int_t fPairsNo;
26 Double_t* fWeightArray; //[fPairsNo]
27 Double_t* fAngleArray; //[fPairsNo]
28 Double_t GeneratePairs(FemtoPair* pair, Double_t R, Double_t K);
29
30 public:
38 Bool_t Init();
43 void Exec(Int_t pairs_per_bin);
45 ClassDef(FemtoWielanekMapGenerator, 1)
46 };
47} // namespace Hal
48#endif /* HALWIELANEKMAPGENERATOR_H_ */