EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/base/EicGeoPar.h>
Public Member Functions | |
EicGeoPar (const char *name, const char *title, const char *context) | |
EicGeoPar () | |
~EicGeoPar (void) | |
void | clear (void) |
void | putParams (FairParamList *) |
Bool_t | getParams (FairParamList *) |
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 | 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 FairParGenericSet | |
FairParGenericSet () | |
Protected Attributes inherited from FairParSet | |
TString | detName |
Int_t | versions [3] |
name of the detector the container belongs to | |
Bool_t | status |
versions of container in the 2 possible inputs | |
Bool_t | changed |
static flag | |
TString | paramContext |
flag is kTRUE if parameters have changed | |
TString | author |
TString | description |
FairLogger * | fLogger |
Definition at line 13 of file EicGeoPar.h.
View newest version in sPHENIX GitHub at line 13 of file EicGeoPar.h
EicGeoPar::EicGeoPar | ( | const char * | name, |
const char * | title, | ||
const char * | context | ||
) |
Definition at line 13 of file EicGeoPar.cxx.
View newest version in sPHENIX GitHub at line 13 of file EicGeoPar.cxx
|
inline |
Definition at line 20 of file EicGeoPar.h.
View newest version in sPHENIX GitHub at line 20 of file EicGeoPar.h
EicGeoPar::~EicGeoPar | ( | void | ) |
Definition at line 22 of file EicGeoPar.cxx.
View newest version in sPHENIX GitHub at line 22 of file EicGeoPar.cxx
|
virtual |
Reimplemented from FairParSet.
Definition at line 30 of file EicGeoPar.cxx.
View newest version in sPHENIX GitHub at line 30 of file EicGeoPar.cxx
|
virtual |
Implements FairParGenericSet.
Definition at line 52 of file EicGeoPar.cxx.
View newest version in sPHENIX GitHub at line 52 of file EicGeoPar.cxx
References FairParamList::fillObject().
|
virtual |
Implements FairParGenericSet.
Definition at line 42 of file EicGeoPar.cxx.
View newest version in sPHENIX GitHub at line 42 of file EicGeoPar.cxx