EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/field/PndSolenoid3Par.h>
Public Member Functions | |
PndSolenoid3Par (const char *name, const char *title, const char *context) | |
PndSolenoid3Par () | |
~PndSolenoid3Par () | |
ClassDef (PndSolenoid3Par, 1) | |
Public Member Functions inherited from PndMapPar | |
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 |
Public Member Functions inherited from FairParGenericSet | |
FairParGenericSet (const char *name, const char *title, const char *context) | |
virtual | ~FairParGenericSet () |
virtual void | printParams () |
Bool_t | init (FairParIo *inp) |
Int_t | write (FairParIo *output) |
Public Member Functions inherited from FairParSet | |
FairParSet (const char *name="", const char *title="", const char *context="") | |
virtual | ~FairParSet () |
virtual Bool_t | init () |
virtual Int_t | write () |
virtual void | clear () |
virtual void | print () |
const char * | getDetectorName () |
void | resetInputVersions () |
void | setInputVersion (Int_t v=-1, Int_t i=0) |
Int_t | getInputVersion (Int_t i) |
void | setStatic (Bool_t flag=kTRUE) |
Bool_t | isStatic () |
void | setChanged (Bool_t flag=kTRUE) |
Bool_t | hasChanged () |
const char * | getParamContext () const |
void | setAuthor (const char *s) |
const char * | getAuthor () const |
void | setDescription (const char *s) |
const char * | getDescription () const |
void | copyComment (FairParSet &r) |
Additional Inherited Members | |
Protected Member Functions inherited from PndMapPar | |
ClassDef (PndMapPar, 1) | |
Protected Attributes inherited from PndMapPar | |
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 |
Parameter set for the Panda Solenoid. For the runtime database.
Definition at line 16 of file PndSolenoid3Par.h.
View newest version in sPHENIX GitHub at line 16 of file PndSolenoid3Par.h
PndSolenoid3Par::PndSolenoid3Par | ( | const char * | name, |
const char * | title, | ||
const char * | context | ||
) |
Standard constructor
Definition at line 3 of file PndSolenoid3Par.cxx.
View newest version in sPHENIX GitHub at line 3 of file PndSolenoid3Par.cxx
PndSolenoid3Par::PndSolenoid3Par | ( | ) |
default constructor
Definition at line 6 of file PndSolenoid3Par.cxx.
View newest version in sPHENIX GitHub at line 6 of file PndSolenoid3Par.cxx
PndSolenoid3Par::~PndSolenoid3Par | ( | ) |
Destructor
Definition at line 7 of file PndSolenoid3Par.cxx.
View newest version in sPHENIX GitHub at line 7 of file PndSolenoid3Par.cxx
PndSolenoid3Par::ClassDef | ( | PndSolenoid3Par | , |
1 | |||
) |