PandaRoot
PndChiGen.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 /*
14  * @author Alexey Luchinsky
15  * @author Stanislav Poslavsky (stvlpos (at) mail.ru)
16  */
17 
18 #ifndef PNDCHIGEN_H
19 #define PNDCHIGEN_H
20 
21 #include "FairGenerator.h"
22 #include "FairPrimaryGenerator.h"
23 #include "ChiGen.h"
24 
25 class FairPrimaryGenerator;
26 
27 namespace chigen {
28 
32 class PndChiGen : public FairGenerator {
33  public:
34  PndChiGen();
35 
36  PndChiGen(PartonicModel &partonicModel);
37 
38  virtual ~PndChiGen();
39 
40  virtual Bool_t ReadEvent(FairPrimaryGenerator *primGen);
49 
50  ClassDef(PndChiGen, 1);
51 
52  private:
53  ChiGen *chi_gen;
54 };
55 } // namespace chigen
56 
57 #endif /* PNDCHIGEN_H */
Definition: ChiGen.h:24
ChiGen * setChiGen(ChiGen *chigen)
virtual Bool_t ReadEvent(FairPrimaryGenerator *primGen)
ClassDef(PndChiGen, 1)
virtual ~PndChiGen()