Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
FemtoImaging.h
1/*
2 * FemtoImaging.h
3 *
4 * Created on: 20 lut 2016
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALFEMTOIMAGING_H_
10#define HALFEMTOIMAGING_H_
11#include <TObject.h>
15namespace Hal {
16 class FemtoImaging : public TObject {
17 protected:
22
23 public:
25 void SetFermions() { fSymmetrization = -1; };
26 virtual ~FemtoImaging();
27 ClassDef(FemtoImaging, 1)
28 };
29} // namespace Hal
30
31#endif /* HALROOT_ANALYSIS_FEMTO_IMAGING_HALFEMTOIMAGING_H_ */