EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PndMultiFieldPar.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PndMultiFieldPar.h
1 
10 #ifndef PNDMULTIFIELDPAR_H
11 #define PNDMULTIFIELDPAR_H 1
12 #include "PndMapPar.h"
13 #include "PndMultiField.h"
14 
15 class FairParamList;
16 
18 {
19 
20  public:
21 
22 
24  PndMultiFieldPar(const char* name, const char* title, const char* context);
25 
28 
29 
32 
34 
35 
37  Bool_t getParams(FairParamList* list);
38 
39 
41  void SetParameters(FairField* field);
42 
43  TObjArray *GetParArray(){return fParArray; }
44 private:
46  PndMultiFieldPar& operator= (const PndMultiFieldPar&) {return *this;};
47 
48 protected:
49 
50 
51  TObjArray *fParArray;
52 
54 
55 };
56 
57 
58 #endif