Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
FemtoWeightGeneratorBasic.h
1/*
2 * FemtoWeightGeneratorBasic.h
3 * derived from ALICE AliFemtoWeightGeneratorBasic
4 * Created on: 21-08-2013
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9
10#ifndef HALFEMTOWEIGHTGENERATORBASIC_H_
11#define HALFEMTOWEIGHTGENERATORBASIC_H_
12
13#include "FemtoWeightGenerator.h"
18namespace Hal {
20 private:
21 FemtoWeightGenerator* GetGenerator() const;
22
23 public:
39 virtual Double_t GenerateWeight(FemtoPair* track);
40 virtual FemtoWeightGeneratorBasic* MakeCopy() const { return new FemtoWeightGeneratorBasic(*this); };
41 virtual FemtoWeightGenerator* Clone(const char* newame = "") const;
42 virtual Package* Report() const;
44 ClassDef(FemtoWeightGeneratorBasic, 1)
45 };
46} // namespace Hal
47#endif /* HALFEMTOWEIGHTGENERATORBASIC_H_ */
FemtoWeightGeneratorBasic & operator=(const FemtoWeightGeneratorBasic &aModel)
virtual Double_t GenerateWeight(FemtoPair *track)
virtual FemtoWeightGeneratorBasic * MakeCopy() const
virtual FemtoWeightGenerator * Clone(const char *newame="") const