PandaRoot
PndFieldCreator.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 // ----- PndFieldCreator header file -----
15 // ----- Created 15/01/07 by M. Al-Turany -----
16 // -------------------------------------------------------------------------
17 
18 #ifndef PNDFIELDCREATOR_H
19 #define PNDFIELDCREATOR_H
20 
21 #include "FairField.h"
22 #include "FairFieldFactory.h"
23 #include "PndFieldPar.h"
24 
25 class PndSolenoidPar;
26 class PndDipolePar;
27 class PndTransPar;
28 class PndConstPar;
29 class PndMultiFieldPar;
30 
31 class PndFieldCreator : public FairFieldFactory {
32  public:
34  virtual ~PndFieldCreator();
35  virtual FairField *createFairField();
36  virtual void SetParm();
37 
38  private:
40  PndFieldCreator &operator=(const PndFieldCreator &) { return *this; };
41 
42  ClassDef(PndFieldCreator, 1);
43 
44  protected:
51 };
52 #endif // PNDFIELDCREATOR_H
virtual ~PndFieldCreator()
PndConstPar * fCPar
virtual FairField * createFairField()
PndSolenoidPar * fSPar
PndFieldPar * fFieldPar
virtual void SetParm()
PndMultiFieldPar * fMPar
PndTransPar * fTPar
PndDipolePar * fDPar