FairRoot/PandaRoot
|
#include <PndMapPar.h>
Public Member Functions | |
PndMapPar (const char *name, const char *title, const char *context) | |
PndMapPar () | |
~PndMapPar () | |
virtual void | putParams (FairParamList *list) |
virtual Bool_t | getParams (FairParamList *list) |
void | SetParameters (FairField *field) |
Int_t | GetType () const |
Double_t | GetXmin () const |
Double_t | GetXmax () const |
Double_t | GetYmin () const |
Double_t | GetYmax () const |
Double_t | GetZmin () const |
Double_t | GetZmax () const |
void | MapName (TString &name) |
Double_t | GetPositionX () const |
Double_t | GetPositionY () const |
Double_t | GetPositionZ () const |
Double_t | GetScale () const |
Protected Member Functions | |
ClassDef (PndMapPar, 1) | |
Protected Attributes | |
Int_t | fType |
Double_t | fXmin |
Double_t | fXmax |
Double_t | fYmin |
Double_t | fYmax |
Double_t | fZmin |
Double_t | fZmax |
TString | fMapName |
Double_t | fPosX |
Double_t | fPosY |
Double_t | fPosZ |
Double_t | fScale |
Definition at line 22 of file PndMapPar.h.
PndMapPar::PndMapPar | ( | const char * | name, |
const char * | title, | ||
const char * | context | ||
) |
PndMapPar::PndMapPar | ( | ) |
PndMapPar::~PndMapPar | ( | ) |
|
protected |
|
virtual |
Get parameters
Reimplemented in PndMultiFieldPar, and PndConstPar.
Definition at line 70 of file PndMapPar.cxx.
References fMapName, fPosX, fPosY, fPosZ, fScale, and fType.
|
inline |
Definition at line 59 of file PndMapPar.h.
References fPosX.
Referenced by PndDipoleMap::PndDipoleMap(), PndSolenoidMap::PndSolenoidMap(), and PndTransMap::PndTransMap().
|
inline |
Definition at line 60 of file PndMapPar.h.
References fPosY.
Referenced by PndDipoleMap::PndDipoleMap(), PndSolenoidMap::PndSolenoidMap(), and PndTransMap::PndTransMap().
|
inline |
Definition at line 61 of file PndMapPar.h.
References fPosZ.
Referenced by PndDipoleMap::PndDipoleMap(), PndSolenoidMap::PndSolenoidMap(), and PndTransMap::PndTransMap().
|
inline |
Definition at line 62 of file PndMapPar.h.
References fScale.
Referenced by PndDipoleMap::PndDipoleMap(), PndSolenoidMap::PndSolenoidMap(), and PndTransMap::PndTransMap().
|
inline |
Accessors
Definition at line 51 of file PndMapPar.h.
References fType.
Referenced by PndFieldCreator::createFairField(), PndConstField::PndConstField(), PndDipoleMap::PndDipoleMap(), PndSolenoidMap::PndSolenoidMap(), and PndTransMap::PndTransMap().
|
inline |
Definition at line 53 of file PndMapPar.h.
References fXmax.
Referenced by PndConstField::PndConstField().
|
inline |
Definition at line 52 of file PndMapPar.h.
References fXmin.
Referenced by PndConstField::PndConstField().
|
inline |
Definition at line 55 of file PndMapPar.h.
References fYmax.
Referenced by PndConstField::PndConstField().
|
inline |
Definition at line 54 of file PndMapPar.h.
References fYmin.
Referenced by PndConstField::PndConstField().
|
inline |
Definition at line 57 of file PndMapPar.h.
References fZmax.
Referenced by PndConstField::PndConstField().
|
inline |
Definition at line 56 of file PndMapPar.h.
References fZmin.
Referenced by PndConstField::PndConstField().
|
inline |
Definition at line 58 of file PndMapPar.h.
References fMapName.
Referenced by PndDipoleMap::PndDipoleMap(), PndSolenoidMap::PndSolenoidMap(), and PndTransMap::PndTransMap().
|
virtual |
Put parameters
Reimplemented in PndMultiFieldPar, and PndConstPar.
Definition at line 54 of file PndMapPar.cxx.
References fMapName, fPosX, fPosY, fPosZ, fScale, and fType.
void PndMapPar::SetParameters | ( | FairField * | field | ) |
Set parameters from FairField
Definition at line 91 of file PndMapPar.cxx.
References fMapName, fPosX, fPosY, fPosZ, fScale, fType, PndFieldMap::GetPositionX(), PndFieldMap::GetPositionY(), PndFieldMap::GetPositionZ(), and PndFieldMap::GetScale().
Referenced by PndTransMap::FillParContainer(), and PndMultiFieldPar::SetParameters().
|
protected |
Field map name in case of field map
Definition at line 84 of file PndMapPar.h.
Referenced by getParams(), MapName(), putParams(), PndConstPar::SetParameters(), and SetParameters().
|
protected |
Field centre position for field map
Definition at line 88 of file PndMapPar.h.
Referenced by getParams(), GetPositionX(), putParams(), PndConstPar::SetParameters(), and SetParameters().
|
protected |
Definition at line 88 of file PndMapPar.h.
Referenced by getParams(), GetPositionY(), putParams(), PndConstPar::SetParameters(), and SetParameters().
|
protected |
Definition at line 88 of file PndMapPar.h.
Referenced by getParams(), GetPositionZ(), putParams(), PndConstPar::SetParameters(), and SetParameters().
|
protected |
Scaling factor for field map
Definition at line 92 of file PndMapPar.h.
Referenced by getParams(), GetScale(), putParams(), PndConstPar::SetParameters(), and SetParameters().
|
protected |
Field type 0 = constant field 1 = field map 2 = field map sym2 (symmetries in x and y) 3 = field map sym3 (symmetries in x, y and z)
Definition at line 73 of file PndMapPar.h.
Referenced by PndConstPar::getParams(), PndMultiFieldPar::getParams(), getParams(), GetType(), PndConstPar::PndConstPar(), PndConstPar::putParams(), PndMultiFieldPar::putParams(), putParams(), PndConstPar::SetParameters(), PndMultiFieldPar::SetParameters(), and SetParameters().
|
protected |
Definition at line 77 of file PndMapPar.h.
Referenced by PndConstPar::getParams(), GetXmax(), PndConstPar::putParams(), and PndConstPar::SetParameters().
|
protected |
Field limits in case of constant field
Definition at line 77 of file PndMapPar.h.
Referenced by PndConstPar::getParams(), GetXmin(), PndConstPar::putParams(), and PndConstPar::SetParameters().
|
protected |
Definition at line 78 of file PndMapPar.h.
Referenced by PndConstPar::getParams(), GetYmax(), PndConstPar::putParams(), and PndConstPar::SetParameters().
|
protected |
Definition at line 78 of file PndMapPar.h.
Referenced by PndConstPar::getParams(), GetYmin(), PndConstPar::putParams(), and PndConstPar::SetParameters().
|
protected |
Definition at line 79 of file PndMapPar.h.
Referenced by PndConstPar::getParams(), GetZmax(), PndConstPar::putParams(), and PndConstPar::SetParameters().
|
protected |
Definition at line 79 of file PndMapPar.h.
Referenced by PndConstPar::getParams(), GetZmin(), PndConstPar::putParams(), and PndConstPar::SetParameters().