EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/field/PndTransPar.h>
Public Member Functions | |
PndTransPar (const char *name, const char *title, const char *context) | |
PndTransPar () | |
~PndTransPar () | |
ClassDef (PndTransPar, 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 region between Solenoid and dipole. For the runtime database.
Definition at line 15 of file PndTransPar.h.
View newest version in sPHENIX GitHub at line 15 of file PndTransPar.h
PndTransPar::PndTransPar | ( | const char * | name, |
const char * | title, | ||
const char * | context | ||
) |
Standard constructor
Definition at line 4 of file PndTransPar.cxx.
View newest version in sPHENIX GitHub at line 4 of file PndTransPar.cxx
PndTransPar::PndTransPar | ( | ) |
default constructor
Definition at line 7 of file PndTransPar.cxx.
View newest version in sPHENIX GitHub at line 7 of file PndTransPar.cxx
PndTransPar::~PndTransPar | ( | ) |
Destructor
Definition at line 9 of file PndTransPar.cxx.
View newest version in sPHENIX GitHub at line 9 of file PndTransPar.cxx
PndTransPar::ClassDef | ( | PndTransPar | , |
1 | |||
) |