Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
FemtoSourceModelGausMt.h
1/*
2 * FemtoSourceModelGausKt.h
3 *
4 * Created on: 1 mar 2019
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALFEMTOSOURCEMODELGAUSMT_H_
10#define HALFEMTOSOURCEMODELGAUSMT_H_
11
12#include "FemtoPair.h"
13#include "FemtoSourceModel.h"
14
15namespace Hal {
17 public:
24 void SetOutParams(Double_t a, Double_t b);
25 void SetSideParams(Double_t a, Double_t b);
26 void SetLongParams(Double_t a, Double_t b);
27 void SetM2(Double_t par);
28 virtual FemtoSourceModel* MakeCopy() const;
29 virtual void GenerateCoordinates(FemtoPair* Pair);
30 virtual Package* Report() const;
32 ClassDef(FemtoSourceModelGausMt, 1)
33 };
34} // namespace Hal
35
36#endif /* HALFEMTOSOURCEMODELGAUSMT_H_ */
virtual FemtoSourceModel * MakeCopy() const
virtual void GenerateCoordinates(FemtoPair *Pair)
virtual Package * Report() const