FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairConstFieldCreator.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2020 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 
9 // -------------------------------------------------------------------------
10 // ----- FairConstFieldCreator header file -----
11 // ----- Created 12/11/2020 by R. Karabowicz -----
12 // -------------------------------------------------------------------------
13 
14 #ifndef FairConstFieldCreator_H
15 #define FairConstFieldCreator_H
16 
17 #include "FairFieldFactory.h"
18 
19 class FairConstPar;
20 
21 class FairField;
22 
24 {
25 
26  public:
28  virtual ~FairConstFieldCreator();
29  virtual FairField* createFairField();
30  virtual void SetParm();
32 
33  protected:
35 
36  private:
39 };
40 #endif // FairConstFieldCreator_H
ClassDef(FairConstFieldCreator, 1)
virtual FairField * createFairField()